Uh oh!
There was an error while loading. Please reload this page.
doc: recompile when testing in CONTRIBUTING.md - #2051
Conversation
targos
commented
Jun 24, 2015
👍 Maybe you could also fix the command right before from |
Fishrock123
commented
Jun 24, 2015
+1 to @targos's suggestion. Also, it may be better to just have |
phillipj
commented
Jun 25, 2015
Nice one @targos, I'll fix it shortly. 👍 for |
targos
commented
Jun 25, 2015
I missed something in my suggestion, there is a typo in the file name. |
Fishrock123
commented
Jun 25, 2015
@phillipj not too much, no. Also |
cc31ed1 to
25be43eComparephillipj
commented
Jun 25, 2015
Somewhat concerned about advocating maximum parallelism with make as it made my machine come to a grinding halt. |
9d21135 to
628a3abCompareFishrock123
commented
Jun 28, 2015
Hmmm, I've never actually just run I'm in favor of just suggesting |
25be43e to
4ee6be4Comparephillipj
commented
Jun 28, 2015
Alright, that should prevent devs getting load of 300 and a non-responding OS as the plain |
Changes to core modules does not take effect before project gets recompiled. Tip new contributors about this when describing how to to run tests in contribution guide. Removed `jslint` from first test command example as jslint are included when running `make test`. Fixed wrong path of example stream2-transform test. PR-URL: nodejs#2051
4ee6be4 to
b8789d9Comparephillipj
commented
Jul 8, 2015
I just added PR-URL to the commit. |
bnoordhuis
commented
Jul 8, 2015
LGTM. Is there a reason this hasn't been merged yet? |
Fishrock123
commented
Jul 8, 2015
Not really |
thefourtheye
commented
Jul 8, 2015
LGTM too. |
phillipj
commented
Jul 19, 2015
Just say the word if there's anything I should do to get this landed. |
Changes to core modules do not take effect unless recompiled. Tip new contributors about this when describing how to run tests in contribution guide. Removed `jslint` from first test command example, as jslint is included when running `make test`. Fixed wrong path of example stream2-transform test. PR-URL: #2051 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
thefourtheye
commented
Jul 19, 2015
phillipj
commented
Jul 19, 2015
👍 and thanks :) |
targos
commented
Jul 19, 2015
@thefourtheye is there something wrong with your system time? c7d8b09 was committed in the future (today, 5pm UTC) |
targos
commented
Jul 19, 2015
it could also be the reason why your commit wasn't automatically taken for the 2.4.0 changelog |
thefourtheye
commented
Jul 19, 2015
@targos Oh, I am not sure what is wrong. I resynced my machine's time now. Let's see if this happens again. But that commit was landed after 2.4.0 build started, right? |
targos
commented
Jul 19, 2015
@thefourtheye I don't think so, it landed before mine. |
Changes to core modules does not take effect before project gets recompiled. This was not obvious to me when trying to run some tests at first, which made me bother you with an issue a few weeks ago.
Added a line tipping new contributors about this behavior when describing how to to run tests in contribution guide.
Removed
jslintfrom first test command example as jslint are included when runningmake test.Fixed wrong path of example stream2-transform test.