-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
v5.9.0 proposal #5702
v5.9.0 proposal #5702
Conversation
d83884b
to
89dbfd9
Compare
89dbfd9
to
cd11158
Compare
Notable changes: * **governance**: The following members have been added as collaborators: - Andreas Madsen (@AndreasMadsen) - Benjamin Gruenbaum (@benjamingr) - Claudio Rodriguez (@claudiorodriguez) - Glen Keane (@thekemkid) - Jeremy Whitlock (@whitlockjc) - Matt Loring (@matthewloring) - Phillip Johnsen (@phillipj) * **lib**: copy arguments object instead of leaking it (Nathan Woltman) #4361 PR-URL: #5702
Building RC 1: https://ci-release.nodejs.org/job/iojs+release/467/ |
Should this issue be part of 5.8.1 milestone? |
Can you manually change
to
In the commits list? :) |
Also, a mention should probably be given about my timers change, if you want I'll write that point up. |
@Fishrock123 yes, meant to ask what you wanted me to put for that. I'll change the commit in the list also. |
cd11158
to
b94cacf
Compare
Notable changes: * **governance**: The following members have been added as collaborators: - Andreas Madsen (@AndreasMadsen) - Benjamin Gruenbaum (@benjamingr) - Claudio Rodriguez (@claudiorodriguez) - Glen Keane (@thekemkid) - Jeremy Whitlock (@whitlockjc) - Matt Loring (@matthewloring) - Phillip Johnsen (@phillipj) * **lib**: copy arguments object instead of leaking it (Nathan Woltman) #4361 * **zlib**: add support for concatenated members (Kári Tristan Helgason) #5120 PR-URL: #5702
I've added the #5392 commits to v5.x, they should fix #3113. @evanlucas can you rebase off v5.x please? Also, for the release PR on v5.x, just put the release commit in the PR with your CHANGELOG.md entries and src/node_version.h changes. All of the cherry-picking should just go straight in to v5.x (we get nightlies that way). I've put a bunch on v5.x, I did it the day before your PR but forgot to push (whoops) and now I've just done the contextify commits too. Also, I believe this is actually 5.9.0 given the zlib commit, unless you want to back that one out and wait, up to you. |
Ah sorry @rvagg. I'll get it updated tonight. Thanks for the check on the zlib commit. Does anyone oppose a v5.9.0? |
Not opposed to it at all. There is another semver minor pull directly to
v5.x that needs to land
Would people be opposed to doing a slightly extended v5.9.0 rc, or is the
idea to still release tomorrow?
|
b94cacf
to
da46edb
Compare
Notable changes: * **governance**: The following members have been added as collaborators: - Andreas Madsen (@AndreasMadsen) - Benjamin Gruenbaum (@benjamingr) - Claudio Rodriguez (@claudiorodriguez) - Glen Keane (@thekemkid) - Jeremy Whitlock (@whitlockjc) - Matt Loring (@matthewloring) - Phillip Johnsen (@phillipj) * **lib**: copy arguments object instead of leaking it (Nathan Woltman) #4361 * **zlib**: add support for concatenated members (Kári Tristan Helgason) #5120 PR-URL: #5702
da46edb
to
a08ac52
Compare
Notable changes: * **governance**: The following members have been added as collaborators: - Andreas Madsen (@AndreasMadsen) - Benjamin Gruenbaum (@benjamingr) - Claudio Rodriguez (@claudiorodriguez) - Glen Keane (@thekemkid) - Jeremy Whitlock (@whitlockjc) - Matt Loring (@matthewloring) - Phillip Johnsen (@phillipj) * **lib**: copy arguments object instead of leaking it (Nathan Woltman) #4361 * **src**: allow combination of -i and -e cli flags (Rich Trott) #5655 * **zlib**: add support for concatenated members (Kári Tristan Helgason) #5120 PR-URL: #5702
@ofrobots would you care to write up a sentence or so on the contextify changes? I'd say that is pretty notable. |
@thealphanerd I'm indifferent. I was planning on releasing today (3/16), but can delay if needed. |
writing the timers changelog bit... |
|
a08ac52
to
64863d4
Compare
@evanlucas would you consider including 1231bf5 from #4231? This is a backport of a fix to v8 that will not land on the v5.x version of v8 V8 review: https://codereview.chromium.org/1477233002/ V8 commit: https://chromium.googlesource.com/v8/v8/+/b201a7b93f35a3d66c319038d0f3419c7bd935cc This commit is quite important for external debuggers |
@evanlucas it has been landed in b6c355d on v5.x. So you should be able to simply rebase against v5.x to pull it in. (Don't forget to update the changelog after as all commit sha's will be different, I got bit by that one once 😢 ) |
|
64863d4
to
ba62083
Compare
CI: https://ci.nodejs.org/job/node-test-pull-request/1942/ One more time |
@evanlucas for the contextify changes you can use:
|
Thanks @ofrobots! |
ba62083
to
32117b5
Compare
Notable changes: * **contextify**: Fixed a memory consumption issue related to heavy use of `vm.createContext` and `vm.runInNewContext`. (Ali Ijaz Sheikh) #5392 * **governance**: The following members have been added as collaborators: - Andreas Madsen (@AndreasMadsen) - Benjamin Gruenbaum (@benjamingr) - Claudio Rodriguez (@claudiorodriguez) - Glen Keane (@thekemkid) - Jeremy Whitlock (@whitlockjc) - Matt Loring (@matthewloring) - Phillip Johnsen (@phillipj) * **lib**: copy arguments object instead of leaking it (Nathan Woltman) #4361 * **src**: allow combination of -i and -e cli flags (Rich Trott) #5655 * **v8**: backport fb4ccae from v8 upstream (Vladimir Krivosheev) #4231 - breakout events from v8 to offer better support for external debuggers * **zlib**: add support for concatenated members (Kári Tristan Helgason) #5120 PR-URL: #5702
32117b5
to
79cb1a9
Compare
Notable changes: * **contextify**: Fixed a memory consumption issue related to heavy use of `vm.createContext` and `vm.runInNewContext`. (Ali Ijaz Sheikh) #5392 * **governance**: The following members have been added as collaborators: - Andreas Madsen (@AndreasMadsen) - Benjamin Gruenbaum (@benjamingr) - Claudio Rodriguez (@claudiorodriguez) - Glen Keane (@thekemkid) - Jeremy Whitlock (@whitlockjc) - Matt Loring (@matthewloring) - Phillip Johnsen (@phillipj) * **lib**: copy arguments object instead of leaking it (Nathan Woltman) #4361 * **src**: allow combination of -i and -e cli flags (Rich Trott) #5655 * **v8**: backport fb4ccae from v8 upstream (Vladimir Krivosheev) #4231 - breakout events from v8 to offer better support for external debuggers * **zlib**: add support for concatenated members (Kári Tristan Helgason) #5120 PR-URL: #5702
Nice work @evanlucas! |
Aiming for Wednesday. Planning on cutting an rc hopefully tonight.
Notable changes:
vm.createContext
andvm.runInNewContext
. (Ali Ijaz Sheikh)(vee-eight-4.9) contextify: update deprecated SetWeak usage #5392
src: allow combination of -i and -e cli flags #5655
Commits
03b99bf8b9
] - build: don't install github templates (Johan Bergström) #5612a7819da15a
] - _Revert_ "build: run lint before tests" (Rich Trott) #56025e9cac4333
] - console: check that stderr is writable (Rich Trott) #56350662fcf209
] - contextify: cache sandbox and context in locals (Ali Ijaz Sheikh) #53924f2c839d46
] - contextify: replace deprecated SetWeak usage (Ali Ijaz Sheikh) #5392bfff07b4dd
] - contextify: cleanup weak ref for sandbox (Ali Ijaz Sheikh) #539293f60cdc54
] - contextify: cleanup weak ref for global proxy (Ali Ijaz Sheikh) #539229510aa4fd
] - deps: update openssl config (Shigeki Ohtsu) #5630532d1bf9ce
] - deps: sync deps/http_parser with nodejs/http_parser (James M Snell) #5600d5d64c327b
] - doc: clarify commit message rules (Wyatt Preul) #56618c4c84fe5b
] - doc: add Testing WG (Rich Trott) #5461434af03825
] - doc: Add note about use of JSON.stringify() (Mithun Patel) #572362926d85bd
] - doc: clarify type of first argument in zlib (Kirill Fomichev) #5685eb73574349
] - doc: clarify when writable.write callback is called (Kevin Locke) #4810c579507034
] - doc: fix typo in api/addons (Daijiro Wachi) #56788e45c9d9ea
] - doc: fix typo in api/dgram (Daijiro Wachi) #567844a9b100c5
] - doc: fix typo in api/fs (Daijiro Wachi) #5678b667573bcb
] - doc: update fansworld-claudio username on README (Claudio Rodriguez) #56809794abb5d1
] - doc: add onboarding resources (Jeremiah Senkpiel) #372631e39fbd7a
] - doc: remove non-standard use of hyphens (Stefano Vozza)f3e9daa825
] - doc: add clarification on birthtime in fs stat (Kári Tristan Helgason) #5479c379ec6522
] - doc: move build instructions to a new document (Johan Bergström) #56342a442b3dfc
] - doc: update removeListener behaviour (Vaibhav) #5201f6ee0996e0
] - doc: fix typo in child_process docs (Benjamin Gruenbaum) #5681dd12661173
] - doc: include typo in 'unhandledRejection' example (Robert C Jensen) #5654f7aecd6e94
] - doc: add thekemkid to collaborators (Glen Keane) #5667b81711acfb
] - doc: add phillipj to collaborators (Phillip Johnsen) #5663a33f2486f0
] - doc: add fansworld-claudio to collaborators (Claudio Rodriguez) #5668285d5e7ba6
] - doc: add AndreasMadsen to collaborators (Andreas Madsen) #56668e1f6706e3
] - doc: add benjamingr to collaborator list (Benjamin Gruenbaum) #5664f7842cbb24
] - doc: add whitlockjc to collaborators (Jeremy Whitlock) #5665dd6f4ec2e4
] - doc: add mattloring to collaborators (Matt Loring) #56629ebd559a55
] - doc: fix markdown links (Steve Mao) #564162d267e1ff
] - doc: fix dns.resolveCname description typo (axvm) #56229f8e2e2979
] - doc: update release tweet template (Jeremiah Senkpiel) #56284d6fe300fe
] - doc: fix v5.8.0 changelog heading (Jeremiah Senkpiel) #55594c1fdaeb2a
] - docs: update link to iojs+release ci job (Myles Borins) #5632205bed0bec
] - lib: copy arguments object instead of leaking it (Nathan Woltman) #4361b16f67a0b9
] - net: makeisIPv4
andisIPv6
more efficient (Vladimir Kurchatkin) #54784ecd996baa
] - (SEMVER-MINOR) src: allow combination of -i and -e cli flags (Rich Trott) #5655f225459496
] - test: improve test-npm-install (Santiago Gimeno) #5613cceae5ae78
] - test: eval a strict function (Kári Tristan Helgason) #52509a44c8c337
] - test: add batch of known issue tests (cjihrig) #56531b7b1ed2c9
] - timers: greatly improve code comments (Jeremiah Senkpiel) #4007769254b0ba
] - timers: refactor timers (Jeremiah Senkpiel) #40070b545fb3f8
] - win,build: support Visual C++ Build Tools 2015 (João Reis) #5627ef774ff9a8
] - (SEMVER-MINOR) zlib: add support for concatenated members (Kári Tristan Helgason) #5120