Uh oh!
There was an error while loading. Please reload this page.
[WIP]tools: remove closure_linter to eslint on windows - #1685
[WIP]tools: remove closure_linter to eslint on windows#1685yosuke-furukawa wants to merge 1 commit into
Conversation
Fishrock123
commented
May 12, 2015
R=@iojs/build? |
rvagg
commented
May 12, 2015
when does closure_linter get removed from the tree? is this the last use of it? also, @yosuke-furukawa has jenkins creds now, as do most other collaborators, it's probably just the newest collaborators that aren't set up now, they're welcome to ping me directly if they're not getting creds quick enough |
silverwind
commented
May 12, 2015
I don't think Windows does "%config%\iojs" tools\eslint\bin\eslint.js src lib --reset --quietAlso, I couldn't get |
silverwind
commented
May 12, 2015
Oh, and let's not forget about the internal dir: "%config%\iojs" tools\eslint\bin\eslint.js src lib lib\internal --reset --quiet |
silverwind
commented
May 12, 2015
Nevermind, it seems specifying a directory makes eslint recursive automatically. so |
jbergstroem
commented
May 12, 2015
I don't think you have to quote the command. LGTM after reverting to just specifying directories -- tested on one of the buildslaves (2012). |
silverwind
commented
May 13, 2015
@jbergstroem did you test |
jbergstroem
commented
May 13, 2015
@silverwind I replaced the old lines in vcbuild.bat with above and ran |
silverwind
commented
May 13, 2015
Alright, LGTM then. |
yosuke-furukawa
commented
May 13, 2015
jslint does not print error like I will land this. |
PR-URL: #1685 Reviewed-By: Johan Bergström <bugs@bergstroem.nu> Reviewed-By: Roman Reiss <me@silverwind.io>
yosuke-furukawa
commented
May 13, 2015
Landed. 966acb9 Thank you for review. |
yosuke-furukawa
commented
May 13, 2015
silverwind
commented
May 13, 2015
Minor nit I didn't notice earlier (sorry): path separator should be |
rlidwka
commented
May 17, 2015
Is there any practical reason to use backslashes? I mean if io.js/windows supports forward slashes, it might make sense to use them everywhere for consistency reasons. |
PR-URL: nodejs#1685 Reviewed-By: Johan Bergström <bugs@bergstroem.nu> Reviewed-By: Roman Reiss <me@silverwind.io>
This is a work in progress.
I found an error on Windows CI. gjslint still exists on vbuild.bat.
BUT, I don't have a Windows environment... So I have not confirmed this yet.
If I got our Jenkins permission, I will run the tests on Windows.