Skip to content

io.js messaging - #23

Closed
mikeal wants to merge 17 commits into
nodejs:v0.12from
mikeal:iojs-messaging
Closed

io.js messaging#23
mikeal wants to merge 17 commits into
nodejs:v0.12from
mikeal:iojs-messaging

Conversation

@mikeal

Copy link
Copy Markdown
Contributor

This should put to bed some of the wilder speculations about this repository.

tjfontaineand others added 17 commits August 7, 2014 12:44
The current implementation uses the arguments object in the Server()
constructor. Since both arguments to Server() are optional, there was a
high likelihood of accessing a non-existent element in arguments, which
carries a performance overhead. This commit replaces the arguments
object with named arguments.
Reviewed-by: Trevor Norris <trev.norris@gmail.com>
Reviewed-by: Trevor Norris <trev.norris@gmail.com>
Reviewed-by: Chris Dickinson <christopher.s.dickinson@gmail.com>
Two links still point to the Joyent repo. This commit
updates the links to point to node-forward.
PR-URL: node-forward/node#11
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Adds username aliases to the TC member list and TC moderator.
PR-URL: node-forward/node#13
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Add information regarding non-voting invited representatives.
PR-URL: node-forward/node#5
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Fedor Indutny <fedor@indutny.com>
Clarifies a more definite two-thirds Quorum.
Formally allows 2 out of 6 members of the TC to be associated with a
single employer.
PR-URL: node-forward/node#14
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Like libuv does.
PR-URL: node-forward/node#21
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Conflicts:
src/node_version.h
vcbuild.bat
Fixesnode-forward/node#4
PR-URL: node-forward/node#9
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
PR-URL: node-forward/node#41
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
@mikeal

Copy link
Copy Markdown
ContributorAuthor

Closing, something crazy is going on with the log.

@mikealmikeal closed this Dec 2, 2014
@mikeal
mikeal deleted the iojs-messaging branch December 2, 2014 01:56
@rvagg

rvagg commented Dec 2, 2014

Copy link
Copy Markdown
Member

ETOOMANYFORKS

boingoing pushed a commit to boingoing/node that referenced this pull request Apr 6, 2017
PR-URL: nodejs/abi-stable-node#23
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Arunesh Chandra <arunesh.chandra@microsoft.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
targos referenced this pull request in targos/node Apr 27, 2021
Original commit message:
Merged: [deoptimizer] Stricter checks during deoptimization
Revision: 506e893b812e03dbebe34b11d8aa9d4eb6869d89
BUG=chromium:1161357
NOTRY=true
NOPRESUBMIT=true
NOTREECHECKS=true
R=​mythria@chromium.org
(cherry picked from commit 44d052c19df0801fafdf2be54c899db65e79c67a)
Change-Id: I97b69ae11d85bc0acd4a0c7bd28e1b692433de80
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2616219
Reviewed-by: Mythri Alle <mythria@chromium.org>
Commit-Queue: Georg Neis <neis@chromium.org>
Cr-Original-Commit-Position: refs/branch-heads/8.8@{#23}
Cr-Original-Branched-From: 2dbcdc105b963ee2501c82139eef7e0603977ff0-refs/heads/8.8.278@{#1}
Cr-Original-Branched-From: 366d30c99049b3f1c673f8a93deb9f879d0fa9f0-refs/heads/master@{#71094}
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2649571
Reviewed-by: Victor-Gabriel Savu <vsavu@google.com>
Commit-Queue: Achuith Bhandarkar <achuith@chromium.org>
Cr-Commit-Position: refs/branch-heads/8.6@{nodejs#56}
Cr-Branched-From: a64aed2333abf49e494d2a5ce24bbd14fff19f60-refs/heads/8.6.395@{#1}
Cr-Branched-From: a626bc036236c9bf92ac7b87dc40c9e538b087e3-refs/heads/master@{#69472}
Refs: v8/v8@ad2c5da
targos added a commit that referenced this pull request Apr 30, 2021
Original commit message:
Merged: [deoptimizer] Stricter checks during deoptimization
Revision: 506e893b812e03dbebe34b11d8aa9d4eb6869d89
BUG=chromium:1161357
NOTRY=true
NOPRESUBMIT=true
NOTREECHECKS=true
R=​mythria@chromium.org
(cherry picked from commit 44d052c19df0801fafdf2be54c899db65e79c67a)
Change-Id: I97b69ae11d85bc0acd4a0c7bd28e1b692433de80
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2616219
Reviewed-by: Mythri Alle <mythria@chromium.org>
Commit-Queue: Georg Neis <neis@chromium.org>
Cr-Original-Commit-Position: refs/branch-heads/8.8@{#23}
Cr-Original-Branched-From: 2dbcdc105b963ee2501c82139eef7e0603977ff0-refs/heads/8.8.278@{#1}
Cr-Original-Branched-From: 366d30c99049b3f1c673f8a93deb9f879d0fa9f0-refs/heads/master@{#71094}
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2649571
Reviewed-by: Victor-Gabriel Savu <vsavu@google.com>
Commit-Queue: Achuith Bhandarkar <achuith@chromium.org>
Cr-Commit-Position: refs/branch-heads/8.6@{#56}
Cr-Branched-From: a64aed2333abf49e494d2a5ce24bbd14fff19f60-refs/heads/8.6.395@{#1}
Cr-Branched-From: a626bc036236c9bf92ac7b87dc40c9e538b087e3-refs/heads/master@{#69472}
Refs: v8/v8@ad2c5da
PR-URL: #38275
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Shelley Vohr <codebytere@gmail.com>
mcollina added a commit to mcollina/node that referenced this pull request Mar 16, 2026
- Use undefined instead of null for lazy-loaded SEAProvider
- Add validateBoolean for moduleHooks and virtualCwd options
- Use template literal for path concatenation
- Convert VirtualReadStream to use private class fields
- Cache DateNow() result in MemoryEntry constructor
Addresses review comments nodejs#18, nodejs#19, nodejs#21, nodejs#23, nodejs#24, nodejs#29.
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

@mikeal@rvagg@tjfontaine@cjihrig@yorkie@Fishrock123@bnoordhuis