Page MenuHomePhabricator

When lint identifies an unknown symbol, attempt to correct it if it is miscapitalized
ClosedPublic

Authored by epriestley on Feb 3 2021, 4:54 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Jul 4, 11:47 AM
Unknown Object (File)
Sat, Jul 4, 11:47 AM
Unknown Object (File)
Thu, Jul 2, 3:53 PM
Unknown Object (File)
Jun 25 2026, 9:18 PM
Unknown Object (File)
Jun 22 2026, 5:34 AM
Unknown Object (File)
Jun 22 2026, 5:29 AM
Unknown Object (File)
Jun 9 2026, 4:08 AM
Unknown Object (File)
Apr 15 2026, 11:42 AM
Subscribers
None

Details

Summary

Ref T13598. If you spell a symbol like "Polygon" as "PoLyGoN", you currently get an "unknown symbol" lint message. However, provided "Polygon" is a valid symbol, we can unambiguously correct the spelling of the symbol.

Note that this patch can only correct the spelling of application symbols, not builtin symbols (since none of the library maps contain builtin symbols).

Test Plan

Screen Shot 2021-02-03 at 8.50.07 AM.png (931×1 px, 388 KB)

Diff Detail

Repository
rARC Arcanist
Branch
lint1
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 25080
Build 34606: Run Core Tests
Build 34605: arc lint + arc unit