show error traces
Dependencies
- [2]
YBJRDOTCmake all repo actions async - [3]
Y6LXBCJBupdate toolchain and rust edition - [4]
OQ6HSAWHshow record log - [5]
ONRCENKTrm unnecessary state from repo's internal state - [6]
23SFYK4Qbig view refactor into a new crate - [7]
XSZZB47Urefactor stuff into lib - [8]
3BK22XE5add a test for hover btn and more refactors - [9]
IFQPVMBDerror handling for repo actions - [10]
FU6P5QLGindicate when a file is a dir with appended '/' - [11]
C3OS2JJ6clear cache on saving record & refresh - [12]
BJ3CYLUTallow to reset changed file - [13]
IQHXLIIUimprove enocoding detection, support images - [14]
LPSUBGUBadd projects picker - [15]
L3COZCOYimprove error messages - [16]
OJPGHVC3entire log! - [17]
EC3TVL4Xadd untracked files - [18]
WAOGSCOJvery nice refactor, wip adding channels logs - [19]
5O4FWCFPadd tests to_record selection and improve it - [20]
UTDTZCTXpull+push status, add info reports - [21]
SWWE2R6Mdisplay basic repo stuff - [22]
4WO3ZJM2show untracked files' contents - [23]
YGZ3VCW4add push - [24]
IOXNOVX2allow to initiate a new repo - [*]
6YZAVBWUInitial commit
Change contents
- replacement in inflorescence/src/main.rs at line 46
panic!("invalid `{LOG_ENV}` environment variable {err}")panic!("invalid `{LOG_ENV}` environment variable {err:?}") - replacement in inflorescence/src/main.rs at line 1524
let msg = format!("Failed to refresh repository with {err}");let msg = format!("Failed to refresh repository with {err:?}"); - replacement in inflorescence/src/main.rs at line 1532
let msg = format!("Failed to add untracked file with {err}");let msg = format!("Failed to add untracked file with {err:?}"); - replacement in inflorescence/src/main.rs at line 1540
let msg = format!("Failed to remove added file with {err}");let msg = format!("Failed to remove added file with {err:?}"); - replacement in inflorescence/src/main.rs at line 1551
"Failed to get diff of change {} with {err}","Failed to get diff of change {} with {err:?}", - replacement in inflorescence/src/main.rs at line 1561
let msg = format!("Failed to load a log with {err}");let msg = format!("Failed to load a log with {err:?}"); - replacement in inflorescence/src/main.rs at line 1571
"Failed to load a log of channel {channel} with {err}""Failed to load a log of channel {channel} with {err:?}" - replacement in inflorescence/src/main.rs at line 1588
"Failed to push to channel {channel} with {err}""Failed to push to channel {channel} with {err:?}" - replacement in inflorescence/src/main.rs at line 1609
"Failed to pull from channel {channel} with {err}""Failed to pull from channel {channel} with {err:?}"