Skip to content

Conversation

@bnoordhuis
Copy link
Member

I'll spruce up the commit logs once it's clear this is an approach we want to take.

R=@cjihrig

CI: https://ci.nodejs.org/job/node-test-pull-request/850/

@bnoordhuisbnoordhuis added util Issues and PRs related to the built-in util module. module Issues and PRs related to the module subsystem. repl Issues and PRs related to the REPL subsystem. labels Nov 25, 2015
@Fishrock123
Copy link
Contributor

cc @chrisdickinson probably also

@cjihrig
Copy link
Contributor

LGTM pending the CI

Remove a hack that was introduced in commit bb6d468 from November 2010. This is groundwork for a follow-up commit that makes it possible to use internal modules in lib/repl.js. PR-URL: nodejs#4026 Reviewed-By: Colin Ihrig <[email protected]>
Move the method that was added in commit 8ca412b from earlier this month from lib/util.js to lib/internal/util.js. Avoids exposing a method that we may not wish to expose just yet, seeing how it relies on implementation details. PR-URL: nodejs#4026 Reviewed-By: Colin Ihrig <[email protected]>
@bnoordhuisbnoordhuisforce-pushed the remove-repl-require-hack branch from 729b094 to 04b1a2fCompareNovember 30, 2015 23:03
@bnoordhuisbnoordhuis deleted the remove-repl-require-hack branch November 30, 2015 23:03
@bnoordhuisbnoordhuis merged commit 04b1a2f into nodejs:masterNov 30, 2015
@MylesBorins
Copy link
Contributor

should we land this on lts?

@cjihrig
Copy link
Contributor

I think we should definitely make sure this is stable for a while since it involves the module system.

bnoordhuis added a commit that referenced this pull request Dec 5, 2015
Remove a hack that was introduced in commit bb6d468 from November 2010. This is groundwork for a follow-up commit that makes it possible to use internal modules in lib/repl.js. PR-URL: #4026 Reviewed-By: Colin Ihrig <[email protected]>
bnoordhuis added a commit that referenced this pull request Dec 5, 2015
Move the method that was added in commit 8ca412b from earlier this month from lib/util.js to lib/internal/util.js. Avoids exposing a method that we may not wish to expose just yet, seeing how it relies on implementation details. PR-URL: #4026 Reviewed-By: Colin Ihrig <[email protected]>
@bnoordhuis
Copy link
MemberAuthor

See bug report #4208 and bug fix #4215. If this PR gets landed in LTS, that PR should be included as well.

@rvaggrvagg mentioned this pull request Dec 17, 2015
cjihrig pushed a commit to cjihrig/node that referenced this pull request Jan 7, 2016
Remove a hack that was introduced in commit bb6d468 from November 2010. This is groundwork for a follow-up commit that makes it possible to use internal modules in lib/repl.js. PR-URL: nodejs#4026 Reviewed-By: Colin Ihrig <[email protected]> Conflicts: lib/module.js
cjihrig pushed a commit to cjihrig/node that referenced this pull request Jan 7, 2016
Move the method that was added in commit 8ca412b from earlier this month from lib/util.js to lib/internal/util.js. Avoids exposing a method that we may not wish to expose just yet, seeing how it relies on implementation details. PR-URL: nodejs#4026 Reviewed-By: Colin Ihrig <[email protected]>
This was referenced Mar 22, 2022
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

moduleIssues and PRs related to the module subsystem.replIssues and PRs related to the REPL subsystem.utilIssues and PRs related to the built-in util module.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@bnoordhuis@Fishrock123@cjihrig@MylesBorins