| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
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/ |
Sorry, something went wrong.
|
Should this issue be part of 5.8.1 milestone? |
Sorry, something went wrong.
|
Can you manually change
to
In the commits list? :) |
Sorry, something went wrong.
|
Also, a mention should probably be given about my timers change, if you want I'll write that point up. |
Sorry, something went wrong.
|
@Fishrock123 yes, meant to ask what you wanted me to put for that. I'll change the commit in the list also. |
Sorry, something went wrong.
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. |
Sorry, something went wrong.
|
Ah sorry @rvagg. I'll get it updated tonight. Thanks for the check on the zlib commit. Does anyone oppose a v5.9.0? |
Sorry, something went wrong.
|
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?
|
Sorry, something went wrong.
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
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. |
Sorry, something went wrong.
|
@thealphanerd I'm indifferent. I was planning on releasing today (3/16), but can delay if needed. |
Sorry, something went wrong.
|
writing the timers changelog bit... |
Sorry, something went wrong.
|
Sorry, something went wrong.
Sorry, something went wrong.
|
@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 |
Sorry, something went wrong.
|
@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 😢 ) |
Sorry, something went wrong.
|
Sorry, something went wrong.
|
CI: https://ci.nodejs.org/job/node-test-pull-request/1942/ One more time |
Sorry, something went wrong.
|
@evanlucas for the contextify changes you can use:
|
Sorry, something went wrong.
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
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
| Back | FazBrowse Home | New Git URL |
Aiming for Wednesday. Planning on cutting an rc hopefully tonight.
Notable changes:
(vee-eight-4.9) contextify: update deprecated SetWeak usage #5392
src: allow combination of -i and -e cli flags #5655
Commits