feat(qs): add native Stripe-compatible shim - #8819
Closed
proggeramlug wants to merge 1 commit into
Closed
Conversation
|
Warning Review limit reachedNext included review available in 11 minutes. View limit detailsLimit details: You’ve used all 8 included reviews currently available. You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. Review configuration: ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (20)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
proggeramlug
added a commit
that referenced
this pull request
Aug 25, 2026
* fix(async_hooks): address lifecycle review feedback * fix(doctor): reject stale runtime archives * docs: add runtime compatibility changelog fragment * fix(sharp): support create input descriptors * perf(codegen): specialize call-returned array stores * perf(map): repair ordered-delete indexes in place * chore: add changelog for map delete optimization * test(map): root ordered-delete string keys * feat(qs): add native Stripe-compatible shim (#8751) * docs: add changelog fragment for sharp create * fix(runtime): complete build identity inputs * test(compile): cover compiled package builtin imports * chore: add changelog for array-store optimization --------- Co-authored-by: Ralph Küpper <ralph@skelpo.com>
Contributor
Author
|
Landed on |
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.
Summary
qs@6.15.3native binding so Stripe no longer compiles the AOT-hostileget-intrinsic/ ES-shims chainstringifybehavior, including Stripe's indexed arrays andserializeDatecallback, plus common qs encoding, filtering, sorting, null, charset, and array-format optionsparsebehavior with duplicate modes, depth/parameter/array limits, charset sentinels, sparse arrays, dot notation, and prototype-pollution guardsqsandget-intrinsicsentinels, covering CommonJS Stripe-style usage plus named, namespace, and default importsThe binding is deliberately marked
partial: regex delimiters and the complete custom decoder/extension-hook contracts are not claimed as full upstream compatibility.No package version was bumped.
Closes #8751
Validation
cargo test -p perry-ext-qs --lib(11 passed)cargo test -p perry-codegen --test manifest_consistency(5 passed)cargo test -p perry-codegen ext_registry --lib(13 passed)cargo test -p perry --test issue_8751_qs_native_shim -- --nocapture(passed after rebasing onto latest main)cargo check -p perry-codegen -p perry-api-manifest -p perrycargo clippy -p perry-ext-qs --all-targets --no-deps -- -D warningspython scripts/workspace_architecture.py --checkpython scripts/binding_governance.py --checknode scripts/binding_pins.mjs --checkcargo fmt --checkandgit diff --check