clear cache on saving record & refresh
Dependencies
- [2]
W7IUT3ZVstart recording impl - [3]
6F7Q4ZLRavoid unused warns - [4]
ACDXXAX2refactor main's updates into smaller fns - [5]
7MJOO4E2task wrappers tooling workaround - [6]
WAOGSCOJvery nice refactor, wip adding channels logs - [7]
WH57EHNMupdate tests - [8]
AZ5D2LQUallow to set record description - [9]
IFQPVMBDerror handling for repo actions - [10]
UPWS6J3Bfilter to-record changes from selection - [11]
FU6P5QLGindicate when a file is a dir with appended '/' - [12]
YGZ3VCW4add push - [13]
A5YBC77Vrecord! - [14]
OQ6HSAWHshow record log - [15]
JZXYSIYDchannel selection! - [16]
ONRCENKTrm unnecessary state from repo's internal state - [17]
SWWE2R6Mdisplay basic repo stuff - [18]
YBJRDOTCmake all repo actions async - [*]
6YZAVBWUInitial commit
Change contents
- replacement in libflorescence/src/repo.rs at line 497
let diff = diff(repo)?;let diff = get_diff(repo)?; - replacement in libflorescence/src/repo.rs at line 636
let diff = diff(repo)?;let diff = get_diff(repo)?; - replacement in libflorescence/src/repo.rs at line 792
fn diff(repo: &pijul::Repository) -> anyhow::Result<Diff> {fn get_diff(repo: &pijul::Repository) -> anyhow::Result<Diff> { - edit in inflorescence/src/main.rs at line 1032
file::diffs_cache_clear(&mut state.files.diffs_cache); - edit in inflorescence/src/main.rs at line 1168
file::diffs_cache_clear(&mut state.files.diffs_cache);