this post was submitted on 11 Oct 2024
30 points (100.0% liked)

Rust

5981 readers
66 users here now

Welcome to the Rust community! This is a place to discuss about the Rust programming language.

Wormhole

!performance@programming.dev

Credits

  • The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)

founded 1 year ago
MODERATORS
30
Bacon v3 released (dystroy.org)
submitted 1 month ago* (last edited 1 month ago) by Deebster@programming.dev to c/rust@programming.dev
 

Bacon is a Rust code checker designed for minimal interaction, allowing users to run it alongside their editor to receive real-time notifications about warnings, errors, or test failures (I like having it show clippy's hints).

It prioritizes displaying errors before warnings, making it easier to identify critical issues without excessive scrolling.

Screenshot (from an old version I think):

v3 adds support for cargo-nextest, plus some QoL improvements.

v3.0.0 release notes

you are viewing a single comment's thread
view the rest of the comments
[โ€“] asdfasdfasdf@lemmy.world 2 points 1 month ago (1 children)

Shouldn't errors be in the bottom of the output if you don't want to scroll?

[โ€“] Deebster@programming.dev 1 points 1 month ago

It shows the top line, so you just read top to bottom (and can scroll if you want).