Page MenuHomePhabricator

Improve performance of LINT_UNNECESSARY_SEMICOLON
ClosedPublic

Authored by joshuaspence on Apr 23 2015, 1:38 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Jul 4, 7:48 AM
Unknown Object (File)
Fri, Jul 3, 12:51 AM
Unknown Object (File)
Jun 30 2026, 2:20 AM
Unknown Object (File)
Jun 27 2026, 5:00 PM
Unknown Object (File)
Jun 27 2026, 5:00 PM
Unknown Object (File)
Feb 25 2026, 4:35 AM
Unknown Object (File)
Feb 15 2026, 1:32 AM
Unknown Object (File)
Feb 10 2026, 1:45 PM
Subscribers

Details

Summary

Ref T7892. Improve the performance of ArcanistXHPASTLinter::LINT_UNNECESSARY_SEMICOLON.

Test Plan

Wiped 6 seconds off the total time to lint rARC.

Diff Detail

Repository
rARC Arcanist
Branch
master
Lint
Lint Passed
Unit
Test Failures
Build Status
Buildable 5457
Build 5475: [Placeholder Plan] Wait for 30 Seconds

Unit TestsFailed

TimeTest
1,063 msArcanistPuppetLintLinterTestCase::testLinter
12,857 msArcanistXHPASTLinterTestCase::testLinter
775 msArcanistCSSLintLinterTestCase::testLinter
130 msArcanistCSSLintLinterTestCase::testVersion
135 msArcanistChmodLinterTestCase::testLinter
View Full Test Results (2 Failed · 47 Passed · 4 Skipped)

Event Timeline

joshuaspence retitled this revision from to Improve performance of LINT_UNNECESSARY_SEMICOLON.
joshuaspence updated this object.
joshuaspence edited the test plan for this revision. (Show Details)
joshuaspence added a reviewer: epriestley.
epriestley edited edge metadata.
This revision is now accepted and ready to land.Apr 23 2015, 1:40 AM
joshuaspence edited edge metadata.

Fix failing test cases

This revision was automatically updated to reflect the committed changes.