Denys Séguret

Results 761 comments of Denys Séguret

You're right. I'll look into it.

Do you really need to ignore files which aren't in the .gitignore ? If not, just do bacon run Or alternatively, launch bacon with `bacon`, then hit r.

> is there a way to launch bacon with that "ignore" flags? If you don't want bacon to watch the default "source" files and directories (`["src", "tests", "benches", "examples", "build.rs"]`),...

> You're suggesting a whitelist. I'm searching for a blacklist, right? Before to add a blacklist feature in bacon, I'm trying to understand how one can end up needing a...

Not yet. It will be in 3.3. Note that part of the delay between implementation and release is due to my tests (in prod). If people test the feature (in...

No objection. If somebody's willing to work on the implementation, they're welcome.

This wouldn't be terribly hard, I do this kind of auto-ellipsis all the time in eg broot. But this kind of collides wit the wrapping feature: what if people start...

I made it a separate issue because I'll try to merge the PR #212 so that I can more easily manage various small issues.

It looks like `cargo test` doesn't respect the `--color always` argument. This might be a regression in `cargo test` (but it's also possible this was always the case, cargo test...

Hum. Unless I miss something, it does look like colors are back in `cargo test` output... (I'm quite sure I'm missing something, in fact, as I get colors also with...