FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

lib: concatenated stirng to template string by pajangid · Pull Request #16930 · nodejs/node · GitHub

/ node Public

lib: concatenated stirng to template string - #16930

Closed
pajangid wants to merge 1 commit into
nodejs:masterfrom
pajangid:master
Closed

lib: concatenated stirng to template string#16930
pajangid wants to merge 1 commit into
nodejs:masterfrom
pajangid:master

Conversation

Copy link
Copy Markdown
Contributor
Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines
Affected core subsystem(s)

When I ran the test got the following error message, looks like unrelated to the PR

/usr/bin/python2.7 tools/test.py --mode=release -J \
        async-hooks \
        default \
        addons addons-napi \
        doctool \
        known_issues
=== release test-async-wrap-uncaughtexception ===
Path: parallel/test-async-wrap-uncaughtexception
Mismatched <anonymous> function calls. Expected exactly 1, actual 2.
    at Object.exports.mustCall (/home/k.vijayalakshmi/pawan/node/test/common/index.js:490:10)
    at Object.<anonymous> (/home/k.vijayalakshmi/pawan/node/test/parallel/test-async-wrap-uncaughtexception.js:14:33)
    at Module._compile (module.js:641:30)
    at Object.Module._extensions..js (module.js:652:10)
    at Module.load (module.js:560:32)
    at tryModuleLoad (module.js:503:12)
    at Function.Module._load (module.js:495:3)
    at Function.Module.runMain (module.js:682:10)
    at startup (bootstrap_node.js:191:16)
Command: out/Release/node /home/k.vijayalakshmi/pawan/node/test/parallel/test-async-wrap-uncaughtexception.js
[02:33|% 100|+ 2068|-   1]: Done
Makefile:213: recipe for target 'test' failed
make: *** [test] Error 1

Submitting my first PR for node.js, please have a look

nodejs-github-bot added the dns Issues and PRs related to the dns subsystem. label Nov 10, 2017
gireeshpunathil added the code-and-learn Issues related to the Code-and-Learn events and PRs submitted during the events. label Nov 10, 2017

fhinkel commented Nov 11, 2017

Copy link
Copy Markdown
Contributor

fhinkel commented Nov 11, 2017

Copy link
Copy Markdown
Contributor

@pajangid Thanks so much for your first commit 🎉. Landed as 23afa30

fhinkel closed this Nov 11, 2017
fhinkel pushed a commit that referenced this pull request Nov 11, 2017
PR-URL: #16930
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
evanlucas pushed a commit that referenced this pull request Nov 13, 2017
PR-URL: #16930
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
evanlucas mentioned this pull request Nov 13, 2017
MylesBorins pushed a commit that referenced this pull request Nov 17, 2017
PR-URL: #16930
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>

Copy link
Copy Markdown
Contributor

I've opted to not land this on v6.x as I am unsure if interpolated strings are optimized with that version of V8

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

code-and-learn Issues related to the Code-and-Learn events and PRs submitted during the events. dns Issues and PRs related to the dns subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants


Back | FazBrowse Home | New Git URL