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
F17835346: D21537.id.diff
Sat, Jul 26, 3:09 PM
F17799514: D21537.diff
Fri, Jul 25, 5:08 AM
Unknown Object (File)
Jun 27 2025, 5:44 AM
Unknown Object (File)
Jun 7 2025, 12:56 AM
Unknown Object (File)
Jun 5 2025, 5:06 PM
Unknown Object (File)
May 30 2025, 10:01 AM
Unknown Object (File)
May 7 2025, 2:39 PM
Unknown Object (File)
May 7 2025, 12:58 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
Lint
Lint Not Applicable
Unit
Tests Not Applicable