| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
`node_buffer.h` is a public header, so it should not be using the `node_internals.h` internal header. Ref: 290315a Fixes: nodejs#15552
|
CI: https://ci.nodejs.org/job/node-test-commit/12515/ @nodejs/collaborators I would like to fast-track this to unbreak addons. This really should have been caught by our addon tests, and I’m working on fixing that, but it’s going to be trickier than the fix and probably shouldn’t be rushed. |
Sorry, something went wrong.
|
the v8.x branch works. I don't think it is strictly necessary to fast track this but I'm not against it. |
Sorry, something went wrong.
|
@AndreasMadsen Maybe I’m misunderstanding that last comment, but as @richardlau pointed out in #15509, the bug would be “about” to break 8.6.0. I don’t think this needs to land asap, but it would be nice to not have to wait the full 72 hours (if only because of the broken nightlies). |
Sorry, something went wrong.
|
@addaleax I think you understood me fine. |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM expedited.
Sorry, something went wrong.
Perhaps we can revive #12231. |
Sorry, something went wrong.
|
@richardlau thanks, I didn’t remember that – it’s basically exactly the kind of test change we need … |
Sorry, something went wrong.
`node_buffer.h` is a public header, so it should not be using the `node_internals.h` internal header. Ref: 290315a Fixes: #15552 PR-URL: #15554 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Andreas Madsen <amwebdk@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
`node_buffer.h` is a public header, so it should not be using the `node_internals.h` internal header. Ref: 290315a Fixes: nodejs/node#15552 PR-URL: nodejs/node#15554 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Andreas Madsen <amwebdk@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
`node_buffer.h` is a public header, so it should not be using the `node_internals.h` internal header. Ref: 290315a Fixes: #15552 PR-URL: #15554 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Andreas Madsen <amwebdk@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
|
as #14697 did not land on v6.x I'm setting this to dont-land-on-v6.x lmk if this is a mistake |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
node_buffer.h is a public header, so it should not be using the node_internals.h internal header.
Ref: 290315a
Fixes: #15552
Checklist
Affected core subsystem(s)
addons