Path to this page:
./
devel/bacon,
Background rust code check
Branch: CURRENT,
Version: 3.3.0,
Package name: bacon-3.3.0,
Maintainer: pinbacon is a background rust code checker.
It's designed for minimal interaction so that you can just let it run,
alongside your editor, and be notified of warnings, errors, or test failures
in your Rust code.
It conveys the information you need even in a small terminal so that you can
keep more screen estate for your other tasks.
It shows you errors before warnings, and the first errors before the last ones,
so you don't have to scroll up to find what's relevant.
Master sites:
Filesize: 696.125 KB
Version history: (Expand)
- (2024-11-16) Updated to version: bacon-3.3.0
- (2024-11-08) Updated to version: bacon-3.2.0
- (2024-10-18) Updated to version: bacon-3.1.1
- (2024-10-10) Updated to version: bacon-3.0.0
- (2024-09-14) Updated to version: bacon-2.21.0
- (2024-08-14) Updated to version: bacon-2.20.0
CVS history: (Expand)
2024-04-01 21:18:49 by pin | Files touched by this commit (3) | |
Log message:
devle/bacon: update to 2.16.0
v2.16.0 - 2024/03/30
- on_success triggered with warning or errors depending on allow_warnings and
allow_failures - Fix #179
- --no-help-line option. This is experimental and may be removed depending on
feedback and future additions to this line - Thanks @danielwolbac
|
2024-03-05 20:44:02 by pin | Files touched by this commit (3) | |
Log message:
devel/bacon: update to 2.15.0
v2.15.0 - 2024/03/05
- insert features related arguments before the -- when there's some - Fix #171
- fix offset in Windows terminal - Fix #175
- better --help with examples and main shortcuts
- rewriten execution engine
|
2024-02-10 22:43:54 by pin | Files touched by this commit (3) | |
Log message:
devel/bacon: update to 2.14.2
v2.14.2 - 2024/02/10
- update dependencies to fix bacon not compiling on nightly - Fix #168
|
2024-01-26 11:40:14 by pin | Files touched by this commit (5) |
Log message:
devel/bacon: import package
bacon is a background rust code checker.
It's designed for minimal interaction so that you can just let it run,
alongside your editor, and be notified of warnings, errors, or test failures
in your Rust code.
It conveys the information you need even in a small terminal so that you can
keep more screen estate for your other tasks.
It shows you errors before warnings, and the first errors before the last ones,
so you don't have to scroll up to find what's relevant.
|