Jacob Pratt

Results 264 comments of Jacob Pratt

Four and a half years on, has there been any discussion of this among the relevant team (libs, presumably)?. Could this crate be included as a dependency of std, in...

I just reserved the `cargo-diff` crate. This is to prevent someone stealing the name and refusing to transfer it now that it's been mentioned here as a possibility. Happy to...

@XAMPPRocky How difficult would this be to implement? Without having looked at tokei (aside from adding PostCSS), my initial thought would be to use a `HashSet` to store inodes as...

Looks like there's the [`same-file`](https://github.com/BurntSushi/same-file) crate which could be of use. A quick test shows it handles both hard and symbolic links correctly. Looking through tokei's code, I presume `src/utils/fs.rs`...

Looking through various documentation, looks like symlinks are currently ignored, and a trivial check shows this is the case. What would be the preferred way to handle hard links? If...

Actually, it looks like the `` missing is just a result of the way I was debugging it (dumping it inside ``). However, the main point still stands: `` should...

Removing the links inside of that is, of course, appropriate and expected given the context. Removing `` potentially changes the way something can be interpreted, and definitely alters the display....

@Keats ^^ would you be open to this? It should be pretty simple to do — I'll put a PR together if you're down. As I think about this some,...

Thank you for the detailed and thorough issue! I'll think about it. Ultimately a debug representation is meant for debugging, and this includes debugging the time crate. Some of the...

@xy2iii Would you mind sharing that as text? It's a decent case for me to visualize how different changes would affect the output, even if this one is on the...