Skip to content

debugger: remove obsolete _debug_agent.js - #12582

Closed
Trott wants to merge 1 commit into
nodejs:masterfrom
Trott:remove-debug-agent
Closed

debugger: remove obsolete _debug_agent.js#12582
Trott wants to merge 1 commit into
nodejs:masterfrom
Trott:remove-debug-agent

Conversation

@Trott

Copy link
Copy Markdown
Member

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.
@nodejs-github-botnodejs-github-bot added build Issues and PRs related to build files or the CI. debugger labels Apr 22, 2017
@TrottTrott 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
@TrottTrott added this to the 8.0.0 milestone Apr 22, 2017
@Trott

Copy link
Copy Markdown
MemberAuthor

@Trott

Copy link
Copy Markdown
MemberAuthor

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

@mscdexmscdex removed the build Issues and PRs related to build files or the CI. label Apr 22, 2017

@benjamingrbenjamingr left a comment

Copy link
Copy Markdown
Member

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.

@bnoordhuisbnoordhuis left a comment

Copy link
Copy Markdown
Member

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.

@addaleaxaddaleax left a comment

Copy link
Copy Markdown
Member

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
Copy Markdown
Member

Landed in 549e81b

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

semver-majorPRs 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

@Trott@jasnell@bnoordhuis@addaleax@benjamingr@cjihrig@gibfahn@mscdex@nodejs-github-bot