-
Notifications
You must be signed in to change notification settings - Fork 229
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build based on node 5.7.0 #186
Conversation
all the one off fixes for arrow functions are pretty untenable, so this version uses babel, which adds 2 wrinkles
babel does something funky with the white space so while I have retainLines on right now to be able to eye ball the changes we probably want to turn that off. |
854871b
to
c0298ba
Compare
new build uses babel for arrow functions and const/let stuff also makes iThings allowed failures
3f0a62f
to
c41fa76
Compare
and we are green https://travis-ci.org/nodejs/readable-stream/builds/111795595 |
what's the output without retainLine? I would prefer different line numbers from core but a more readable thing. Line numbers can potentially be different anyway (because of the replacements). |
It puts conditionals that don't have curly braces are put on to a single On Fri, Feb 26, 2016, 3:07 AM Matteo Collina [email protected]
|
ok removed retain lines |
👍. I would bump the minor here, just because it's a significant change (babel), and my change might or might not land in v4.x.x. |
hm I tend to not count build changes in terms of features, but it is a On Fri, Feb 26, 2016 at 8:52 AM Matteo Collina [email protected]
|
break; | ||
else | ||
len = state.length; | ||
break;else len = state.length; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this looks weird
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i agree, but it is an artifact of babel transforming the code
hey guys can I get a yay or nay on this one |
LGTM |
this will probably end up in a readable-stream release