| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Sorry, something went wrong.
|
@mscdex Whoops, looks like I removed one line too many. If you could rerun the CI that'd be great. |
Sorry, something went wrong.
Sorry, something went wrong.
|
The last CI run was green everywhere but FreeBSD. Trying again: https://ci.nodejs.org/job/node-test-pull-request/3505/ LGTM if it comes back green. I guess util.h and util-inl.h weren't being used. |
Sorry, something went wrong.
|
FreeBSD failure was this (probaby unrelated): not ok 229 parallel/test-dgram-send-empty-array
# /usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd10-64/test/parallel/test-dgram-send-empty-array.js:15
# throw new Error('Timeout');
# ^
#
# Error: Timeout
# at Timeout._onTimeout (/usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd10-64/test/parallel/test-dgram-send-empty-array.js:15:9)
# at tryOnTimeout (timers.js:232:11)
# at Timer.listOnTimeout (timers.js:202:5)
---
duration_ms: 0.484
...
|
Sorry, something went wrong.
|
3rd CI came back green, thanks @cjihrig |
Sorry, something went wrong.
|
@bnoordhuis I'd appreciate a review from you as I'm changing your code. |
Sorry, something went wrong.
|
LGTM |
Sorry, something went wrong.
|
LGTM |
Sorry, something went wrong.
PR-URL: #7947 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: James M Snell <jasnell@gmail.com>
|
Whoops, forgot to close when landing... |
Sorry, something went wrong.
PR-URL: #7947 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: James M Snell <jasnell@gmail.com>
|
neither of these files live in v4.x, adding dont land |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Checklist
Affected core subsystem(s)
test, addons
Description of change
Continuation of 3c85f4e (in #6734). Make the addons more like userland ones.
@bnoordhuis not sure whether util.h and util-inl.h were being used in openssl-binding/binding.cc. The asserts in test.js still seem to pass.
EDIT: CI is green