Skip to content

Bootstrap: spine sync ReflectionFunction/Method::isGenerator (#17521)#17536

Merged
PurHur merged 1 commit into
masterfrom
agent/issue-17521-spine-reflection-isgenerator
Jul 9, 2026
Merged

Bootstrap: spine sync ReflectionFunction/Method::isGenerator (#17521)#17536
PurHur merged 1 commit into
masterfrom
agent/issue-17521-spine-reflection-isgenerator

Conversation

@PurHur

@PurHur PurHur commented Jul 9, 2026

Copy link
Copy Markdown
Owner

Summary

Closes #17521

Root cause

PR #17511 added VM builtin units for ReflectionFunction::isGenerator() and ReflectionMethod::isGenerator() but did not update the self-host spine bundle.

Verification

./script/docker-exec.sh -- bash -lc 'php script/check-selfhost-spine-coverage-sync.php'
# check-selfhost-spine-coverage-sync: OK (spine covers all 4308 inventory files)

./script/docker-exec.sh -- bash -lc 'make north-star5-verify-fast'
# north-star5-verify: OK (fast)

./script/docker-exec.sh -- bash -lc './script/release-readiness.sh --json'
# user_release_ready: yes, gates 5/5 ok

Made with Cursor

Add missing VM builtin units to compiler_lib_spine_smoke after #17511
landed ReflectionFunction::isGenerator() and ReflectionMethod::isGenerator().

Co-authored-by: Cursor <cursoragent@cursor.com>
Sign up for free to 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.

Release v1.1.0: spine sync ReflectionFunctionIsGenerator + ReflectionMethodIsGenerator (#17511)

1 participant