./devel/bacon, Background rust code check

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.16.0, Package name: bacon-2.16.0, Maintainer: pin

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.


Master sites:

Filesize: 669.503 KB

Version history: (Expand)


CVS history: (Expand)


   2024-04-01 21:18:49 by pin | Files touched by this commit (3) | Package updated
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) | Package updated
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) | Package updated
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.