Sergey "Shnatsel" Davidoff
Sergey "Shnatsel" Davidoff
@eminence life happened, and I am currently occupied with other things. If you have use cases for this feature I could bump up the priority of cutting a release. I'd...
@Adhalianna I'd appreciate if you could take a look if you're available. If not, that's fine too.
This should be pretty straightforward to implement via Contractor Not sure it would make sense in other places where Contractor actions show up, though. I wouldn't want that in the...
Thank you for the report! CI fails because there is no title, see the example advisory for reference: https://github.com/rustsec/advisory-db/blob/main/EXAMPLE_ADVISORY.md It would be nice to clarify the exact impact of the...
There are two ways to figure out what exactly is happening. The first is [sanitizers](https://doc.rust-lang.org/beta/unstable-book/compiler-flags/sanitizer.html). Build the code with Address Sanitizer enabled, something like `RUSTFLAGS=-Zsanitizer=address cargo +nightly build -Zbuild-std --target...
Well, apparently the compiler takes advantage of the UB and optimizes the code into some nonsense. Perhaps a debug build with sanitizers would reveal what exactly goes wrong? If not,...
This is becoming relevant now that `librsvg` is published on crates.io, which only happened recently: https://crates.io/crates/librsvg
Sorry for the late response. Yes, an advisory sounds good and I'm happy to include a note about loopdev-3.
The ideal solution is to backport this change and publish a new release in the v0.10.x series with the fix. If that is not feasible (the fix depends on other...
I would prefer releasing a fixed 0.11.x and removing the broken 0.10.x feature at the same time. That way for users who are not affected everything works fine, and the...