Page MenuHomePhabricator

Relax the version regex for `ArcanistFlake8Linter`.
ClosedPublic

Authored by joshuaspence on May 18 2014, 1:16 AM.
Tags
None
Referenced Files
F13320505: D9174.diff
Fri, Jun 14, 5:25 AM
F13309169: D9174.diff
Mon, Jun 10, 9:40 AM
F13273138: D9174.diff
Fri, May 31, 1:37 AM
F13257331: D9174.id21791.diff
Sat, May 25, 11:21 PM
F13217017: D9174.id21789.diff
Sat, May 18, 3:28 AM
F13202933: D9174.diff
May 14 2024, 11:19 PM
F13187995: D9174.diff
May 11 2024, 4:54 AM
Unknown Object (File)
May 7 2024, 7:06 AM
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
Branch
flake8-verison
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 540
Build 540: [Placeholder Plan] Wait for 30 Seconds

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).