Page MenuHomePhabricator

Resolve all futures inside FutureIterator
ClosedPublic

Authored by epriestley on Feb 26 2020, 7:34 PM.
Tags
None
Referenced Files
F14109096: D21033.diff
Wed, Nov 27, 1:28 PM
F14104048: D21033.diff
Tue, Nov 26, 11:34 PM
Unknown Object (File)
Mon, Nov 18, 11:00 PM
Unknown Object (File)
Fri, Nov 1, 2:53 PM
Unknown Object (File)
Oct 23 2024, 11:04 AM
Unknown Object (File)
Oct 22 2024, 6:22 PM
Unknown Object (File)
Oct 14 2024, 3:11 AM
Unknown Object (File)
Oct 9 2024, 1:02 PM
Subscribers
None

Details

Summary

Depends on D21032. Ref T11968. Currently, "Future" and "FutureIterator" can both resolve futures.

Treat "Future->resolve()" as sugar on resolving an iterator of size 1.

Test Plan

Ran tests, created this revision.

Diff Detail

Repository
rARC Arcanist
Branch
fx3
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 23923
Build 32921: Run Core Tests
Build 32920: arc lint + arc unit

Event Timeline

  • Also remove uncalled "checkException()" method.
This revision was not accepted when it landed; it landed in state Needs Review.Mar 29 2020, 5:18 PM
This revision was automatically updated to reflect the committed changes.