( )⚙ D554 test-check: backport import checker from core hg

This is an archive of the discontinued Mercurial Phabricator instance.

test-check: backport import checker from core hg
AbandonedPublic

Authored by quark on Aug 28 2017, 9:35 PM.
Tags
None
Subscribers
None

Details

Reviewers
ryanmce
durham
Group Reviewers
Restricted Project
Summary

The import checker was removed by D4058782 because it is unstable.

After D552, the import checker should be more predictable. Let's try enable
it again as an attempt to improve the code quality.

Diff Detail

Repository
rFBHGX Facebook Mercurial Extensions
Lint
Lint Skipped
Unit
Unit Tests Skipped

Event Timeline

quark created this revision.Aug 28 2017, 9:35 PM
Herald added a reviewer: Restricted Project. · View Herald TranscriptAug 28 2017, 9:35 PM
ryanmce accepted this revision.Aug 29 2017, 8:12 AM
This revision is now accepted and ready to land.Aug 29 2017, 8:12 AM
durham resigned from this revision.Sep 12 2017, 12:14 PM
quark abandoned this revision.Nov 10 2017, 1:34 PM

I was trying to make a script to auto-fix those import issues. But there are some hard corner cases. I'd like to focus on Rust components so let's revisit this stack later.