Noah Lev
Noah Lev
It'd be important to record the median in particular since it's less susceptible to outliers. Percentiles could be useful too.
Rustdoc recently had a regression (https://github.com/rust-lang/rust/issues/115718) where the docs storage size of certain crates ballooned (from 27 MB to around 500 MB). So for the documentation size, perhaps it'd be...
Hmm, I'm not sure how to update the tests. There are some other spots that reference the `'assignee'` API field; do I need to update them too? ```console ❯ rg...
Skipping the `S-waiting-on-review` label is considered a *feature* of `r? @ghost`? I've felt that it's a bug because then wg-triage will lose PRs. I feel like people should just remove...
Ugh, I miss you `rustc`!
I'm going to try working on this.
@henryboisdequin I never ended up getting to this, so you can try!
[MCVE](https://stackoverflow.com/help/minimal-reproducible-example): ```c #include int main(void) { pthread_exit(NULL); } ``` ```console $ gcc foo.c -O3 -g -o foo $ coz run --- ./foo ```
Thanks for the bug reports! Could you provide information about the following? - which version of coz you're running -- i.e., the commit if from github or the version number...
Thanks for adding some more info. I'm still unable to reproduce this, which makes me wonder if it could be a problem specific to arch or to newer versions of...