Kevin Boos
Kevin Boos
the gimli crate for parsing DWARF is relevant: https://github.com/gimli-rs/gimli
As of late September 2019, around commit d4ca13c0cd243428d1d72b557de883776e6a3acc, we have full support for parsing DWARF-formatted sections and obtaining debug information, so it should be quite straightforward to leverage it to...
Commit 8133ac5 adds initial support for parsing DWARF debug info, so this should now be pretty easy to do.
Hi Brandon, thanks for bringing this up! Yep, this has definitely been on our to-do list for quite a while. I do use clippy in some cases but it's not...
After some thought, I think the best way to do this is to add a new CI action that runs only a subset of approved clippy actions on newly-added (or...
@xa888s I added the full list of Clippy lints to your original post. Once you undo the rustfmt changes to #527 and we merge it in, you can check those...
> Hello! Would I be able to jump in and submit a PR or two to help work on this issue? of course, we'd be grateful for any and all...
Thanks to @nramos0, PR #561 has fixed the following: * redundant-clone * or-fun-call * to-string-in-format-args * cmp-owned * single-char-pattern * vec-init-then-push * expect-fun-call and PR #563 has fixed: * while-let-loop...
@nramos0 since you're currently doing some great work on this issue, would you be interested in adding a GitHub actions pass that runs the above checked-off clippy lints on changed...
> Sure, I'll give it a shot. Fantastic! Let me know if we can help.