improve MIME detection, rm dbg
Dependencies
- [2]
6YZAVBWUInitial commit - [3]
YBJRDOTCmake all repo actions async - [4]
A5YBC77Vrecord! - [5]
WI2BVQ6Jrm client lib crate - [6]
OPXFZKEBview tests setup - [7]
6F7Q4ZLRavoid unused warns - [8]
PTWZYQFRuse nav-scrollable for repo status - [9]
7MJOO4E2task wrappers tooling workaround - [10]
WH57EHNMupdate tests - [11]
FU6P5QLGindicate when a file is a dir with appended '/' - [12]
YGZ3VCW4add push - [13]
6LF2U2Y6improve file encoding detection - [14]
G5WLRXODadd screenshots for test - [15]
OLT666N4fix screenshot test to include status, fix failed test report - [16]
F6O6FGOJimprove diffs encoding detection - [17]
JZXYSIYDchannel selection! - [18]
UPWS6J3Bfilter to-record changes from selection - [*]
SWWE2R6Mdisplay basic repo stuff
Change contents
- replacement in libflorescence/src/repo.rs at line 12
use crate::{diff, file, to_record};use crate::{encoding, prelude::*};use crate::prelude::*;use crate::{diff, encoding, file, to_record}; - edit in libflorescence/src/encoding.rs at line 5
// TODO: improve encoding detection in pijul, then remove "application/octet-stream" MIME case as it tends to misclassify utf16 (see <https://github.com/Wilfred/difftastic/pull/473#discussion_r1093853923>) - edit in libflorescence/src/encoding.rs at line 19
dbg!(mime); - edit in Cargo.toml at line 137
features = ["with-gpl-data"] # NOTE requires GPL license - edit in Cargo.lock at line 5979
name = "tree_magic_db"version = "3.0.1"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "bd30f22e7532ed0d3d846e24841a132c8dcb779f5b497bda82d904aa04755375"[[package]] - edit in Cargo.lock at line 5993
"tree_magic_db",