Aaron Wood
Aaron Wood
I see this even if I set the buffer to larger and larger sizes, up to a size large enough that `fsatrace` fails to allocate the buffer.
The issue that I linked to this: https://github.com/dart-lang/sdk/issues/48413 has the setup where we found it. It's a pretty deeply nested conglomeration of processes to setup the issue. I haven't been...
@fangism - I don't know how to update and rebuild `fsatrace` within the Fuchsia build, can you help with this? (if you push a new binary to CIPD, I can...
Looks like we're getting different results, now: ``` fsatrace(87243): error: freeing shared memory (4) ```
When working with multiple branches, and when comparing changes between them, it would be extremely useful to use the click order set the order of the diff (just like you...
This used to work for us, and now we've been seeing this for the last few weeks at least.
And to use all types from the same file: https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=1778880d91ecbeae9ee16cfd7c77e613 ``` impl Wrapper { fn print_self(&self) { println!("{}", self.0); } } struct OtherWrapper(pub Wrapper); impl std::ops::Deref for OtherWrapper { type...
It's where I see it. It's both: - rust-project.json - 1000s of crates We've had some issues in the past where we needed to do things like increase chalk's overflow...
Which is the sysroot support for project_json workspaces PR: https://github.com/rust-lang/rust-analyzer/pull/12858
While @tbodt did run down a red-herring, while talking with him about it Friday I confirmed that specifying a `sysroot` in `rust-project.json` causes RA to inject the sysroot crates: https://github.com/rust-lang/rust-analyzer/blob/8ee23f4f0aebf344089bfc201f1dbf641534cf94/crates/project-model/src/workspace.rs#L399...