Uh oh!
There was an error while loading. Please reload this page.
(v6.x backport) doc types fixes - #13054
Conversation
silverwind
commented
May 16, 2017
Once this has landed #9532 should be attempted to be backported. |
gibfahn
commented
May 16, 2017
This doesn't apply cleanly, I think because it was raised against @silverwind I've updated the base branch in this PR, could you rebase against |
silverwind
commented
May 16, 2017
Meh, I was specifically asked to target |
d266701 to
356d59fComparesilverwind
commented
May 16, 2017
How's it now? |
1c6abfb to
a207db0Comparesilverwind
commented
May 16, 2017
(Fixed a few oversights) |
a207db0 to
9b0fb17Comparegibfahn
commented
May 16, 2017
FWIW the backporting guide should be clear about which branch to backport to, LMK if anything in that is unclear. |
PR-URL: nodejs#11658 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
- fix a number of uppercase types - lowercase 'integer' - consistent formatting in crypto PR-URL: nodejs#11697 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Timothy Gu <timothygu99@gmail.com>
11918c4 to
6014aa7Comparesilverwind
commented
May 18, 2017
Done. I noticed docs for |
PR-URL: nodejs#11167 Backport-PR-URL: nodejs#13054 Reviewed-By: Timothy Gu <timothygu99@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
PR-URL: nodejs#11167 Backport-PR-URL: nodejs#13054 Reviewed-By: Timothy Gu <timothygu99@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
PR-URL: nodejs#11658 Backport-PR-URL: nodejs#13054 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
- fix a number of uppercase types - lowercase 'integer' - consistent formatting in crypto PR-URL: nodejs#11697 Backport-PR-URL: nodejs#13054 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Timothy Gu <timothygu99@gmail.com>
vsemozhetbyt
commented
Jul 18, 2017
@silverwind, @gibfahn There are some |
silverwind
commented
Jul 18, 2017
Must've missed those. They are in |
vsemozhetbyt
commented
Jul 18, 2017
@silverwind It seems only in |
The backport in nodejs#13054 contained a leftover section from the WHATWG url.format, in addition to the existing url.format. This removes this section.
silverwind
commented
Jul 18, 2017
Filed #14351 |
The backport in #13054 contained a leftover section from the WHATWG url.format, in addition to the existing url.format. This removes this section.
This is a backport for these commits:
ff13619
9be03a2
172be50
5f32024
cc: @MylesBorins