Skip to content

Conversation

@originalfoo
Copy link
Contributor

@originalfoooriginalfoo commented Jun 25, 2016

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

debug

( specifically: lib/_debug_agent.js )

Description of change

Use arrow functions to replace 3x var self = this; ... function(){self.whatever() } pattern.

See #7414 for more details.

@mscdex
Copy link
Contributor

@cjihrig
Copy link
Contributor

LGTM

2 similar comments
@jasnell
Copy link
Member

LGTM

@mscdex
Copy link
Contributor

LGTM

@jasnell
Copy link
Member

New CI since it appears this fell through the cracks: https://ci.nodejs.org/job/node-test-pull-request/3742/

jasnell pushed a commit that referenced this pull request Aug 18, 2016
Refs: #7414 PR-URL: #7415 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Brian White <[email protected]>
@jasnell
Copy link
Member

Landed in a9387db!

@jasnelljasnell closed this Aug 18, 2016
evanlucas pushed a commit that referenced this pull request Aug 24, 2016
Refs: #7414 PR-URL: #7415 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Brian White <[email protected]>
MylesBorins pushed a commit that referenced this pull request Sep 30, 2016
Refs: #7414 PR-URL: #7415 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Brian White <[email protected]>
MylesBorins pushed a commit that referenced this pull request Sep 30, 2016
Refs: #7414 PR-URL: #7415 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Brian White <[email protected]>
MylesBorins pushed a commit that referenced this pull request Oct 10, 2016
Refs: #7414 PR-URL: #7415 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Brian White <[email protected]>
rvagg pushed a commit that referenced this pull request Oct 18, 2016
Refs: #7414 PR-URL: #7415 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Brian White <[email protected]>
MylesBorins pushed a commit that referenced this pull request Oct 26, 2016
Refs: #7414 PR-URL: #7415 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Brian White <[email protected]>
@MylesBorinsMylesBorins mentioned this pull request Oct 26, 2016
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@originalfoo@mscdex@cjihrig@jasnell@MylesBorins@nodejs-github-bot