Skip to content
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

src,tools: allow utf-8 in built-in js source code #5418

Merged
merged 3 commits into from
Feb 25, 2016

Conversation

bnoordhuis
Copy link
Member

#4007 (comment) for background.

The meat is in the first commit, the other two are minor efficiency tweaks.

R=@Fishrock123

@bnoordhuis bnoordhuis added the build Issues and PRs related to build files or the CI. label Feb 24, 2016
@bnoordhuis bnoordhuis mentioned this pull request Feb 24, 2016
@trevnorris
Copy link
Contributor

whoot! LGTM

@bnoordhuis
Copy link
Member Author

PR-URL: nodejs#5418
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
PR-URL: nodejs#5418
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
PR-URL: nodejs#5418
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
@bnoordhuis bnoordhuis closed this Feb 25, 2016
@bnoordhuis bnoordhuis deleted the allow-utf8-in-builtins branch February 25, 2016 12:24
@bnoordhuis bnoordhuis merged commit 33e51fe into nodejs:master Feb 25, 2016
rvagg pushed a commit that referenced this pull request Feb 27, 2016
PR-URL: #5418
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
rvagg pushed a commit that referenced this pull request Feb 27, 2016
PR-URL: #5418
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
rvagg pushed a commit that referenced this pull request Feb 27, 2016
PR-URL: #5418
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
rvagg pushed a commit that referenced this pull request Feb 27, 2016
PR-URL: #5418
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
rvagg pushed a commit that referenced this pull request Feb 27, 2016
PR-URL: #5418
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
rvagg pushed a commit that referenced this pull request Feb 27, 2016
PR-URL: #5418
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
@Fishrock123 Fishrock123 mentioned this pull request Mar 1, 2016
5 tasks
@MylesBorins
Copy link
Contributor

adding lts-watch

@trevnorris feel free to remove if this is not appropriate

@jasnell
Copy link
Member

jasnell commented Mar 11, 2016

SGTM for LTS

@MylesBorins
Copy link
Contributor

@bnoordhuis this is not landing cleanly onto v4.x

would you have time to backport it?

@trevnorris
Copy link
Contributor

If @bnoordhuis doesn't have time I could take care of it some time next week.

@MylesBorins
Copy link
Contributor

@trevnorris I just got this to land cleanly, although we are getting some fun errors now

node.js:970



SyntaxError: Unexpected token ILLEGAL

Seems to happen right after landing the first commit 14df4dc

@jasnell
Copy link
Member

jasnell commented Mar 21, 2016

@thealphanerd ... on what platform(s)?

@bnoordhuis
Copy link
Member Author

I can back-port it but I confess I still haven't gotten around to unpacking the development rig where I've set up v4.x. (We plan on breaking out some walls so I've left most of my gear in boxes.) I'll see if I can get around to it this week.

@MylesBorins
Copy link
Contributor

@bnoordhuis hows the walls? 😃

bnoordhuis added a commit to bnoordhuis/io.js that referenced this pull request Apr 14, 2016
PR-URL: nodejs#5418
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
bnoordhuis added a commit to bnoordhuis/io.js that referenced this pull request Apr 14, 2016
PR-URL: nodejs#5418
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
bnoordhuis added a commit to bnoordhuis/io.js that referenced this pull request Apr 14, 2016
PR-URL: nodejs#5418
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
@bnoordhuis
Copy link
Member Author

@thealphanerd Sorry for the delay. Back-port in #6200; the commits applied cleanly for me, FWIW.

@MylesBorins
Copy link
Contributor

MylesBorins commented Apr 14, 2016

not a problem. It is possible that something landed in the last round of backports that fixed things

thanks!

MylesBorins pushed a commit that referenced this pull request Apr 14, 2016
PR-URL: #5418
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
MylesBorins pushed a commit that referenced this pull request Apr 14, 2016
PR-URL: #5418
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
MylesBorins pushed a commit that referenced this pull request Apr 14, 2016
PR-URL: #5418
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
MylesBorins pushed a commit that referenced this pull request Apr 22, 2016
PR-URL: #5418
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
MylesBorins pushed a commit that referenced this pull request Apr 22, 2016
PR-URL: #5418
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
MylesBorins pushed a commit that referenced this pull request Apr 22, 2016
PR-URL: #5418
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
MylesBorins pushed a commit that referenced this pull request May 6, 2016
PR-URL: #5418
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
MylesBorins pushed a commit that referenced this pull request May 6, 2016
PR-URL: #5418
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
MylesBorins pushed a commit that referenced this pull request May 6, 2016
PR-URL: #5418
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
MylesBorins pushed a commit that referenced this pull request May 18, 2016
PR-URL: #5418
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
MylesBorins pushed a commit that referenced this pull request May 18, 2016
PR-URL: #5418
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
MylesBorins pushed a commit that referenced this pull request May 18, 2016
PR-URL: #5418
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
@MylesBorins MylesBorins mentioned this pull request May 18, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Issues and PRs related to build files or the CI.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants