Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v10.2.1 proposal #20943

Merged
merged 4 commits into from
May 24, 2018
Merged

v10.2.1 proposal #20943

merged 4 commits into from
May 24, 2018

Conversation

MylesBorins
Copy link
Contributor

2018-05-24, Version 10.2.1 (Current), @MylesBorins

Notable Changes

This is a follow up release to fix two regressions that were introduced in v10.2.0.

Commits

  • [2a9c83321b] - http: fix res emit close before user finish (Robert Nagy) #20941
  • [0b1ba20fc0] - src: re-integrate headers into node.h (Anna Henningsen) #20939
  • [52f21fbfbc] - test: mark test-zlib.zlib-binding.deflate as flaky (Matheus Marchini) #20935

Matheus Marchini and others added 3 commits May 24, 2018 13:18
test-zlib.zlib-binding.deflate is failing continuously in our CI,
leaving us with 1% successful builds during the last 100 runs. This
commit marks the test as flaky while the issue is not resolved.

Ref: #20907

PR-URL: #20935
Refs: #20907
Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Alternative to #20938
(clean revert) and #20925
(adding the headers to the release tarball).

The changes to `src/node.h` are a clean revert in the
same ways as #20938 does it,
the difference being that the new `.cc` files are kept here.

This has the advantage of not being another large diff that
other PRs will have to rebase against, especially since
the split into `callback_scope.cc` and `exceptions.cc` is
something that we want to keep in the long run.

This essentialy implements bnoordhuis’s suggestion from
#20925.

PR-URL: #20939
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Refael Ackermann <refack@gmail.com>
PR-URL: #20941
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
@nodejs-github-bot nodejs-github-bot added c++ Issues and PRs that require attention from people who are familiar with C++. lib / src Issues and PRs related to general changes in the lib or src directory. v10.x labels May 24, 2018
@MylesBorins MylesBorins requested review from jasnell and addaleax May 24, 2018 17:34
@jasnell
Copy link
Member

jasnell commented May 24, 2018

A.k.a The Ooops-We-Broke-The-Planet Release

@MylesBorins
Copy link
Contributor Author

MylesBorins commented May 24, 2018

@targos
Copy link
Member

targos commented May 24, 2018

:shipit:

This is a follow up release to fix two regressions that were introduced
in v10.2.0.

PR-URL: #20943
@MylesBorins
Copy link
Contributor Author

failures in CI are known flakes and infra... manually testing that native modules are working again. Promoting the release

@MylesBorins MylesBorins merged commit 65d13be into v10.x May 24, 2018
MylesBorins added a commit that referenced this pull request May 24, 2018
MylesBorins added a commit that referenced this pull request May 24, 2018
This is a follow up release to fix two regressions that were introduced
in v10.2.0.

PR-URL: #20943
@targos targos deleted the v10.2.1-proposal branch June 20, 2018 19:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c++ Issues and PRs that require attention from people who are familiar with C++. lib / src Issues and PRs related to general changes in the lib or src directory.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants