rust-lang / crater

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

Drop stub needs_exec #621

Closed Mark-Simulacrum closed 2 years ago

Mark-Simulacrum commented 2 years ago

Runners did not keep track of any state (or support querying upstream) for completion; we expect individual tasks to only be sent to runners if they should attempt to run them, and if duplicate work is done that's OK (each individual task is cheap).

This function already always returned 'true' so just delete it and propagate the effects of that.

Mark-Simulacrum commented 2 years ago

@bors r+

bors commented 2 years ago

:pushpin: Commit d58645fa0fc80ae61bcbb85967adf18d1aaa4059 has been approved by Mark-Simulacrum

bors commented 2 years ago

:hourglass: Testing commit d58645fa0fc80ae61bcbb85967adf18d1aaa4059 with merge d681ea89592eb2faabf22da70bc7b7a6dd6e33e2...

bors commented 2 years ago

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