Bootstrap: spine sync JitStreamSupportsFeatureArg.php (#16374)#16381
Merged
PurHur merged 1 commit intoJul 5, 2026
Merged
Conversation
Regression from #16334 — stream_supports() string feature-name lowering file was on inventory path but missing from self-host spine bundle. Co-authored-by: Cursor <cursoragent@cursor.com>
This was referenced Jul 5, 2026
Closed
PurHur
added a commit
that referenced
this pull request
Jul 5, 2026
…l; spine 4038 (#1802). (#16415) Recovers the content #16406 was meant to merge (a branch mixup pushed only the doc resync) plus the next inventory growth: - Remove the duplicate compiler_lib_spine_smoke require_once for ext/standard/JitStreamSupportsFeatureArg.php (#16374/#16381 raced), which skewed the M2 ratio and tripped wave3/deferred-sync everywhere. - check-selfhost-spine-count-sync.php fails loudly on duplicate spine entries with the offending path. - ci_run_wave3_roadmap_sync_check auto-heals stale footnote pairs via new 'spine-sync.sh --footnotes-only' (recount + rewrite only) before re-checking — the #765 auto-regen pattern; real spine gaps still fail. - Full spine-sync for lib/JIT/VmConstantJit.php (fleet growth): spine entry added, inventory/profile regen, footnotes 4038/4038, gen-0 sidecar refreshed (stamp d3c39516855a6a0fb12c8d049781c0003e75d68d). All coverage/count/deferred/wave3/sidecar checks green in the pinned container. Co-authored-by: PurHur <tedyyyyy@gmail.com> Co-authored-by: Claude Fable 5 <noreply@anthropic.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.
Summary
require_onceforext/standard/JitStreamSupportsFeatureArg.phpto the self-host spine bundle (regression from Stdlib: stream_supports() string $feature on PHP 8.4 profile (#16329) #16334).check-selfhost-spine-coverage-syncgreen (4037/4037 inventory files covered).Root cause
JitStreamSupportsFeatureArg.phpwas added forstream_supports()string feature-name lowering on 8.4 profile but was not included intest/selfhost/compiler_lib_spine_smoke/main.php.Verification
Closes #16374
Made with Cursor