Skip to content

Conversation

@pvsousalima
Copy link
Contributor

@pvsousalimapvsousalima commented Oct 21, 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

url: name anonymous functions in url

name anonymous functions in url module
the changes are related to commits ef030da and accf410
which are naming anonymous functions to standardize the code
and help debugging, also with Ref: #8913

name anonymous functions in url module the changes are related to commits ef030da and accf410 which are naming anonymous functions to standardize the code and help debugging, also with Ref: #8913
@nodejs-github-botnodejs-github-bot added the url Issues and PRs related to the legacy built-in url module. label Oct 21, 2016
@jasnell
Copy link
Member

@pvsousalimapvsousalima mentioned this pull request Oct 24, 2016
2 tasks
@fhinkel
Copy link
Member

Thanks. Sorry for taking so long, this PR must have gotten overlooked. Landed in c1dee6a

@fhinkelfhinkel closed this Mar 26, 2017
fhinkel pushed a commit that referenced this pull request Mar 26, 2017
Name anonymous functions in url.js. PR-URL: #9225 Ref: #8913 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Franziska Hinkelmann <[email protected]>
@lpinca
Copy link
Member

lpinca commented Mar 26, 2017

I think this didn't land before because functions names were already inferred from Url.prototype.

MylesBorins pushed a commit that referenced this pull request Mar 28, 2017
Name anonymous functions in url.js. PR-URL: #9225 Ref: #8913 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Franziska Hinkelmann <[email protected]>
@MylesBorinsMylesBorins mentioned this pull request Mar 28, 2017
@italoacasasitaloacasas mentioned this pull request Apr 10, 2017
2 tasks
@MylesBorinsMylesBorins added the baking-for-lts PRs that need to wait before landing in a LTS release. label May 8, 2017
@MylesBorinsMylesBorins added dont-land-on-v6.x and removed baking-for-lts PRs that need to wait before landing in a LTS release. lts-watch-v6.x labels Nov 14, 2017
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

urlIssues and PRs related to the legacy built-in url module.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

@pvsousalima@jasnell@fhinkel@lpinca@targos@MylesBorins@nodejs-github-bot