Page MenuHomePhabricator

Fix the `ArcanistJSHintLinter::getVersion` function.
ClosedPublic

Authored by joshuaspence on May 18 2014, 1:08 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Jan 21, 9:08 AM
Unknown Object (File)
Sat, Jan 18, 2:03 AM
Unknown Object (File)
Sat, Jan 18, 12:05 AM
Unknown Object (File)
Jan 2 2025, 10:17 PM
Unknown Object (File)
Dec 17 2024, 6:18 AM
Unknown Object (File)
Dec 13 2024, 10:36 AM
Unknown Object (File)
Nov 24 2024, 8:58 PM
Unknown Object (File)
Nov 21 2024, 6:44 AM
Subscribers

Details

Summary

As identified by @epriestley in D9060, jshint --version emits version information on stderr, not stdout.

Test Plan

Ran jshint --version locally and verified that the version information is output to stderr.

Diff Detail

Repository
rARC Arcanist
Branch
jshint-version
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 539
Build 539: [Placeholder Plan] Wait for 30 Seconds

Event Timeline

joshuaspence retitled this revision from to Fix the `ArcanistJSHintLinter::getVersion` function..
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 edited edge metadata.
This revision is now accepted and ready to land.May 18 2014, 1:17 AM
epriestley updated this revision to Diff 21790.

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