( )⚙ D8440 rust-chg: exclude futures-dependent modules from build and break things

This is an archive of the discontinued Mercurial Phabricator instance.

rust-chg: exclude futures-dependent modules from build and break things
ClosedPublic

Authored by yuja on Apr 16 2020, 8:29 AM.

Details

Summary

It's impractical to upgrade the codebase incrementally since futures 0.1
and 0.3 APIs are fundamentally different. So this patch temporarily excludes
futures-dependent modules from the build. These modules will be upgraded
and re-enabled one by one.

Diff Detail

Repository
rHG Mercurial
Branch
default
Lint
No Linters Available
Unit
No Unit Test Coverage

Event Timeline

yuja created this revision.Apr 16 2020, 8:29 AM
Alphare accepted this revision.Apr 17 2020, 7:53 AM
This revision was not accepted when it landed; it landed in state Needs Review.
This revision was automatically updated to reflect the committed changes.