Skip to content

ci: test with node 6 once 6.4.0 is patched#602

Merged
nexdrew merged 3 commits intomasterfrom
back-to-the-future-node6
Aug 29, 2016
Merged

ci: test with node 6 once 6.4.0 is patched#602
nexdrew merged 3 commits intomasterfrom
back-to-the-future-node6

Conversation

@nexdrew
Copy link
Member

@nexdrew nexdrew commented Aug 19, 2016

Reverts the Travis and AppVeyor changes deliberately introduced with #597.

It is expected that tests with Node 6 will fail until version 6.4.0 is patched with this reversion: nodejs/node#8143

This PR serves as a reminder to revert the temporary testing change pinned to Node 6.3.1.

Fixes #596.

Thanks to @maxrimue for originally reporting the error, and thanks to @addaleax for fixing our tests with citgm and AppVeyor!

@addaleax
Copy link
Contributor

btw, I know this isn’t communicated suuuper-well, but Node v5 is already past its end of life, as far as Node core is concerned.

@nexdrew
Copy link
Member Author

nexdrew commented Aug 19, 2016

@addaleax Hmm, good point. I'll drop Node 5 with this too. 👍

@addaleax
Copy link
Contributor

v6.5.0 is out, so kicking off a new CI with this should return everything to green :)

@nexdrew
Copy link
Member Author

nexdrew commented Aug 29, 2016

@addaleax Thanks for the heads up, will push a new commit dropping Node 5 very soon.

@nexdrew nexdrew force-pushed the back-to-the-future-node6 branch from 834c08a to ccc0309 Compare August 29, 2016 14:21
@nexdrew
Copy link
Member Author

nexdrew commented Aug 29, 2016

Looks like it's gonna fail with Node 6.5.0 since the Function descriptors now include the inferred function name (e.g. builder: [Function: builder] instead of builder: [Function]).

Time to relax the regex methinks.

@addaleax
Copy link
Contributor

Oh, yeah, I forgot that… the Node.js core tests had to be fixed up for that, too. You’re probably right.

@nexdrew
Copy link
Member Author

nexdrew commented Aug 29, 2016

Tests are green again so I'm gonna squash-and-merge this. Thanks to @addaleax and @maxrimue for your help!

@nexdrew nexdrew merged commit fdb3364 into master Aug 29, 2016
@nexdrew nexdrew deleted the back-to-the-future-node6 branch August 29, 2016 16:37
@maxrimue
Copy link
Member

Great, thanks @nexdrew 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Different util.inspect output making tests fail

3 participants