René's URL Explorer Experiment


Title: v7.1.0 proposal - 2016-11-08 by evanlucas · Pull Request #9438 · nodejs/node · GitHub

Open Graph Title: v7.1.0 proposal - 2016-11-08 by evanlucas · Pull Request #9438 · nodejs/node

X Title: v7.1.0 proposal - 2016-11-08 by evanlucas · Pull Request #9438 · nodejs/node

Description: 2016-11-08, Version 7.1.0 (Current), @evanlucas Notable changes buffer: add buffer.transcode to transcode a buffer's content from one encoding to another primarily using ICU (James M Snell) #9038 child_process: add public API for IPC channel (cjihrig) #9322 icu: Upgraded to ICU 58 - small icu (Steven R. Loomis) #9234 Add cldr, tz, and unicode to process.versions (Steven R. Loomis) #9266 lib: make String(global) === '\[object global\]' (Anna Henningsen) #9279 libuv: Upgraded to 1.10.0 (cjihrig) #9267 readline: use icu based string width calculation (James M Snell) #9040 src: add NODE_PRESERVE_SYMLINKS environment variable that has the same effect as the --preserve-symlinks flag (Marc Udoff) #8749 Fix String#toLocaleUpperCase() and String#toLocaleLowerCase() (Steven R. Loomis) Commits [dafdb7b069] - benchmark: add trailing newline for consistency (Roman Reiss) #9410 [fab8eb660f] - benchmark: add microbenchmarks for ES Map (Rod Vagg) #7581 [44792f83bf] - benchmark,lib,test,tools: remove unneeded . escape (Rich Trott) #9449 [c70c96a3e2] - buffer: coerce offset using Math.trunc() (cjihrig) #9341 [212da12f45] - buffer: use correct name for custom inspect symbol (Charmander) #9289 [0939edd4ed] - (SEMVER-MINOR) buffer: add buffer.transcode (James M Snell) #9038 [ceec520aef] - build: add MAKEFLAGS="-j1" to node-gyp (Daniel Bevenius) #9450 [1109d0b244] - build: reduce noise from doc target (Daniel Bevenius) #9457 [90aac7ca28] - build: start comments at beginning of line (Sakthipriyan Vairamani (thefourtheye)) #9375 [b51db7120e] - build: make node-gyp output silent (Sakthipriyan Vairamani (thefourtheye)) #8990 [d8eaa14c2d] - build: prioritise --shared-X-Y over pkg-config (Rod Vagg) #9368 [f7d8481ee2] - build: use wxneeded on openbsd (Aaron Bieber) #9232 [7b0e93738b] - (SEMVER-MINOR) child_process: add public API for IPC channel (cjihrig) #9322 [4e3731c7e7] - child_process: remove unreachable code (cjihrig) #9307 [d573acf96f] - child_process: remove unreachable execSync() code (cjihrig) #9209 [f1f00df9bf] - deps: upgrade npm to 3.10.9 (Kat Marchán) #9286 [3d1766f492] - (SEMVER-MINOR) deps: Intl: ICU 58 bump - small icu (BIG COMMIT) (Steven R. Loomis) #9234 [827000ee62] - (SEMVER-MINOR) deps: Intl: ICU 58 bump: configure/LICENSE/docs (Steven R. Loomis) #9234 [0f871e1087] - deps: back port OpenBSD fix in c-ares/c-ares (Aaron Bieber) #9232 [106d71914c] - deps: upgrade libuv to 1.10.0 (cjihrig) #9267 [4c4132e5d3] - doc: update minute-taking procedure for CTC (Rich Trott) #9425 [ed8df17135] - doc: note that tests should include a description (Gibson Fahnestock) #9415 [bc2d1c9d91] - doc: do not link in the headings (Sakthipriyan Vairamani (thefourtheye)) #9416 [4bb9d21d01] - doc: update GOVERNANCE.md to use "meeting chair" (Rich Trott) #9432 [c2fab3c600] - doc: add Sakthipriyan to the CTC (Rod Vagg) #9427 [a8295d86d9] - doc: update Diagnostics WG info (Josh Gavant) #9329 [3af9453019] - doc: move stray sentences in zlib doc (Rich Trott) #9365 [d4b509584f] - doc: use 'an' over 'a', remove redundant sentence (Zeke Sikelianos) #9345 [ff69e38070] - doc: add more internal links to fs.Stats object (Zeke Sikelianos) #9345 [c554f090df] - doc: fix outdate ninja link (Yangyang Liu) #9278 [3d4a829d85] - doc: fix broken links to Buffer.from(string) (Jesse McCarthy) #9294 [225a9dfb00] - doc: fs: fix link to mkdtemp (coderaiser) #9379 [dbeadd363c] - doc: update OpenSSL links (kobelb) #9338 [eeabab3827] - doc: add 2016-10-26 CTC meeting minutes (Rich Trott) #9348 [31690a690c] - doc: add 2016-10-05 CTC meeting minutes (Josh Gavant) #9326 [7f1a40dbcf] - doc: add 2016-09-28 CTC meeting minutes (Josh Gavant) #9325 [edd89265ba] - doc: update CONTRIBUTING.md to address editing PRs (Gibson Fahnestock) #9259 [c7458909a7] - doc: reference signal(7) for the list of signals (Emanuele DelBono) #9323 [a3f6854724] - doc: more realistic custom inspect example (Ryan Scheel (Havvy)) #8875 [a0074e2232] - doc: clarify buffer toString docs. (Olan Byrne) #8984 [3f90481e20] - doc: clarify relation between a file and a module (marzelin) #9026 [82119049ef] - doc: fix typo in http.md (anu0012) #9144 [d2e7882723] - doc: add 2016-10-19 CTC meeting minutes (Josh Gavant) #9193 [ce00a9d2b6] - doc: add performance warning to require.extensions (Ben Noordhuis) #9196 [d1c32aa335] - doc: mention case-insensitive env on windows (Oliver Salzburg) #9166 [c6e429a6bc] - doc: add CTC meeting minutes for 2016-10-12 (Michael Dawson) #9070 [355041960d] - events: remove unnecessary checks (cjihrig) #9330 [0ce0abf6cb] - events,test: fix TypeError in EventEmitter warning (jseagull) #9021 [6f35e4421a] - http: add debug message for invalid header value (Evan Lucas) #9195 [173b088e1a] - inspector: do not prompt to use localhost (Eugene Ostroukhov) #9451 [939d1023c2] - inspector: switch to new inspector APIs (Eugene Ostroukhov) #9028 [2e7b078e7b] - inspector: fix request path nullptr dereference (Ben Noordhuis) #9184 [9940666c1b] - (SEMVER-MINOR) intl: Add more versions from ICU (Steven R. Loomis) #9266 [5bfefa6063] - lib: change == to === in linkedlist (jedireza) #9362 [d24bd20d2b] - lib: make String(global) === '\[object global\]' (Anna Henningsen) #9279 [9372aee4a3] - lib: fix beforeExit not working with -e (Ben Noordhuis) #8821 [c231130e06] - module: skip directories known not to exist (Ben Noordhuis) #9196 [d09eb9c6b2] - net: name anonymous functions (Pedro Victor) #9357 [a5c62cb4f2] - (SEMVER-MINOR) readline: use icu based string width calculation (James M Snell) #9040 [60461d2d90] - repl: refactor lib/repl.js (Rich Trott) #9374 [071836aa42] - repl: name anonymous functions (Pedro Victor) #9356 [0b9d80a037] - repl: don’t write to input stream in editor mode (Anna Henningsen) #9207 [1c59cefc44] - repl: make key of repl.write() optional always (Anna Henningsen) #9207 [b1ef638de3] - (SEMVER-MINOR) src: default --icu_case_mapping on as a v8 option (Steven R. Loomis) #9454 [0c236d1d36] - src: replace SetNamedPropertyHandler() (AnnaMag) #9062 [5ab172ee8f] - src: fix use of uninitialized variable (James M Snell) #9281 [57c0a9b5dc] - src: remove unused function (Brian White) #9243 [08e12c7809] - src: remove superfluous env_string string (Ben Noordhuis) #9213 [c342bda49e] - src: make cross-context MakeCallback() calls work (Ben Noordhuis) #9221 [60a5b515b8] - (SEMVER-MINOR) src: add NODE_PRESERVE_SYMLINKS environment variable (Marc Udoff) #8749 [f2a3b24611] - src: clean up program/isolate/env init logic (Ben Noordhuis) #9224 [9e753ba782] - src: simplify code, remove NodeInstanceData (Ben Noordhuis) #9224 [8b53f3c41c] - src: speed up module loading, don't resize buffer (Ben Noordhuis) #9132 [362c307f38] - src: speed up module loading, skip EOF read (Ben Noordhuis) #9132 [85a9295813] - src,tools: speed up startup by 2.5% (Ben Noordhuis) #5458 [6e1eb59fee] - test: improve test-debugger-util-regression (Santiago Gimeno) #9490 [6eb6816e22] - test: fix flaky test-net-GH-5504 (Santiago Gimeno) #9461 [f640bafc58] - test: fix flaky test-force-repl-with-eval (Santiago Gimeno) #9460 [675a4b20b6] - test: update http-header-obstext (Gibson Fahnestock) #9415 [9d9ea8127e] - test: move timer-dependent test to sequential (Rich Trott) #9431 [1c3487b5c3] - test: remove timers from streams test (Anna Henningsen) [e696bc33eb] - test: increase test coverage for lib/zlib.js (Rich Trott) #9366 [ed3f80a988] - test: add test for HTTP client "aborted" event (Kyle E. Mitchell) #7376 [d12ed29f6a] - test: remove timer in test-dgram-send-empty-array (Rich Trott) #9361 [e451022dd9] - test: refactor test-http-client-readable (Rich Trott) #9344 [01b626a45a] - test: clean up dgram-broadcast-multi-process test (Isobel Redelmeier) #9308 [411b1339bc] - test: fix freebsd10-64 CI failures (Rich Trott) #9317 [1037463604] - test: add child_process customFds test (cjihrig) #9307 [bd9cb40977] - test: run all of test-timers-blocking-callback (Rich Trott) #9305 [8b7ce8bd11] - test: fix flaky test-fs-watch-recursive on OS X (Rich Trott) #9303 [6c9e4fddf0] - test: refactor test-async-wrap-check-providers (Gerges Beshay) #9297 [0ab008e50d] - test: fix lint error regarding unused commons const (Daniel Bevenius) #9334 [c9b67c6a91] - test: writable stream needDrain state (Italo A. Casas) #8799 [248a3200b2] - test: writable stream ending state (Italo A. Casas) #8707 [d6f688ae0d] - test: writable stream finished state (Italo A. Casas) #8791 [d49d990c42] - test: prevent workers outliving parent (Sam Roberts) #9257 [2ad81ed0e6] - test: refactor /parallel/test-cluster-uncaught-exception.js to ES6 (Deverick) #9239 [f39eb05946] - test: use strict assertions in module loader test (Ben Noordhuis) #9263 [fc9e6a37fa] - test: remove err timer from test-http-set-timeout (BethGriggs) #9264 [53520f06f3] - test: clean up test-child-process-exec-cwd.js (Jeena Lee) #9231 [deef2f6079] - test: add child_process.exec() timeout coverage (cjihrig) #9208 [5e138fe768] - test: skip whatwg url parse and setter tests when icu is missing (James M Snell) #9246 [a39b98ef73] - test: add common.hasIntl (James M Snell) #9246 [efb62aa146] - test: fix flaky test by removing timer (Evan Lucas) #9199 [44427cc1f7] - test: case sensitivity of env variables (Oliver Salzburg) #9166 [63ef0990f3] - test: add coverage for execFileSync() errors (cjihrig) #9211 [06b414078e] - test: remove test-v8-inspector-json-protocol test (Ben Noordhuis) #9184 [21ba3e3b89] - test: add more module loader test coverage (Ben Noordhuis) #9196 [204461925b] - test: make flaky pummel test more reliable (Ben Noordhuis) #9241 [4be1ba582a] - test: move flaky test to test/pummel (Ben Noordhuis) #9241 [032533954b] - tools: use long format for gpg fingerprint (Myles Borins) #9258 [aac4af2b26] - tools: enable final newline in .editorconfig (Roman Reiss) #9410 [513da404cb] - tools: enforce function name matching in linter (Rich Trott) #9408 [c23ece7056] - tools: remove dangling eslint symlink (Sam Roberts) #9299 [bdad1e28fd] - tools: make --repeat work with -j in test.py (Rich Trott) #9249 [4f0596fb03] - util: use template strings (Alejandro Oviedo Garcia) #9120 [b083086ff2] - vm: name anonymous functions (solebox) #9388

Open Graph Description: 2016-11-08, Version 7.1.0 (Current), @evanlucas Notable changes buffer: add buffer.transcode to transcode a buffer's content from one encoding to another primarily using ICU (James M Snell) #9...

X Description: 2016-11-08, Version 7.1.0 (Current), @evanlucas Notable changes buffer: add buffer.transcode to transcode a buffer's content from one encoding to another primarily using ICU (James M Snell...

Opengraph URL: https://github.com/nodejs/node/pull/9438

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/commits/:range(.:format)
route-controllerpull_requests
route-actioncommits
fetch-noncev2:ad8dabc3-478c-a661-1e31-859413edd150
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-id8428:1F1D3F:94C7B:C4E63:69966BEC
html-safe-nonce087248390d24bacffcbe3e82a52029260d5ef98b06678b77ef20685c8055d76b
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4NDI4OjFGMUQzRjo5NEM3QjpDNEU2Mzo2OTk2NkJFQyIsInZpc2l0b3JfaWQiOiI3NzIyMzc3Nzk4NzExOTI5ODM2IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmacd7c383d7617b8b032d69ee00f915f37af1f6d248faf21fcf83fc70ba60294ce7
hovercard-subject-tagpull_request:92131104
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/commits
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/nodejs/node/pull/9438/commits/ed8df171351b657c36f265a4e4fd41b6068ba563
twitter:imagehttps://avatars.githubusercontent.com/u/677994?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/677994?s=400&v=4
og:image:alt2016-11-08, Version 7.1.0 (Current), @evanlucas Notable changes buffer: add buffer.transcode to transcode a buffer's content from one encoding to another primarily using ICU (James M Snell) #9...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None5513290f8d09a9ed78de519ab8316ed23b2b0ddd5e91d2420df56691d00827e8
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/nodejs/node git https://github.com/nodejs/node.git
octolytics-dimension-user_id9950313
octolytics-dimension-user_loginnodejs
octolytics-dimension-repository_id27193779
octolytics-dimension-repository_nwonodejs/node
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id27193779
octolytics-dimension-repository_network_root_nwonodejs/node
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releasef8fc64fe83e8ae8f8f5a87af999e57f342620a29
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/nodejs/node/pull/9438/commits/ed8df171351b657c36f265a4e4fd41b6068ba563#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fnodejs%2Fnode%2Fpull%2F9438%2Fcommits%2Fed8df171351b657c36f265a4e4fd41b6068ba563
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fnodejs%2Fnode%2Fpull%2F9438%2Fcommits%2Fed8df171351b657c36f265a4e4fd41b6068ba563
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Fcommits&source=header-repo&source_repo=nodejs%2Fnode
Reloadhttps://github.com/nodejs/node/pull/9438/commits/ed8df171351b657c36f265a4e4fd41b6068ba563
Reloadhttps://github.com/nodejs/node/pull/9438/commits/ed8df171351b657c36f265a4e4fd41b6068ba563
Reloadhttps://github.com/nodejs/node/pull/9438/commits/ed8df171351b657c36f265a4e4fd41b6068ba563
nodejs https://github.com/nodejs
nodehttps://github.com/nodejs/node
Please reload this pagehttps://github.com/nodejs/node/pull/9438/commits/ed8df171351b657c36f265a4e4fd41b6068ba563
Notifications https://github.com/login?return_to=%2Fnodejs%2Fnode
Fork 34.8k https://github.com/login?return_to=%2Fnodejs%2Fnode
Star 116k https://github.com/login?return_to=%2Fnodejs%2Fnode
Code https://github.com/nodejs/node
Issues 1.8k https://github.com/nodejs/node/issues
Pull requests 712 https://github.com/nodejs/node/pulls
Actions https://github.com/nodejs/node/actions
Projects 3 https://github.com/nodejs/node/projects
Security 0 https://github.com/nodejs/node/security
Insights https://github.com/nodejs/node/pulse
Code https://github.com/nodejs/node
Issues https://github.com/nodejs/node/issues
Pull requests https://github.com/nodejs/node/pulls
Actions https://github.com/nodejs/node/actions
Projects https://github.com/nodejs/node/projects
Security https://github.com/nodejs/node/security
Insights https://github.com/nodejs/node/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Fnodejs%2Fnode%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Fnodejs%2Fnode%2Fissues%2Fnew%2Fchoose
evanlucashttps://github.com/evanlucas
v7.xhttps://github.com/nodejs/node/tree/v7.x
v7.1.0-proposalhttps://github.com/nodejs/node/tree/v7.1.0-proposal
Conversation 4 https://github.com/nodejs/node/pull/9438
Commits 119 https://github.com/nodejs/node/pull/9438/commits
Checks 0 https://github.com/nodejs/node/pull/9438/checks
Files changed https://github.com/nodejs/node/pull/9438/files
Please reload this pagehttps://github.com/nodejs/node/pull/9438/commits/ed8df171351b657c36f265a4e4fd41b6068ba563
v7.1.0 proposal - 2016-11-08 https://github.com/nodejs/node/pull/9438/commits/ed8df171351b657c36f265a4e4fd41b6068ba563#top
Show all changes 119 commits https://github.com/nodejs/node/pull/9438/files
c6e429a doc: add CTC meeting minutes for 2016-10-12 mhdawson Oct 13, 2016 https://github.com/nodejs/node/pull/9438/commits/c6e429a6bca82af71a37b8e4bd3da72d08f0e500
362c307 src: speed up module loading, skip EOF read bnoordhuis Oct 17, 2016 https://github.com/nodejs/node/pull/9438/commits/362c307f3835588a6d358046fcd1624316a13e1d
8b53f3c src: speed up module loading, don't resize buffer bnoordhuis Oct 17, 2016 https://github.com/nodejs/node/pull/9438/commits/8b53f3c41c00fb526f0c45b4a2f53c9567e0095d
9e753ba src: simplify code, remove NodeInstanceData bnoordhuis Oct 21, 2016 https://github.com/nodejs/node/pull/9438/commits/9e753ba7823f7764218343a70da149c0c2e13f51
f2a3b24 src: clean up program/isolate/env init logic bnoordhuis Oct 21, 2016 https://github.com/nodejs/node/pull/9438/commits/f2a3b24611c68c57358570ac597f4d1f379d01b6
4be1ba5 test: move flaky test to test/pummel bnoordhuis Oct 22, 2016 https://github.com/nodejs/node/pull/9438/commits/4be1ba582a5c3a5a1a1647aa6fe7c5b7c74eac0e
2044619 test: make flaky pummel test more reliable bnoordhuis Oct 22, 2016 https://github.com/nodejs/node/pull/9438/commits/204461925bda6466e79ac25f4bb0f9b76d06fa56
21ba3e3 test: add more module loader test coverage bnoordhuis Oct 19, 2016 https://github.com/nodejs/node/pull/9438/commits/21ba3e3b89fe106e48e2662e106e6f9f679f943f
c231130 module: skip directories known not to exist bnoordhuis Oct 19, 2016 https://github.com/nodejs/node/pull/9438/commits/c231130e06f390f20225987f4933f434ab6e781b
2e7b078 inspector: fix request path nullptr dereference bnoordhuis Oct 19, 2016 https://github.com/nodejs/node/pull/9438/commits/2e7b078e7b3cb6fc9481144c9ce4097adabf5ad0
06b4140 test: remove test-v8-inspector-json-protocol test bnoordhuis Oct 19, 2016 https://github.com/nodejs/node/pull/9438/commits/06b414078ebf62d95174f11ef1a82af6d2035040
9372aee lib: fix beforeExit not working with -e bnoordhuis Sep 28, 2016 https://github.com/nodejs/node/pull/9438/commits/9372aee4a395578f65df03f290760dd3979a2ee6
63ef099 test: add coverage for execFileSync() errors cjihrig Oct 20, 2016 https://github.com/nodejs/node/pull/9438/commits/63ef0990f30a607bc242b48a1d8af01ce997d85e
d573acf child_process: remove unreachable execSync() code cjihrig Oct 20, 2016 https://github.com/nodejs/node/pull/9438/commits/d573acf96f03a3649c8d34bee5e7ed63907546a6
d1c32aa doc: mention case-insensitive env on windows oliversalzburg Oct 18, 2016 https://github.com/nodejs/node/pull/9438/commits/d1c32aa335aa790d417dd734b48d9b52efa79f38
44427cc test: case sensitivity of env variables oliversalzburg Oct 18, 2016 https://github.com/nodejs/node/pull/9438/commits/44427cc1f7211b4cb56e368d22f5f7346c413e80
60a5b51 src: add NODE_PRESERVE_SYMLINKS environment variable Sep 20, 2016 https://github.com/nodejs/node/pull/9438/commits/60a5b515b8567969e0a66aa84107bd2b99ba0887
ce00a9d doc: add performance warning to require.extensions bnoordhuis Oct 19, 2016 https://github.com/nodejs/node/pull/9438/commits/ce00a9d2b6c4fe618d65508943412fcc492c3ce5
efb62aa test: fix flaky test by removing timer evanlucas Oct 20, 2016 https://github.com/nodejs/node/pull/9438/commits/efb62aa146f4b6cfd978b03649cd19d5a09faaf0
a39b98e test: add common.hasIntl jasnell Oct 23, 2016 https://github.com/nodejs/node/pull/9438/commits/a39b98ef73915a5372febfa4408c9ffd8d1d5fdc
5e138fe test: skip whatwg url parse and setter tests when icu is missing jasnell Oct 23, 2016 https://github.com/nodejs/node/pull/9438/commits/5e138fe768f2cef2273f27cf72d8b7e156726d88
deef2f6 test: add child_process.exec() timeout coverage cjihrig Oct 20, 2016 https://github.com/nodejs/node/pull/9438/commits/deef2f6079feb25f3fe76eb77432d2cabb2a1132
53520f0 test: clean up `test-child-process-exec-cwd.js` jeenalee Oct 21, 2016 https://github.com/nodejs/node/pull/9438/commits/53520f06f315978946d796e54983598cddea0e20
d24bd20 lib: make `String(global) === '[object global]'` addaleax Oct 25, 2016 https://github.com/nodejs/node/pull/9438/commits/d24bd20d2b1aa772846b4325e34085e03c6dceba
85a9295 src,tools: speed up startup by 2.5% bnoordhuis May 13, 2016 https://github.com/nodejs/node/pull/9438/commits/85a9295813530ea274013cb64bb8f79a0ac8c119
c342bda src: make cross-context MakeCallback() calls work bnoordhuis Oct 21, 2016 https://github.com/nodejs/node/pull/9438/commits/c342bda49e08d414d23f02fb932cef5ffe8c98a5
08e12c7 src: remove superfluous env_string string bnoordhuis Oct 20, 2016 https://github.com/nodejs/node/pull/9438/commits/08e12c78098f3435ad44a97bd35a23e4e0bba39d
a5c62cb readline: use icu based string width calculation jasnell Oct 11, 2016 https://github.com/nodejs/node/pull/9438/commits/a5c62cb4f2d8e19aabc92fef852b4efda4ea7a66
0939edd buffer: add buffer.transcode jasnell Oct 11, 2016 https://github.com/nodejs/node/pull/9438/commits/0939edd4ed447ce55232df6d25dad60caa7d73c4
57c0a9b src: remove unused function mscdex Oct 23, 2016 https://github.com/nodejs/node/pull/9438/commits/57c0a9b5dc6ba374a78d824681dd4bbd46c026eb
106d719 deps: upgrade libuv to 1.10.0 cjihrig Oct 25, 2016 https://github.com/nodejs/node/pull/9438/commits/106d71914cdee2136e03253f38d90ad57577ab33
939d102 inspector: switch to new inspector APIs Oct 5, 2016 https://github.com/nodejs/node/pull/9438/commits/939d1023c20272a502b02147aa231d596a45d4e9
fc9e6a3 test: remove err timer from test-http-set-timeout BethGriggs Oct 24, 2016 https://github.com/nodejs/node/pull/9438/commits/fc9e6a37fac7db813277a398cfd12897cb95a492
f39eb05 test: use strict assertions in module loader test bnoordhuis Oct 24, 2016 https://github.com/nodejs/node/pull/9438/commits/f39eb059460cf16774fd6433da6210ef75c6db80
bdad1e2 tools: make --repeat work with -j in test.py Trott Oct 24, 2016 https://github.com/nodejs/node/pull/9438/commits/bdad1e28fd324f42ec646a8a156c0c0a61509d38
2ad81ed test: refactor /parallel/test-cluster-uncaught-exception.js to ES6 deverickapollo Oct 21, 2016 https://github.com/nodejs/node/pull/9438/commits/2ad81ed0e635649fdc8a0c3095276d17c6e62cee
d2e7882 doc: add 2016-10-19 CTC meeting minutes joshgav Oct 19, 2016 https://github.com/nodejs/node/pull/9438/commits/d2e7882723fa892096d9a473e17dfcbdcb1d84c4
8211904 doc: fix typo in http.md anu0012 Oct 18, 2016 https://github.com/nodejs/node/pull/9438/commits/82119049efbe773be572a06f2cfb6b291407030e
1c59cef repl: make `key` of `repl.write()` optional always addaleax Oct 20, 2016 https://github.com/nodejs/node/pull/9438/commits/1c59cefc44709159343ac6ef76c9a09603934be9
0b9d80a repl: don’t write to input stream in editor mode addaleax Oct 20, 2016 https://github.com/nodejs/node/pull/9438/commits/0b9d80a037fa865d7bcdef4a5247f1bbb0d90211
4f0596f util: use template strings a0viedo Oct 17, 2016 https://github.com/nodejs/node/pull/9438/commits/4f0596fb0300d77d7ba1c870728d936ea6929397
3f90481 doc: clarify relation between a file and a module marzelin Oct 11, 2016 https://github.com/nodejs/node/pull/9438/commits/3f90481e20210f37b44bb45304666dd5b655fb0f
0ce0abf events,test: fix TypeError in EventEmitter warning jseagull Oct 10, 2016 https://github.com/nodejs/node/pull/9438/commits/0ce0abf6cb4cb9066c52e4338dc5fa35267033f7
a0074e2 doc: clarify buffer toString docs. Oct 8, 2016 https://github.com/nodejs/node/pull/9438/commits/a0074e2232651fe38031cb6e024b9d6c81c0ba2a
a3f6854 doc: more realistic custom inspect example Havvy Oct 1, 2016 https://github.com/nodejs/node/pull/9438/commits/a3f6854724090a3de77c2659cab55ff0f3b9ed34
9940666 intl: Add more versions from ICU srl295 Oct 24, 2016 https://github.com/nodejs/node/pull/9438/commits/9940666c1b5f2844232c5a482c1cbb0a33c27937
c23ece7 tools: remove dangling eslint symlink sam-github Oct 26, 2016 https://github.com/nodejs/node/pull/9438/commits/c23ece705693ad6b70054e7edcd9341c1ebbe791
d49d990 test: prevent workers outliving parent sam-github Oct 24, 2016 https://github.com/nodejs/node/pull/9438/commits/d49d990c426785334b3c12f30b6c2c7625c3ec08
c745890 doc: reference signal(7) for the list of signals emadb Oct 27, 2016 https://github.com/nodejs/node/pull/9438/commits/c7458909a75e6e7bbcedb39f83bd1428845cfea8
d6f688a test: writable stream finished state Sep 27, 2016 https://github.com/nodejs/node/pull/9438/commits/d6f688ae0d1988f8b86a6cf0d6040a7ce216b5e4
248a320 test: writable stream ending state Sep 22, 2016 https://github.com/nodejs/node/pull/9438/commits/248a3200b23ed42a629d801a853bbb358a5091e3
c9b67c6 test: writable stream needDrain state Sep 27, 2016 https://github.com/nodejs/node/pull/9438/commits/c9b67c6a91ce124f4ac2a495a0a0ee14609e1359
edd8926 doc: update CONTRIBUTING.md to address editing PRs gibfahn Oct 19, 2016 https://github.com/nodejs/node/pull/9438/commits/edd89265baaf1cffb75389f7ad396c2c0014fef6
0ab008e test: fix lint error regarding unused commons const danbev Oct 28, 2016 https://github.com/nodejs/node/pull/9438/commits/0ab008e50d516c2a023974e350e9e729586ec3e5
212da12 buffer: use correct name for custom inspect symbol charmander Oct 26, 2016 https://github.com/nodejs/node/pull/9438/commits/212da12f4568da966857e89a0cf92989d98dee82
f7d8481 build: use wxneeded on openbsd qbit Oct 21, 2016 https://github.com/nodejs/node/pull/9438/commits/f7d8481ee2a3acde403f13ec3bb9b3e81f16992c
0f871e1 deps: back port OpenBSD fix in c-ares/c-ares qbit Oct 23, 2016 https://github.com/nodejs/node/pull/9438/commits/0f871e108730fba42767a65a8a5c9c21594d46f6
6f35e44 http: add debug message for invalid header value evanlucas Oct 19, 2016 https://github.com/nodejs/node/pull/9438/commits/6f35e4421a3df92b6809e07053bf23cb811ecbec
6c9e4fd test: refactor test-async-wrap-check-providers Oct 26, 2016 https://github.com/nodejs/node/pull/9438/commits/6c9e4fddf01a6390684219499f0490d716ababda
5ab172e src: fix use of uninitialized variable jasnell Oct 25, 2016 https://github.com/nodejs/node/pull/9438/commits/5ab172ee8ff2726a57b0d27f63944b8d8f8cb0ae
8b7ce8b test: fix flaky test-fs-watch-recursive on OS X Trott Oct 26, 2016 https://github.com/nodejs/node/pull/9438/commits/8b7ce8bd11f09a9f0772b787c63d842f976c243e
bd9cb40 test: run all of test-timers-blocking-callback Trott Oct 26, 2016 https://github.com/nodejs/node/pull/9438/commits/bd9cb409770baed2c33fb2cf8d9497c7fe6a8e93
fab8eb6 benchmark: add microbenchmarks for ES Map rvagg Jul 7, 2016 https://github.com/nodejs/node/pull/9438/commits/fab8eb660fa29cc3c9fc6fed73fe047b81f6ebec
1037463 test: add child_process customFds test cjihrig Oct 27, 2016 https://github.com/nodejs/node/pull/9438/commits/1037463604000ba4e583eb35760c859a46a61dc0
4e3731c child_process: remove unreachable code cjihrig Oct 27, 2016 https://github.com/nodejs/node/pull/9438/commits/4e3731c7e7c02bd208e2baa981ea9bc1f6ae91fa
411b133 test: fix freebsd10-64 CI failures Trott Oct 27, 2016 https://github.com/nodejs/node/pull/9438/commits/411b1339bc6e6daa5e5c9f3ecdaab80488cadad1
01b626a test: clean up dgram-broadcast-multi-process test iredelmeier Oct 27, 2016 https://github.com/nodejs/node/pull/9438/commits/01b626a45ab3b383c3bb5442ed9969feadf278c4
d8eaa14 build: prioritise --shared-X-Y over pkg-config rvagg Oct 30, 2016 https://github.com/nodejs/node/pull/9438/commits/d8eaa14c2d657b9dbf0255306f902a58584cbe20
7f1a40d doc: add 2016-09-28 CTC meeting minutes joshgav Oct 27, 2016 https://github.com/nodejs/node/pull/9438/commits/7f1a40dbcf6d6891c2a4e2a77a0426792721906c
31690a6 doc: add 2016-10-05 CTC meeting minutes joshgav Oct 27, 2016 https://github.com/nodejs/node/pull/9438/commits/31690a690cffceef9b9a51af913f0c6d6b4c5225
3550419 events: remove unnecessary checks cjihrig Oct 27, 2016 https://github.com/nodejs/node/pull/9438/commits/355041960d9b495e10f53389f0ea497dc611016c
827000e deps: Intl: ICU 58 bump: configure/LICENSE/docs srl295 Oct 19, 2016 https://github.com/nodejs/node/pull/9438/commits/827000ee62a04cd4b867004842c6a8b2d7307b55
3d1766f deps: Intl: ICU 58 bump - small icu (BIG COMMIT) srl295 Oct 20, 2016 https://github.com/nodejs/node/pull/9438/commits/3d1766f49299f71e3eeb95d96702f68a264dff11
eeabab3 doc: add 2016-10-26 CTC meeting minutes Trott Oct 28, 2016 https://github.com/nodejs/node/pull/9438/commits/eeabab3827aca4e913a8b9446255f4ae67fcb5ff
dbeadd3 doc: update OpenSSL links kobelb Oct 28, 2016 https://github.com/nodejs/node/pull/9438/commits/dbeadd363cb5f6d7b98824d75080511fff1b4a19
225a9df doc: fs: fix link to mkdtemp coderaiser Oct 31, 2016 https://github.com/nodejs/node/pull/9438/commits/225a9dfb000dfb0f9bc143718f2b9aac408e9fb7
3d4a829 doc: fix broken links to Buffer.from(string) jmm Oct 26, 2016 https://github.com/nodejs/node/pull/9438/commits/3d4a829d857e812f12229124d0daada674606a8a
0c236d1 src: replace SetNamedPropertyHandler() AnnaMag Oct 6, 2016 https://github.com/nodejs/node/pull/9438/commits/0c236d1d362b579fbdc4b4fa467f5f16b35e72a8
e451022 test: refactor test-http-client-readable Trott Oct 28, 2016 https://github.com/nodejs/node/pull/9438/commits/e451022dd9ea25d5740c1ec50224b9ddc0b36833
d09eb9c net: name anonymous functions pvsousalima Oct 29, 2016 https://github.com/nodejs/node/pull/9438/commits/d09eb9c6b26aeeed0cb6d2e8a1937286eccdede0
071836a repl: name anonymous functions pvsousalima Oct 29, 2016 https://github.com/nodejs/node/pull/9438/commits/071836aa4262d4178310c1b8215e9498c47adbde
5bfefa6 lib: change == to === in linkedlist jedireza Oct 29, 2016 https://github.com/nodejs/node/pull/9438/commits/5bfefa6063940da54e2f56a0eb3533bbb0a70aa2
c554f09 doc: fix outdate ninja link lovexi Oct 25, 2016 https://github.com/nodejs/node/pull/9438/commits/c554f090df7abc63b726a63cccce4d7d84c0b10c
ff69e38 doc: add more internal links to fs.Stats object zeke Oct 28, 2016 https://github.com/nodejs/node/pull/9438/commits/ff69e38070f8419bf0ed25246d6b46b1292087cd
d4b5095 doc: use 'an' over 'a', remove redundant sentence zeke Oct 28, 2016 https://github.com/nodejs/node/pull/9438/commits/d4b509584f7d743f8bb2a8581b99989d4094896e
7b0e937 child_process: add public API for IPC channel cjihrig Oct 27, 2016 https://github.com/nodejs/node/pull/9438/commits/7b0e93738bd9c70b3b226d47e3672e3e1ef22bd7
d12ed29 test: remove timer in test-dgram-send-empty-array Trott Oct 29, 2016 https://github.com/nodejs/node/pull/9438/commits/d12ed29f6a8b7465bd607ec13f8868015455a7d4
3af9453 doc: move stray sentences in zlib doc Trott Oct 30, 2016 https://github.com/nodejs/node/pull/9438/commits/3af9453019714638b7161d5d46f852ea58802328
ed3f80a test: add test for HTTP client "aborted" event kemitchell Jun 22, 2016 https://github.com/nodejs/node/pull/9438/commits/ed3f80a988804140971b46e57f540b528c7654f6
b51db71 build: make node-gyp output silent thefourtheye Oct 9, 2016 https://github.com/nodejs/node/pull/9438/commits/b51db7120e1a1040ae2945c331bf09f8fb75150b
e696bc3 test: increase test coverage for lib/zlib.js Trott Oct 30, 2016 https://github.com/nodejs/node/pull/9438/commits/e696bc33eb47caced72eee34a938caac47cde3a6
1c3487b test: remove timers from streams test addaleax Oct 29, 2016 https://github.com/nodejs/node/pull/9438/commits/1c3487b5c3e8788a617b4607ea80128ed700c349
a8295d8 doc: update Diagnostics WG info joshgav Oct 27, 2016 https://github.com/nodejs/node/pull/9438/commits/a8295d86d94c40fec9de58c3e02b150a7bb7f3e8
c2fab3c doc: add Sakthipriyan to the CTC rvagg Nov 2, 2016 https://github.com/nodejs/node/pull/9438/commits/c2fab3c6003be326c9e80f943db3dcd5933f2e81
60461d2 repl: refactor lib/repl.js Trott Oct 31, 2016 https://github.com/nodejs/node/pull/9438/commits/60461d2d90599c5aaf795284a0827fa72c676883
513da40 tools: enforce function name matching in linter Trott Nov 1, 2016 https://github.com/nodejs/node/pull/9438/commits/513da404cb274bff536e8628671bac54959627e3
dafdb7b benchmark: add trailing newline for consistency silverwind Nov 1, 2016 https://github.com/nodejs/node/pull/9438/commits/dafdb7b0694b97ed86ac0e2091431ec35c886e87
aac4af2 tools: enable final newline in .editorconfig silverwind Nov 1, 2016 https://github.com/nodejs/node/pull/9438/commits/aac4af2b26870355480769c2f324a9ac4fdc1b5f
b1ef638 src: default --icu_case_mapping on as a v8 option srl295 Nov 3, 2016 https://github.com/nodejs/node/pull/9438/commits/b1ef638de3e0e0ed45467ce4bf40ef20298f3f9f
f1f00df deps: upgrade npm to 3.10.9 zkat Oct 26, 2016 https://github.com/nodejs/node/pull/9438/commits/f1f00df9bf881850df0f631071e87a4aa465ed13
c70c96a buffer: coerce offset using Math.trunc() cjihrig Oct 28, 2016 https://github.com/nodejs/node/pull/9438/commits/c70c96a3e2a1c4bf305c07b272f5275ccc0e69c2
9d9ea81 test: move timer-dependent test to sequential Trott Nov 3, 2016 https://github.com/nodejs/node/pull/9438/commits/9d9ea8127e9f03269ad9f6f476bc5bfa231efbd8
4bb9d21 doc: update GOVERNANCE.md to use "meeting chair" Trott Nov 3, 2016 https://github.com/nodejs/node/pull/9438/commits/4bb9d21d01a533f6ea0e47543e5344681328429e
90aac7c build: start comments at beginning of line thefourtheye Oct 31, 2016 https://github.com/nodejs/node/pull/9438/commits/90aac7ca28e8293fe57f59cd07c59333a8130e25
bc2d1c9 doc: do not link in the headings thefourtheye Nov 2, 2016 https://github.com/nodejs/node/pull/9438/commits/bc2d1c9d91b5936834f55d66ee56210d1c197737
ed8df17 doc: note that tests should include a description gibfahn Nov 5, 2016 https://github.com/nodejs/node/pull/9438/commits/ed8df171351b657c36f265a4e4fd41b6068ba563
675a4b2 test: update http-header-obstext gibfahn Nov 5, 2016 https://github.com/nodejs/node/pull/9438/commits/675a4b20b6bc76855983836dd57983e27a238e0e
4c4132e doc: update minute-taking procedure for CTC Trott Nov 2, 2016 https://github.com/nodejs/node/pull/9438/commits/4c4132e5d38f40043c064a22c64e917575401fa0
f640baf test: fix flaky test-force-repl-with-eval santigimeno Nov 4, 2016 https://github.com/nodejs/node/pull/9438/commits/f640bafc5813589d70d15c1b72ed04e973728eea
6eb6816 test: fix flaky test-net-GH-5504 santigimeno Nov 4, 2016 https://github.com/nodejs/node/pull/9438/commits/6eb6816e22f3863bb12563f2b507a40529793db5
b083086 vm: name anonymous functions solebox Oct 31, 2016 https://github.com/nodejs/node/pull/9438/commits/b083086ff2c5a07ab09fcd2eb8e169b8fbe75c28
44792f8 benchmark,lib,test,tools: remove unneeded . escape Trott Nov 3, 2016 https://github.com/nodejs/node/pull/9438/commits/44792f83bf6246f77f4b4d2ff527c953504639eb
1109d0b build: reduce noise from doc target danbev Nov 4, 2016 https://github.com/nodejs/node/pull/9438/commits/1109d0b2449b177b41e7737d9d4c0da78d6312bc
6e1eb59 test: improve test-debugger-util-regression santigimeno Nov 6, 2016 https://github.com/nodejs/node/pull/9438/commits/6e1eb59fee387010fb42ec757ec52d626effe920
ceec520 build: add MAKEFLAGS="-j1" to node-gyp danbev Nov 3, 2016 https://github.com/nodejs/node/pull/9438/commits/ceec520aefaebe781b07c759e11340aeffc89f06
0325339 tools: use long format for gpg fingerprint MylesBorins Oct 24, 2016 https://github.com/nodejs/node/pull/9438/commits/032533954bae82367e06c96b155556cc96c56641
173b088 inspector: do not prompt to use localhost Nov 3, 2016 https://github.com/nodejs/node/pull/9438/commits/173b088e1a3dd672350e0944b9c82d59abd7a9fd
0a3a967 2016-11-08, Version 7.1.0 (Current) evanlucas Nov 3, 2016 https://github.com/nodejs/node/pull/9438/commits/0a3a967d54cd7e3ea509914cbf14e0fea04dd586
3daf116 Working on v7.1.1 evanlucas Nov 8, 2016 https://github.com/nodejs/node/pull/9438/commits/3daf11635dc8e0cf48110514000fd550ed79a425
Clear filters https://github.com/nodejs/node/pull/9438/commits/ed8df171351b657c36f265a4e4fd41b6068ba563
Please reload this pagehttps://github.com/nodejs/node/pull/9438/commits/ed8df171351b657c36f265a4e4fd41b6068ba563
Please reload this pagehttps://github.com/nodejs/node/pull/9438/commits/ed8df171351b657c36f265a4e4fd41b6068ba563
Prev https://github.com/nodejs/node/pull/9438/commits/bc2d1c9d91b5936834f55d66ee56210d1c197737
Next https://github.com/nodejs/node/pull/9438/commits/675a4b20b6bc76855983836dd57983e27a238e0e
#9415https://github.com/nodejs/node/pull/9415
Please reload this pagehttps://github.com/nodejs/node/pull/9438/commits/ed8df171351b657c36f265a4e4fd41b6068ba563
https://github.com/gibfahn
https://github.com/evanlucas
gibfahnhttps://github.com/nodejs/node/commits?author=gibfahn
evanlucashttps://github.com/nodejs/node/commits?author=evanlucas
doc/guides/writing_tests.mdhttps://github.com/nodejs/node/pull/9438/commits/ed8df171351b657c36f265a4e4fd41b6068ba563#diff-de3129ca410c78d26233859def078ed7527967470b03f336263b847972402064
View file https://github.com/nodejs/node/blob/ed8df171351b657c36f265a4e4fd41b6068ba563/doc/guides/writing_tests.md
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/nodejs/node/pull/9438/commits/{{ revealButtonHref }}
https://github.com/nodejs/node/pull/9438/commits/ed8df171351b657c36f265a4e4fd41b6068ba563#diff-de3129ca410c78d26233859def078ed7527967470b03f336263b847972402064
https://github.com/nodejs/node/pull/9438/commits/ed8df171351b657c36f265a4e4fd41b6068ba563#diff-de3129ca410c78d26233859def078ed7527967470b03f336263b847972402064
https://github.com/nodejs/node/pull/9438/commits/ed8df171351b657c36f265a4e4fd41b6068ba563#diff-de3129ca410c78d26233859def078ed7527967470b03f336263b847972402064
https://github.com/nodejs/node/pull/9438/commits/ed8df171351b657c36f265a4e4fd41b6068ba563#diff-de3129ca410c78d26233859def078ed7527967470b03f336263b847972402064
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.