test: refactor remove repeated execution index.js#839
test: refactor remove repeated execution index.js#839RaisinTen wants to merge 1 commit intonodejs:masterfrom
Conversation
f03f433 to
c472036
Compare
|
Can someone please review this? |
|
@RaisinTen maybe you can come to the N-API team meeting this Friday to walk us through it. It's a "nice to have" and obviously nobody has had time to get around to it so that might help move it forward. |
|
@mhdawson that would be great! I plan to join the Hangouts link. Is that okay? :) |
|
@RaisinTen absolutely (although its zoom). Just in case you need it: https://zoom.us/j/363665824 |
|
@RaisinTen and to be 100% clear, the only option is zoom even though there are other links in the calendar entry, I've just updated it so that its clearer that they are generally not used. |
|
@mhdawson thank you for updating it. Looking forward to the meet. |
|
@mhdawson I was a little confused about the timing. Is the node calendar timing yet to be updated? |
|
The calendar time should be correct. 11:00 ET |
|
@mhdawson hmm, when I saved the event to my calendar, it showed the correct time indeed. However, the time shown at nodejs.org/calendar is still different. What time standard does it follow? |
Since the only job of the main thread is to supply the correct command-line args to the child thread, here is a refactor to do just that. The generation and execution of the `testModule` is done by the child thread.
c472036 to
451d418
Compare
Since the only job of the main thread is to supply the correct command-line args to the child thread, here is a refactor to do just that. The generation and execution of the `testModule` is done by the child thread. PR-URL: #839 Reviewed-By: Gabriel Schulhof <gabriel.schulhof@intel.com> Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: NickNaso <nicoladelgobbo@gmail.com>
|
Landed as 744705f |
Since the only job of the main thread is to supply the correct command-line args to the child thread, here is a refactor to do just that. The generation and execution of the `testModule` is done by the child thread. PR-URL: nodejs/node-addon-api#839 Reviewed-By: Gabriel Schulhof <gabriel.schulhof@intel.com> Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: NickNaso <nicoladelgobbo@gmail.com>
Since the only job of the main thread is to supply the correct command-line args to the child thread, here is a refactor to do just that. The generation and execution of the `testModule` is done by the child thread. PR-URL: nodejs/node-addon-api#839 Reviewed-By: Gabriel Schulhof <gabriel.schulhof@intel.com> Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: NickNaso <nicoladelgobbo@gmail.com>
Since the only job of the main thread is to supply the correct command-line args to the child thread, here is a refactor to do just that. The generation and execution of the `testModule` is done by the child thread. PR-URL: nodejs/node-addon-api#839 Reviewed-By: Gabriel Schulhof <gabriel.schulhof@intel.com> Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: NickNaso <nicoladelgobbo@gmail.com>
Since the only job of the main thread is to supply the correct command-line args to the child thread, here is a refactor to do just that. The generation and execution of the `testModule` is done by the child thread. PR-URL: nodejs/node-addon-api#839 Reviewed-By: Gabriel Schulhof <gabriel.schulhof@intel.com> Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: NickNaso <nicoladelgobbo@gmail.com>
Since the only job of the main thread is to supply the correct
command-line args to the child thread, here is a refactor to do
just that. The generation and execution of the
testModuleis done bythe child thread.