tiny fixes

tzemanovic
Jan 26, 2026, 8:35 PM
TJHMERBNK3WE3XRVX7RJV4G2IF46HCFDDGQYIFKCZV26LYSKQZ4AC

Dependencies

  • [2] 6F7Q4ZLR avoid unused warns
  • [3] ACDXXAX2 refactor main's updates into smaller fns
  • [4] 7MJOO4E2 task wrappers tooling workaround
  • [5] YGZ3VCW4 add push
  • [6] MOT64WLL refresh repo after add/rm untracked dir
  • [7] 6LF2U2Y6 improve file encoding detection
  • [8] UR4J677R nav for log changes and refactors
  • [9] JZXYSIYD channel selection!
  • [10] WXQBBQ2A update nightly
  • [11] A5YBC77V record!
  • [12] D7A7MSIH allow to defer or abandon record, add buttons
  • [13] 23SFYK4Q big view refactor into a new crate
  • [14] YBJRDOTC make all repo actions async
  • [15] BFN2VHZS refactor file stuff into sub-mod
  • [*] 6YZAVBWU Initial commit

Change contents

  • replacement in inflorescence/src/main.rs at line 829
    [6.123][6.123:211]()
    // If we started tracking a dir it might have contents, so refresh to find them
    [6.123]
    [6.211]
    // If we started tracking a dir it might have contents, so refresh to
    // find them
  • replacement in inflorescence/src/main.rs at line 902
    [3.2882][6.388:484]()
    // If we removed added dir it might have contents, so refresh to to hide them again
    [3.2882]
    [6.484]
    // If we removed added dir it might have contents, so refresh to to
    // hide them again
  • replacement in inflorescence/src/file.rs at line 212
    [7.403][7.403:450]()
    if let Ok(_) = std::str::from_utf8(data) {
    [7.403]
    [7.450]
    if std::str::from_utf8(data).is_ok() {
  • replacement in inflorescence/src/file.rs at line 271
    [7.2774][7.2774:2813]()
    pijul::change::get_encoding(&data)
    [7.2774]
    [7.2813]
    pijul::change::get_encoding(data)