You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace unwrap/panic with proper error propagation
All IO backend new() functions (sync, tokio, uring) now return
Qcow2Result instead of panicking on file open failures. Both setup
macros propagate these errors with ?.
check_cluster now returns Err on non-allocated clusters instead of
silently printing a warning and returning Ok. main() exits with
code 1 on error instead of panicking via unwrap.
0 commit comments