Skip to content

test: Using arrow functions - #24436

Closed
NoSkillGirl wants to merge 1 commit into
nodejs:masterfrom
NoSkillGirl:testcase-arrowfunctions
Closed

test: Using arrow functions#24436
NoSkillGirl wants to merge 1 commit into
nodejs:masterfrom
NoSkillGirl:testcase-arrowfunctions

Conversation

@NoSkillGirl

Copy link
Copy Markdown
Contributor

Using arrow functions in test-tls-client-resume.js

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

@nodejs-github-botnodejs-github-bot added the test Issues and PRs related to the tests. label Nov 17, 2018
@gireeshpunathilgireeshpunathil added the code-and-learn Issues related to the Code-and-Learn events and PRs submitted during the events. label Nov 17, 2018

@targostargos 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.

Commit message should look like test: use arrow functions

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.

Suggested change
constserver=tls.Server(options,common.mustCall(socket=>socket.end('Goodbye'),2));
constserver=tls.Server(options,common.mustCall(socket=>socket.end('Goodbye'),2));

@NoSkillGirl
NoSkillGirlforce-pushed the testcase-arrowfunctions branch from 0ee9e42 to 75cf1d4CompareNovember 20, 2018 23:55
@NoSkillGirl
NoSkillGirlforce-pushed the testcase-arrowfunctions branch from 75cf1d4 to 362b69dCompareNovember 21, 2018 00:02
@NoSkillGirl
NoSkillGirlforce-pushed the testcase-arrowfunctions branch from 0d6b3c8 to 272d172CompareNovember 21, 2018 02:15
@NoSkillGirl
NoSkillGirlforce-pushed the testcase-arrowfunctions branch from 272d172 to e12f560CompareNovember 21, 2018 06:48
@gireeshpunathil

Copy link
Copy Markdown
Member

ping @NoSkillGirl

@NoSkillGirl
NoSkillGirlforce-pushed the testcase-arrowfunctions branch from e12f560 to 0dbe2f8CompareNovember 21, 2018 15:28
@NoSkillGirl

Copy link
Copy Markdown
ContributorAuthor

Pong @gireeshpunathil

 - Using arrow functions in test-tls-client-resume.js
- Fixed error, Expected parentheses around arrow function
argument arrow-parens
PR-URL: nodejs#24436
@NoSkillGirl
NoSkillGirlforce-pushed the testcase-arrowfunctions branch from 0dbe2f8 to d91a981CompareNovember 21, 2018 16:22
@danbev

danbev commented Nov 22, 2018

Copy link
Copy Markdown
Contributor

@danbev

Copy link
Copy Markdown
Contributor

Landed in 282e533. 🎉

@danbevdanbev closed this Nov 22, 2018
danbev pushed a commit that referenced this pull request Nov 22, 2018
 - Using arrow functions in test-tls-client-resume.js
- Fixed error, Expected parentheses around arrow function
argument arrow-parens
PR-URL: #24436
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
@NoSkillGirl

Copy link
Copy Markdown
ContributorAuthor

Thank You @danbev

targos pushed a commit that referenced this pull request Nov 24, 2018
 - Using arrow functions in test-tls-client-resume.js
- Fixed error, Expected parentheses around arrow function
argument arrow-parens
PR-URL: #24436
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
rvagg pushed a commit that referenced this pull request Nov 28, 2018
 - Using arrow functions in test-tls-client-resume.js
- Fixed error, Expected parentheses around arrow function
argument arrow-parens
PR-URL: #24436
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
@BridgeARBridgeAR mentioned this pull request Dec 5, 2018
4 tasks
codebytere pushed a commit that referenced this pull request Jan 13, 2019
 - Using arrow functions in test-tls-client-resume.js
- Fixed error, Expected parentheses around arrow function
argument arrow-parens
PR-URL: #24436
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
refack pushed a commit to refack/node that referenced this pull request Jan 14, 2019
 - Using arrow functions in test-tls-client-resume.js
- Fixed error, Expected parentheses around arrow function
argument arrow-parens
PR-URL: nodejs#24436
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
@codebyterecodebytere mentioned this pull request Jan 15, 2019
codebytere pushed a commit that referenced this pull request Jan 29, 2019
 - Using arrow functions in test-tls-client-resume.js
- Fixed error, Expected parentheses around arrow function
argument arrow-parens
PR-URL: #24436
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
codebytere pushed a commit that referenced this pull request Jan 29, 2019
 - Using arrow functions in test-tls-client-resume.js
- Fixed error, Expected parentheses around arrow function
argument arrow-parens
PR-URL: #24436
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

code-and-learnIssues related to the Code-and-Learn events and PRs submitted during the events.testIssues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@NoSkillGirl@gireeshpunathil@danbev@jasnell@targos@nodejs-github-bot