replace panics with bails
[?]
Sep 20, 2025, 1:46 PM
3B75LKFNTXDTDMIOZ3HGIO77U73U2G4VPGITVQQI5VYLBLLR5O5QCDependencies
- [2]
KT5UYXGKfix selection after adding file, add changed file diffs - [3]
W7IUT3ZVstart recording impl - [4]
YBJRDOTCmake all repo actions async - [5]
A5YBC77Vrecord! - [6]
OC6DLIZ3test record when nothing to record - [7]
IFQPVMBDerror handling for repo actions - [*]
SWWE2R6Mdisplay basic repo stuff
Change contents
- replacement in libflorescence/src/repo.rs at line 569
panic!(bail!( - replacement in libflorescence/src/repo.rs at line 608
panic!("Nothing to record");bail!("Nothing to record"); - replacement in libflorescence/src/repo.rs at line 752
panic!("Cannot add ignored file \"{file_path_str}\"");bail!("Cannot add ignored file \"{file_path_str}\"");