rust-lang / crater

Run experiments across parts of the Rust ecosystem!
https://crater.rust-lang.org
627 stars 88 forks source link

Remove RunnerState #705

Closed Mark-Simulacrum closed 10 months ago

Mark-Simulacrum commented 10 months ago

Store logs into a local stack variable that gets uploaded at the end. There's no reason to keep them in a semi-global place, and this makes it easier to capture more into the logs (e.g., should make us include retry logs automatically).

Mark-Simulacrum commented 10 months ago

@bors r+

bors commented 10 months ago

:pushpin: Commit 5715bd3d2060ad994dff511f6a7db9133cc53463 has been approved by Mark-Simulacrum

It is now in the queue for this repository.

bors commented 10 months ago

:hourglass: Testing commit 5715bd3d2060ad994dff511f6a7db9133cc53463 with merge 0f43df91fe12e6de7d457b7f329965dab9ea8251...

bors commented 10 months ago

:sunny: Test successful - checks-actions Approved by: Mark-Simulacrum Pushing 0f43df91fe12e6de7d457b7f329965dab9ea8251 to master...