Aaron Wood
Aaron Wood
Hello, I'm seeing a segfault in the traced app, when it's trying to write to the shared memory buffer back to `fsatrace`: ``` #4 emitOp (oc=oc@entry=114, op1=, p2=p2@entry=0x0) at src/emit.c:118...
Whether `positional` or `option` arguments that are of type `Vec` are always treated as "0 or more", with no way to specify "one or more", or "two or more". This...
**rust-analyzer version**: (eg. output of "rust-analyzer: Show RA Version" command, accessible in VSCode via Ctrl/⌘+Shift+P) **rustc version**: `rust-analyzer version: 0.4.1202-standalone` `rustc 1.65.0-nightly (350cca3b6 2022-08-30)` **relevant settings**: VSCode remote, with a...
When used with a superproject that specifies submodules with the `ignore` field set to `all`, `gitstatus` will count it as an 'unstaged change' if the submodule is not at its...
I found that `json5` was taking many minutes to parse a single 180KB json file, which caused me to write up a [benchmark-ish app](https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=4a78bd9de53247d3083a412e32f36420) which deserializes the following struct: ```...