Uh oh!
There was an error while loading. Please reload this page.
test(manifestation): replace run_future() with TestContext - #3915
Conversation
8ff50ee to
cf17301Compare
djc
left a comment
There was a problem hiding this comment.
Awesome! Would like some tweaks before I review this in a bit more detail...
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
cf17301 to
749f0c8Comparerun_future() with TestContextrun_future() with TestContext@djc I don't know how you'd like to proceed with your reviews, but just FYI I find this PR a perfect fit for language-aware diffs like SemanticDiff: https://app.semanticdiff.com/gh/rust-lang/rustup/pull/3915/commits |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
djc
commented
Jun 27, 2024
Ooohhh, that is pretty awesome. Should try to use that more. |
As a continuation of #3367 and #3856, this PR makes all tests in
dist::manifestation::teststhat rely onrun_future()async, thus the latter can be fully removed.