Results 109 issues of Simonas Kazlauskas

Currently we define the `#[no_mangle]` static in the `check!` macro. This means that the test like this: ```rust fn safe_divide(dividend: u32, divisor: u32) -> u32 { if divisor == 0...

Those are useful and hard to find if you don’t read READMEs.

This commit uses version ranges to accurately specify the minimum version of the dependencies required for this library to work. These version bounds are verified in the CI with `-Zminimal-versions`...

With this plain `error!("banana")` can take as little as 200ns (~0 overhead) but it will also lead to no meaningful messages if you have `error!(someotherkey)`, and it will also drop...

Tracing spans don't need to be hierarchical, it is entirely possible to have spans looking like this ``` | -- S1 -- | | -- S2 -- | | --...

**Describe the bug** I have two uplinks in my system: `wan0` and `wan1`. `wan1` is wired, but is behind a CGNAT. `wan0` is a backup link to a sattelite, but...

See the `TODO` reference to this issue in the velbus module’s README. In short, there’s an example that reads along the lines of ``` Bridge velbus:bridge:1 [ port="COM1" ] {...

documentation

NB: this is not a request for somebody to fix the issue, I anticipate getting around to looking at it myself in near future. To reproduce this issue, I have...

bug

If a comment with r+ has been edited then homu will emit > :bulb: This pull request was already approved, no need to approve it again. > > There's another...

See https://github.com/rust-lang/rust/pull/33441#issuecomment-217312409. Namely, it should behave as if plain `r-` (i.e. cancel the build) without printing any messages. Currently it takes another PR on top of the queue and “forces”...