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

url: fix building when using --without-intl #9041

Closed
wants to merge 1 commit into from

Conversation

jasnell
Copy link
Member

@jasnell jasnell commented Oct 11, 2016

Checklist
  • make -j8 test (UNIX), or vcbuild test nosign (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

url

Description of change

Fix compile bug when building with the --without-intl option
(introduced by 4b31238)

Fix compile bug when building with the --without-intl option
(introduced by 4b31238)
@jasnell jasnell added the url Issues and PRs related to the legacy built-in url module. label Oct 11, 2016
@nodejs-github-bot nodejs-github-bot added the c++ Issues and PRs that require attention from people who are familiar with C++. label Oct 11, 2016
@MylesBorins
Copy link
Member

tested locally to confirm

LGTM

@jasnell
Copy link
Member Author

jasnell commented Oct 12, 2016

Given that building --without-intl is broken without this, I'd like to land this sooner than later.

@jasnell
Copy link
Member Author

jasnell commented Oct 12, 2016

Landing now to unbreak building when using the --without-intl flag

jasnell added a commit that referenced this pull request Oct 12, 2016
Fix compile bug when building with the --without-intl option
(introduced by 4b31238)

PR-URL: #9041
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Myles Borins <myles.borins@gmail.com>
@jasnell
Copy link
Member Author

jasnell commented Oct 12, 2016

Landed in 774d737

@Fishrock123
Copy link
Member

doesn't apply cleanly, assuming this does not need a backport (node_url does not exist)

@jasnell
Copy link
Member Author

jasnell commented Oct 12, 2016

This requires 4b31238 in order to land.

@MylesBorins
Copy link
Member

that si correct

On Wed, Oct 12, 2016, 10:45 AM Jeremiah Senkpiel notifications@github.com
wrote:

doesn't apply cleanly, assuming this does not need a backport (node_url
does not exist)


You are receiving this because you commented.

Reply to this email directly, view it on GitHub
#9041 (comment), or mute
the thread
https://github.com/notifications/unsubscribe-auth/AAecV-pLje6b4QRCkqg8tK6D2pOXNV17ks5qzOi-gaJpZM4KULVy
.

jasnell added a commit that referenced this pull request Oct 12, 2016
Fix compile bug when building with the --without-intl option
(introduced by 4b31238)

PR-URL: #9041
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Myles Borins <myles.borins@gmail.com>
@gibfahn gibfahn mentioned this pull request Jun 15, 2017
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c++ Issues and PRs that require attention from people who are familiar with C++. url Issues and PRs related to the legacy built-in url module.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants