You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to be able to test #75 with tools/runtests_node, it seems that it would be handy to have it run the tests suite against the latest nightly version available at nodejs.org.
What do you think about adding support for a special "nightly" version in runtests_node? I would think that outputting a warning when the latest available nightly version is older than a specific period of time (maybe older than 1 day old) would also be useful, so that we don't assume that changes work fine with the latest build from node's master when they've been tested with an older version.
In order to be able to test #75 with
tools/runtests_node
, it seems that it would be handy to have it run the tests suite against the latest nightly version available at nodejs.org.What do you think about adding support for a special
"nightly"
version inruntests_node
? I would think that outputting a warning when the latest available nightly version is older than a specific period of time (maybe older than 1 day old) would also be useful, so that we don't assume that changes work fine with the latest build from node's master when they've been tested with an older version./cc @davepacheco
The text was updated successfully, but these errors were encountered: