Uh oh!
There was an error while loading. Please reload this page.
doc: improve docs for Http2Session:frameError - #20236
Conversation
ryzokuken
commented
Apr 23, 2018
Strange. Rerunning. |
ryzokuken
commented
Apr 23, 2018
Reran CI Lite: https://ci.nodejs.org/job/node-test-commit-lite/755/ |
There was a problem hiding this comment.
It seems all three should be {integer} due to type-parser.js.
There was a problem hiding this comment.
Nit: You don't need to tell the reader it's an integer if it already has the type {integer}. So instead of everything starting with {integer} An integer identifying the frame type., just say {integer} The frame type.
There was a problem hiding this comment.
{integer} The stream id (or `0` if the frame is not associated with a stream).
There was a problem hiding this comment.
Indent along with the previous line?
ryzokuken
commented
Apr 23, 2018
Just running LinuxOne: https://ci.nodejs.org/job/node-test-commit-linuxone/643/ |
This comment has been minimized.
This comment has been minimized.
vsemozhetbyt
commented
Apr 23, 2018
Please, add 👍 here to approve fast-tracking. |
ryzokuken
commented
Apr 23, 2018
@vsemozhetbyt there has to be. It's failing constantly. |
Trott
left a comment
There was a problem hiding this comment.
Nothing is wrong with LinuxOne. The problem is this PR. It's failing at the doc-building step on the use of {Integer} instead of {integer}.
Oh, sorry, I've missed this skimming over the log (and I've added this throwing myself recently 🤦♂️ ). |
Trott
commented
Apr 23, 2018
Yes, it's very easy to miss. No judgment on anyone. Sorry if it came off that way. |
vsemozhetbyt
commented
Apr 23, 2018
If I get this right, the docs are built in parallel with other tasks and the error message is interleaved with other output in this case. So we need to search for keywords in the page ( |
Trott
commented
Apr 23, 2018
Yes, I believe that is correct. |
ryzokuken
commented
Apr 24, 2018
@vsemozhetbyt@Trott looks good now? |
ryzokuken
commented
Apr 24, 2018
Improve documentation regarding the callback parameters for the frameError event for instances of Http2Session, making it inline with the currently accepted structure, like the rest of the documentation. Refs: nodejs/help#877 (comment)
trivikr
commented
Apr 24, 2018
Looks like lint failed in latest CI https://ci.nodejs.org/job/node-test-linter/18460//console |
ryzokuken
commented
Apr 24, 2018
@trivikr it did, now it must be fixed. |
ryzokuken
commented
Apr 24, 2018
Rerunning linter again: https://ci.nodejs.org/job/node-test-linter/18462/ |
ryzokuken
commented
Apr 24, 2018
@Trott care taking a look again and changing your review? |
Trott
commented
Apr 24, 2018
Lite CI (because changes have been made since the last one and only the linter was re-run): https://ci.nodejs.org/job/node-test-pull-request-lite/579/ |
ryzokuken
commented
Apr 24, 2018
@Trott It passed! |
BridgeAR
commented
Apr 25, 2018
ryzokuken
commented
Apr 25, 2018
CI has passed, all reviews are addressed it has been almost 48 hours (it's fast tracked anyway). Landing this tonight. |
ryzokuken
commented
Apr 25, 2018
Landed in 2a30bfe |
Improve documentation regarding the callback parameters for the frameError event for instances of Http2Session, making it inline with the currently accepted structure, like the rest of the documentation. Refs: nodejs/help#877 (comment) PR-URL: #20236 Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Improve documentation regarding the callback parameters for the frameError event for instances of Http2Session, making it inline with the currently accepted structure, like the rest of the documentation. Refs: nodejs/help#877 (comment) PR-URL: #20236 Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Improve documentation regarding the callback parameters for the frameError event for instances of Http2Session, making it inline with the currently accepted structure, like the rest of the documentation. Refs: nodejs/help#877 (comment) PR-URL: nodejs#20236 Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Improve documentation regarding the callback parameters for the frameError event for instances of Http2Session, making it inline with the currently accepted structure, like the rest of the documentation. Refs: nodejs/help#877 (comment) PR-URL: nodejs#20236 Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Improve documentation regarding the callback parameters for the frameError event for instances of Http2Session, making it inline with the currently accepted structure, like the rest of the documentation. Refs: nodejs/help#877 (comment) PR-URL: nodejs#20236 Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Improve documentation regarding the callback parameters for the frameError event for instances of Http2Session, making it inline with the currently accepted structure, like the rest of the documentation. Refs: nodejs/help#877 (comment) PR-URL: nodejs#20236 Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Improve documentation regarding the callback parameters for the frameError event for instances of Http2Session, making it inline with the currently accepted structure, like the rest of the documentation. Refs: nodejs/help#877 (comment) Backport-PR-URL: #22850 PR-URL: #20236 Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Improve documentation regarding the callback parameters for the
frameError event for instances of Http2Session, making it inline with
the currently accepted structure, like the rest of the documentation.
Refs: nodejs/help#877 (comment)
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes/cc @vsemozhetbyt@mcollina @nodejs/http2