Rain
Rain
(Note that I don't plan to work on this unless my employer decides to invest in this.)
Some more thoughts based on discussion: * Invoking a Cargo command should be done via `$CARGO `, not `cargo command`. This means that we should either build support for interpolating...
> I'm not familiar with Mercurial. What kind of 'art' do you mean? "Prior art" is originally a term from [patent law](https://en.wikipedia.org/wiki/Prior_art). In this context it just means previous attempts...
My employer has decided to invest in this, at least to get it to an experimental stage. Hoping to get an experimental version out in the next 2 weeks.
Initial support for setup scripts is in #977.
OK, just released experimental support for setup scripts with nextest 0.9.59. Documentation is at https://nexte.st/book/setup-scripts.html. @Dzordzu @alextes @ns-sjorgedeaguiar (since you liked the post) and others, please try it out and...
With setup scripts, the main way to pass in context is via [environment variables](https://nexte.st/book/setup-scripts.html#environment-variables). `before_each` and `after_each` aren't really supportable with the current way nextest works. Most people either initialize...
Sure, happy to do an OpenBSD release. But it would seem like we'd need to wait for a libc release with your patch -- is that correct?
Thanks for the request! It looks like the way to do this would be to use `wait4` (available on most Unixes, e.g. [Linux](https://man7.org/linux/man-pages/man2/wait4.2.html)) to obtain, in particular, the `maxrss`. I'm...
Hi there — this is possible with the --status-level option. I'd recommend setting it to --status-level slow. See https://nexte.st/book/other-options.html#--status-level-and---final-status-level.