Page MenuHomePhabricator

Relax the version regex for `ArcanistFlake8Linter`.
ClosedPublic

Authored by joshuaspence on May 18 2014, 1:16 AM.
Tags
None
Referenced Files
F14040645: D9174.diff
Mon, Nov 11, 12:01 PM
F14025192: D9174.diff
Thu, Nov 7, 3:07 PM
F13988955: D9174.diff
Mon, Oct 21, 5:00 PM
Unknown Object (File)
Oct 2 2024, 2:11 AM
Unknown Object (File)
Sep 15 2024, 4:49 AM
Unknown Object (File)
Sep 14 2024, 11:41 PM
Unknown Object (File)
Sep 14 2024, 11:40 PM
Unknown Object (File)
Sep 14 2024, 11:39 PM
Subscribers

Details

Summary

As noticed by @epriestley in D9060, flake8 --version can emit a string like "2.0" rather than the expected "2.0.0".

Test Plan

Uninstalled my existing version of flake8 (v2.1.0) and installed a prior version (pip install flake8==2.0.0). Ran flake8 --version and inspected the output.

Diff Detail

Repository
rARC Arcanist
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

joshuaspence retitled this revision from to Relax the version regex for `ArcanistFlake8Linter`..
joshuaspence updated this object.
joshuaspence edited the test plan for this revision. (Show Details)
joshuaspence added a reviewer: epriestley.
joshuaspence added a subscriber: epriestley.
epriestley updated this revision to Diff 21791.
epriestley edited edge metadata.

Closed by commit rARCb4b6a33d2a8d (authored by @joshuaspence, committed by @epriestley).