Uh oh!
There was an error while loading. Please reload this page.
test, module: current directory gets priority for local module lookup - #20545
test, module: current directory gets priority for local module lookup#20545RakshithNM wants to merge 8 commits into
Conversation
cjihrig
left a comment
There was a problem hiding this comment.
Tiny nit: Can you separate the // from Current by a single space instead of two.
mscdex
commented
May 5, 2018
I think the prefix should just be |
RakshithNM
commented
May 5, 2018
@cjihrig yeah ok, will update |
RakshithNM
commented
May 5, 2018
@mscdex ah ok, now i think so too. |
trivikr
commented
May 5, 2018
@RakshithNM Looks like your Outlook email ID is linked with the commits, and is not registered with Github. Kindly either register it or update your Github email ID in the config by following the instructions in Step 1 If you choose the latter, you can squash the commits so that your updated Github email ID is associated with the new commit. |
Trott
commented
May 5, 2018
RakshithNM
commented
May 6, 2018
@trivikr ah yep, i have now verified my email |
Trott
commented
May 6, 2018
Can be fixed by whoever lands this, but IMO the commit message makes it sound like this is a functionality change when this is a test refactor. I'd propose something like this: test: display values in AssertionErrors
In test-module-relative-lookup, change assert.strictEqual() calls so
that values are displayed when an AssertionError occurs. |
In test-module-relative-lookup, change assert.strictEqual() calls so that values are displayed when an AssertionError occurs.
RakshithNM
commented
May 6, 2018
@Trott ah ok, i have ammended the commit message |
trivikr
commented
May 6, 2018
@RakshithNM The author hasn't been updated in the commits |
In test-module-relative-lookup, change assert.strictEqual() calls so that values are displayed when an AssertionError occurs.
RakshithNM
commented
May 6, 2018
@trivikr thanks for the link, i have now updated the author. |
Landed in 745463a 🎉 🎉 @RakshithNM Just so you know, these merge conflicts are actually a bit of an issue – most of the time they can be ironed out while landing, but for the next PRs, using |
In test-module-relative-lookup, change assert.strictEqual() calls so that values are displayed when an AssertionError occurs. PR-URL: #20545 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
RakshithNM
commented
May 14, 2018
@addaleax thank you :) I will keep that in mind moving forward. |
In test-module-relative-lookup, change assert.strictEqual() calls so that values are displayed when an AssertionError occurs. PR-URL: #20545 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes