Denys Séguret

Results 761 comments of Denys Séguret

I'm preparing a PR avoiding launching jobs when the modified files are excluded by gitignore rules: https://github.com/Canop/bacon/pull/98 Can you test it and tell me how well it works for you...

Those are good questions. I'd appreciate if you could come discuss them [in the chat](https://miaou.dystroy.org/3490) in the next few days. Otherwise I'll write some partial answers here.

@flxn7 The `:stage_all_files` internal and verb might be what you need. ![image](https://github.com/Canop/broot/assets/617006/12773761-6bd9-4185-8767-52522d438476) If it is, we should probably close this issue, and create more specific ones if needed.

@flxn7 You're welcome to test https://github.com/Canop/broot/pull/850

@barkanido Not likely: I have no windows computer and just enough knowledge of Windows to suspect the relevant data on Windows are too much different for a common interface to...

It's possible to overload the clippy job provided with bacon. This being said, it seems reasonable to expect the default bacon clippy job to be made of the the default...

I made https://github.com/Canop/bacon/pull/182 Rationale: - `"clippy"` job is confusing since it does more than the vanilla `cargo clippy` - running on all targets should IMO be the default, as it...

@msrd0 I'm waiting for `LazyCell` to stabilize. At this point I'll cleanly move to std.

git2 usages in broot: 1) Find the location of the global .gitignore file. This should be possible with the `Repository.path_by_key` function of gix 2) Get a summary (added lines/removed lines)...