Denys Séguret

Results 760 comments of Denys Séguret

This makes sense but it's not so obvious because you usually add whole dirs to `watch`. What about this case ? - you add `*.backup` to your .gitignore because your...

What I propose is to support having negative patterns like this ``` ignore = [ "!myfiles" ] ``` in your job for the files that are in a `.gitignore` or...

Yes. This specific example looks tedious but it looks, to me, more compatible with the ignore chain logic.

I made a few tests, it looks like there's no deep problem: I just must find enough time to define the necessary patterns to analyze the output of nextest.

I'd need testers for https://github.com/Canop/bacon/pull/212

@nicolasauler Assuming you want to install with cargo install, then it should be cargo install --git https://github.com/Canop/bacon --branch nextest In case you have problems installing, come to the chat at...

Please everybody, have a look at [the PR](https://github.com/Canop/bacon/pull/212). You need to add this line to the job config: analyzer = "nextest"

Can you clarify the problem you encounter with some screenshots and your OS+terminal configuration ?

Ok, but what's the problem ? All bacon colors are standard ANSI 8 bits colors.

Thanks but I'm not interested by a PR there. Doing the code isn't the hard part.