| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| bacon v3.23.0 source code.tar.gz | 2026-05-19 | 2.0 MB | |
| bacon v3.23.0 source code.zip | 2026-05-19 | 2.1 MB | |
| README.md | 2026-05-19 | 1.3 kB | |
| Totals: 3 Items | 4.2 MB | 0 | |
scroll_anchordecides whether the scroll initially sticks with thefirstitem (most common setting), with thelastone, or to show most recent output lines unless there are errors in which case it show first items (by default inrunjobs withauto) - Fix [#384] If you're using an old bacon.toml file, you may want to addscroll_anchor="auto"to jobs running the compiled executable.show_command_error_codejob parameter, which istruein defaultcargo runjob - Fix [#435] When calling a lint or compilation tool, the exit status is usually not interesting: many tools report an error (i.e. a non zero code) as soon as there's an error, or even a warning (eg miri). That's why the error code isn't shown in bacon when there are also warnings, errors or test failures. But sometimes you do want to see such error, eg when running not just the compiler/linter but the program you're writing as in bacon run. In such case, you should setshow_command_error_code=true.- fix a log message from the rodio library leaking to the interface - Fix [#437] - Thanks @c-git
- When a user requires the ignoring of some/folder, they usually wants to ignore the content of that folder. So now we also generate a pattern with added
/**when it seems relevant. - Fix [#438]