narpfel
narpfel
Interesting. As far as I can tell, this is because some platforms prefix *all* symbol names with an additional underscore, and `c++filt` doesn’t demangle this (or only demangles this with...
Oh and the reason that it “works” on nightly/beta -- apparently the `--target` override is just silently ignored: #7780
This is now fixed for Rust: https://github.com/compiler-explorer/compiler-explorer/pull/7774#issuecomment-2956780181
Or maybe the current tooltip could be expanded to include the flags for all compiler invocations tied to that compiler?
I think I found the problem: When the child process closes its `stderr`, `bacon` assumes that the process has ended https://github.com/Canop/bacon/blob/736cd69ca440bdd11ecec2f7cfb37f3400cee66d/src/exec/executor.rs#L178-L183 and tries to read the child’s exit code using...
For the second part of this issue (that is not fixed by #405), I don’t think there’s a particularly easy or good solution: `bacon` would have to wait for either...
Rebased onto current `master`.