Merge train 181: #10201 - #10202
Merged
Merged
Merge train 181: #10201#10202
Conversation
added 3 commits
September 13, 2026 12:38
perex 0.1.4 (published 2026-09-13T12:17:29Z from 0d3d3f2) starts the initial required-text search at the requested start on ASCII storage for programs carrying the forward-admission claim. Before this, a pattern such as /[a-z]+[0-9]+ /g paid for every earlier occurrence of its required text on each search, so JS exec/test loops over it were O(lastIndex) per call. Checksum 1542e48011813fbdf3c075da4a4ed53ee93c816eef62e36eb5064a6fd2be10a5, verified against the downloaded crate. Locked with a one-time publish-age override approved for this version only. Claude-Session: https://claude.ai/code/session_01Da12JXeG5XuVBma5yWp5C9
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Advanced Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (3)
📝 WalkthroughWalkthroughThe workspace version changes from ChangesVersion and dependency update
Estimated code review effort: 1 (Trivial) | ~5 minutes Change: Bug fix Suggested reviewers: ✨ Finishing Touches 💡 1🛠️ Fix failing CI checks 💡
🧪 Generate unit tests (beta)
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 |
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.
Merge train 181: lands #10201 (take perex 0.1.4, where the required-text search starts at the requested start; part of #10165) at head
b141b85b84, plus the workspace version bump to 0.5.1554.Both PR commits were cherry-picked onto
ad6925b09without conflicts. The tree before the bump differs from the PR head only by main's own commits since the PR's base.This lands perex 0.1.4, lock checksum
1542e48011813fbdf3c075da4a4ed53ee93c816eef62e36eb5064a6fd2be10a5, verified against the downloaded crate. It was locked with a one-time publish-age override that Ralph approved for 0.1.4 only. Every step below ran with the override unset.Local validation (perrymaster, Linux x86_64;
--locked):cargo metadata --locked,cargo fmt --all -- --checkcargo check -p perry-runtime --no-default-features --features full --lib(regex feature off): 0 warningscargo check -p perry-runtime --lib --tests: no warnings outside the knownglobal_this_webassembly.rsdead codecargo test -p perry-runtime --lib -- --test-threads=1: 3711 passed, 1 failed. The failure isnative_stack::tests::stack_top_respects_custom_thread_stack_sizes, red on main.cargo clippy -p perry-runtime --lib --tests: the same 12approx_constanterrors as main. The warning diff equals train 180's, with nothing from this change.scripts/run_lint_gates.shscript tier: 76 of 77 pass. The failure is public benchmark evidence freshness, identical on main. The compile tier was not run.check_changeset_fragment.sh PerryTS/perry 10201: passThe witness is on #10201. 2,000
execs of/[a-z]+[0-9]+ /gstarting 10,000 units before the end of a 400,000-unit subject drop from 3,218 ms to 3.0 ms, flat in length. A/([a-z]+)([0-9]+) /yloop over 200,000 characters drops from 21 s to 85 ms. Results match Node.https://claude.ai/code/session_01Da12JXeG5XuVBma5yWp5C9
Summary by CodeRabbit
Performance
Documentation
Chores