test: be explicit about polluting of `global` by Trott · Pull Request #6017 · nodejs/node
There was a comment in `test-domain-crypto.js` indicating that the pollution of the `global` object with a `domain` property was intentional. Provide more information in the comment so someone may easily determine why. Use `global.domain` rather than declaring `domain` without the `var` keyword to more clearly signal that the pollution is intentional.
added
crypto
lts-watch-v4.x labels
Apr 2, 2016jasnell pushed a commit that referenced this pull request
Apr 4, 2016There was a comment in `test-domain-crypto.js` indicating that the pollution of the `global` object with a `domain` property was intentional. Provide more information in the comment so someone may easily determine why. Use `global.domain` rather than declaring `domain` without the `var` keyword to more clearly signal that the pollution is intentional. PR-URL: #6017 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Trott added a commit to Trott/io.js that referenced this pull request
Apr 4, 2016The last change to this test landed before a nit about strict mode was addressed, so this change addresses that. Refs: nodejs#6017
Trott
mentioned this pull request
2 tasks
MylesBorins pushed a commit that referenced this pull request
Apr 5, 2016There was a comment in `test-domain-crypto.js` indicating that the pollution of the `global` object with a `domain` property was intentional. Provide more information in the comment so someone may easily determine why. Use `global.domain` rather than declaring `domain` without the `var` keyword to more clearly signal that the pollution is intentional. PR-URL: #6017 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
This was referenced
Apr 5, 2016Trott added a commit to Trott/io.js that referenced this pull request
Apr 6, 2016The last change to this test landed before a nit about strict mode was addressed, so this change addresses that. PR-URL: nodejs#6047 Refs: nodejs#6017 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Roman Klauke <romaaan.git@gmail.com>
MylesBorins pushed a commit that referenced this pull request
Apr 11, 2016There was a comment in `test-domain-crypto.js` indicating that the pollution of the `global` object with a `domain` property was intentional. Provide more information in the comment so someone may easily determine why. Use `global.domain` rather than declaring `domain` without the `var` keyword to more clearly signal that the pollution is intentional. PR-URL: #6017 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
MylesBorins pushed a commit that referenced this pull request
Apr 19, 2016MylesBorins pushed a commit that referenced this pull request
Apr 20, 2016MylesBorins pushed a commit that referenced this pull request
Apr 20, 2016MylesBorins pushed a commit that referenced this pull request
May 17, 2016MylesBorins pushed a commit that referenced this pull request
May 18, 2016This 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