avoid unused warns
[?]
May 21, 2025, 6:44 AM
6F7Q4ZLR5DGYT557MYMSHMZGQ7EVEB3LZGLZFCWHGIOI66STIANQCDependencies
- [2]
6YZAVBWUInitial commit - [3]
KLR5FRIBadd fs state read/write of repos - [4]
WT3GA27Padd cursor with selection - [5]
YBJRDOTCmake all repo actions async - [6]
V55EAIWQadd src file LRU cache - [7]
6SW7UVSHupdate iced version - [8]
HOJZI52Yrename flowers_ui to inflorescence - [9]
OQ6HSAWHshow record log - [10]
3SYSJKYLadd app icon - [11]
WGID4LS4absolutely slayed testing with iced task - [12]
VCNKFNUFapp init test - [13]
23SFYK4Qbig view refactor into a new crate - [14]
IQDCHWCPload a pijul repo - [15]
AMPZ2BXKshow changed files diffs (only Edit atm) - [16]
NWJD6VM6mv libflowers libflorescence - [17]
UB2ITZJSrefresh changed files on FS changes
Change contents
- edit in inflorescence/src/main.rs at line 33
#[cfg(not(test))] - replacement in inflorescence/src/main.rs at line 50[5.5305]→[12.4104:4225](∅→∅),[7.90]→[4.509:537](∅→∅),[10.162]→[4.509:537](∅→∅),[12.4225]→[4.509:537](∅→∅),[3.5905]→[4.509:537](∅→∅),[4.537]→[11.5455:5497](∅→∅),[11.5497]→[9.4564:4596](∅→∅),[2.2944]→[9.4564:4596](∅→∅),[8.206]→[7.125:140](∅→∅),[9.4596]→[7.125:140](∅→∅),[7.125]→[7.125:140](∅→∅)
let repo_path = PathBuf::from("/home/tz/dev/pijul");iced::daemon(move || init(repo_path.clone()), update, view).subscription(subs).theme(inflorescence_view::theme).title("Inflorescence").run()#[cfg(not(test))]{let repo_path = PathBuf::from("/home/tz/dev/pijul");iced::daemon(move || init(repo_path.clone()), update, view).subscription(subs).theme(inflorescence_view::theme).title("Inflorescence").run()}#[cfg(test)]{let _ = (update, view, subs);Ok(())}