doc: fix title/function name mismatch - #13123
Closed
mhdawson wants to merge 1 commit into
Closed
Conversation
Fix mismatch in title for napi_get_value_string_utf16 Fixes: nodejs/abi-stable-node#243
addaleax
approved these changes
May 19, 2017
cjihrig
approved these changes
May 19, 2017
refack
approved these changes
May 19, 2017
lpinca
approved these changes
May 20, 2017
gibfahn
approved these changes
May 20, 2017
jasnell
approved these changes
May 22, 2017
Member
Author
Member
|
Landed in f3ef971 |
addaleax
pushed a commit
that referenced
this pull request
May 23, 2017
Fix mismatch in title for napi_get_value_string_utf16 Fixes: nodejs/abi-stable-node#243 PR-URL: #13123 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
jasnell
pushed a commit
that referenced
this pull request
May 24, 2017
Fix mismatch in title for napi_get_value_string_utf16 Fixes: nodejs/abi-stable-node#243 PR-URL: #13123 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
jasnell
pushed a commit
that referenced
this pull request
May 28, 2017
Fix mismatch in title for napi_get_value_string_utf16 Fixes: nodejs/abi-stable-node#243 PR-URL: #13123 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
gabrielschulhof
pushed a commit
to gabrielschulhof/node
that referenced
this pull request
Apr 10, 2018
Fix mismatch in title for napi_get_value_string_utf16 Fixes: nodejs/abi-stable-node#243 PR-URL: nodejs#13123 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
MylesBorins
pushed a commit
that referenced
this pull request
Apr 16, 2018
Fix mismatch in title for napi_get_value_string_utf16 Fixes: nodejs/abi-stable-node#243 Backport-PR-URL: #19447 PR-URL: #13123 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Merged
Domiii
added a commit
to replayio/node
that referenced
this pull request
Jul 30, 2026
Domiii
added a commit
to replayio/node
that referenced
this pull request
Jul 30, 2026
* Assert TLSWrap EncOut and StreamBase Write buffer counts Narrow nbufs mismatch provenance before uv__try_write (crash-0044). Co-authored-by: Cursor <cursoragent@cursor.com> * RQD-14: add runtime-node-build-and-test PipelineUpload + DevSuffix. Chromium-twin BK graph in public node; pin BackendBranch for driver/build/test handoff. * RQD-14: PipelineUpload fetch pin/YAML without full node checkout. * RQD-14: match existing BK step labels (no invented trigger label). * RQD-14: clone node in parallel with build-driver-linker. * RQD-14: drop replay-deploy plugin from PR Build node step. * RQD-14: wipe node-src before Clone node (skip-checkout dirty workdir). * RQD-14: use per-job mktemp scratch dirs (agents are stateful). * RQD-14: drop Clone node artifact handoff; build_node_builder clones. * RQD-14: DriverBuildCheck — skip build-driver-linker when archive on S3. * RQD-14: quote DriverBuildCheck command (YAML colon parse). * RQD-14: raise Build node timeout to 120m (cold make exceeds BK 60m default). Co-authored-by: Cursor <cursoragent@cursor.com> * RQD-14: persist host NodeRepo for incremental make across CI jobs. Mount the agent checkout+out over the image node path so cold full rebuilds are not forced every run. Co-authored-by: Cursor <cursoragent@cursor.com> * RQD-14: mark mounted NodeRepo safe.directory for root docker git. Co-authored-by: Cursor <cursoragent@cursor.com> * RQD-14: pin backend safe.directory fix; drop ineffective GIT_CONFIG_*. Container git lacks GIT_CONFIG_*; safe.directory is set in run_node_build.sh. Co-authored-by: Cursor <cursoragent@cursor.com> * RQD-14: stop injecting github-backend AWS keys into linux-node-build. prod/deploy-access-keys cannot s3:PutObject builds/; match build-node.yml and use the beefmaster agent identity inside docker. Co-authored-by: Cursor <cursoragent@cursor.com> * RQD-14: pin configure-skip; give tests HASURA_ADMIN_SECRET. Skip configure when out/Makefile exists for incremental NodeRepo make. Test steps need Hasura secret (ProcessorExit cascade without it). Co-authored-by: Cursor <cursoragent@cursor.com> * RQD-14: mtime-safe NodeRepo fetch; log disk at build start. Drop shallow fetch on the cached repo (it rewrote gyp mtimes and forced Makefile regen). Unshallow once if needed. df/du at job start for disk headroom. Co-authored-by: Cursor <cursoragent@cursor.com> * RQD-14: restore accidentally deleted GHA build-test files. Prior commit had unrelated staged deletions; keep additive pipeline work only. Co-authored-by: Cursor <cursoragent@cursor.com> * RQD-14: stop chown-ctime from forcing full NodeRepo checkout. reclaim_node_repo chown -R dirties every path via ctime; checkout -f then rewrote all 32k sources and triggered Regenerating Makefile. Ignore ctime and refresh the index after reclaim. Co-authored-by: Cursor <cursoragent@cursor.com> * RQD-14: pin backend after local/test crash-upload skip. Co-authored-by: Cursor <cursoragent@cursor.com> * RQD-14: pin backend after reverting crash-upload skip. Co-authored-by: Cursor <cursoragent@cursor.com> * RQD-14: pin backend for __fread_chk binding. Co-authored-by: Cursor <cursoragent@cursor.com> * RQD-14: pin backend after deploy-agent driver builds. Co-authored-by: Cursor <cursoragent@cursor.com> * RQD-14: seed immer Jest repo for test-jest; pin backend. * RQD-14: pin backend for napi_create_array callback. * RQD-14: pin backend for unimplemented NAPI callback specs. * RQD-14: pin backend for dl_iterate_phdr NoOp binding. * RQD-14: immer npm install --legacy-peer-deps for test-jest. * RQD-14: drop prefer-offline for immer npm install. BK agent cache returns ETARGET for @types/node@24.3.1 which exists on the registry. * RQD-16: pin immer v9.0.12 and yarn-install for test-jest seed. Floating main is vitest-era and never produces node_modules/.bin/jest. Co-authored-by: Cursor <cursoragent@cursor.com> * RQD-14: pin REPLAY_BACKEND_REV to backend master after nodejs#13123. * RQD-14: re-pin REPLAY_BACKEND_REV to current backend master. * RQD-14: disable legacy GHA Build/Test on PR/push. Replaced by Buildkite runtime-node-build-and-test; keep workflow_dispatch only. --------- Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix mismatch in title for napi_get_value_string_utf16
Fixes: nodejs/abi-stable-node#243
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passesAffected core subsystem(s)
doc, n-api