Denys Séguret

Results 760 comments of Denys Séguret

OK. Note that if you're willing to make a tested PR, it could be welcome.

An alternative, at least for git users, would be to leverage the ignore list.

I confirm I had no problem on linux with the same repository. I don't see why bacon wouldn't fail on some cases on windows but it's a real possibility.

I need some confirmation (with details) there's still a problem or I'll close the issue.

examples and tests can be very big directories. I'm not sure that the approach of automatically following them is the right one. There's a real need though. I was thinking...

There was no problem in your PR, especially as it wasn't big. But for future reference the best on my projects is to come to [Miaou](https://miaou.dystroy.org/3768) and have a chat....

I didn't think this would be needed but I have no objection. If you don't find an obvious clean way to code it, I'll do it myself.

Can you please run bacon with the logs: `BACON_LOG=debug bacon clippy` and post the log file ? And can you upload the project somewhere so that I can check ?

I've ran `bacon clippy` in your project and got this: ![image](https://user-images.githubusercontent.com/617006/154512936-c58adb39-4adb-4bdc-94a9-9e7919f7b162.png) The bug might be related to the terminal you use. Which one is it ? Do you have other...

Could you try with this bacon.toml: ``` # This is a configuration file for the bacon tool # More info at https://github.com/Canop/bacon default_job = "check" [jobs] [jobs.check] command = ["cargo",...