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

debugger: remove obsolete _debug_agent.js #12582

Closed
wants to merge 1 commit into from

Conversation

Trott
Copy link
Member

@Trott Trott commented Apr 22, 2017

With _debugger.js removed, _debug_agent.js appears to be unnecessary.

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

debugger test

With _debugger.js removed, _debug_agent.js appears to be unnecessary.
@Trott Trott added the debugger label Apr 22, 2017
@nodejs-github-bot nodejs-github-bot added build Issues and PRs related to build files or the CI. debugger labels Apr 22, 2017
@Trott Trott added dont-land-on-v4.x semver-major PRs that contain breaking changes and should be released in the next major version. labels Apr 22, 2017
@Trott Trott added this to the 8.0.0 milestone Apr 22, 2017
@Trott
Copy link
Member Author

Trott commented Apr 22, 2017

@Trott
Copy link
Member Author

Trott commented Apr 22, 2017

Assuming I'm not wrong about this being removable, there's probably some related C++ code that can go as well.

@mscdex mscdex removed the build Issues and PRs related to build files or the CI. label Apr 22, 2017
Copy link
Member

@benjamingr benjamingr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CI is green, change seems good.

Copy link
Member

@bnoordhuis bnoordhuis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

there's probably some related C++ code that can go as well.

I was going to look at that next week; there is quite a bit of code that can be deleted. Doesn't need to hold up this PR though.

Copy link
Member

@addaleax addaleax left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CI is green 🎉

jasnell pushed a commit that referenced this pull request Apr 24, 2017
With _debugger.js removed, _debug_agent.js appears to be unnecessary.

PR-URL: #12582
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
@jasnell
Copy link
Member

jasnell commented Apr 24, 2017

Landed in 549e81b

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver-major PRs that contain breaking changes and should be released in the next major version.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants