Conversation
deps/npm/appveyor.yml
Outdated
There was a problem hiding this comment.
@iarna ... I'm not too familiar with coveralls but I want to verify... was including the COVERALLS_REPO_TOKEN here and the slack incoming_webhook secure token intentional?
There was a problem hiding this comment.
@jasnell We've included the slack one in Travis throughout. They're all public in the npm repo, so there's little harm in them being here.
|
Fwiw: That's an awful lot lol |
|
local tests pass |
|
Tests also pass for me. @iarna Do the whitespace squelches concern you at all? If not, I'll go ahead and land this. |
|
Let me fix the whitespace nonsense. I thought I'd done that, but I think I crossed wires with the 2.x branch. |
|
Whitespace fixed. |
|
notice npm/npm#12647 |
|
@iarna Is there anything critical in this release? The above issue sounds like we should hold out for 3.9.1 or similar? |
|
closing in favor of #7139 |
Checklist
Affected core subsystem(s)
depsDescription of change
The biggest thing in this release is that it fixes the tests on Windows.
There are a couple of Windows related bug fixes that were exposed by fixing the tests on Windows. Notably:
npm exploreto run a command from the directory of a dependency didn't work correctly on Windows.npm initand others that inferred the module name from the path failed with scoped modules on Windows.npm cache lsto output real filenames– previously it sometimes mistakenly double the package name in the path, resulting paths that don't exist.npmnow warns if you paste in a command line that uses non-ascii dashes (like emdashes or endashes), as this is almost certainly not intended.And one new feature:
--cache-min.Changelogs
Reviewers
r: @zkat
r: @thealphanerd
r: @Fishrock123