merge: cascade 8.4 into master - #187
Merged
Merged
Conversation
The feasibility study still spoke of the debugger as a package that was expected to exist, and its roadmap listed work that has since landed there. - name ZDebug as the implementation, from the intro, the README's debugging section and the roadmap - mark the memoized per-op_array decision as shipped (ZDebug's OpArrayGate), leaving the compiler-option gating and the NOP strip-back as sketches - narrow the open debugger-side list to the async break command, the EXT_STMT-vs-ticks benchmark and the generator/fiber stepping experiment - add the zend_ast_process per-file EXT_STMT hook to the z-engine follow-ups Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_0153cGVE6d7kFaNcyiyY4G9q
…zn71 docs: point the self-debugging research at the shipped ZDebug package
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.
Automated cascade merge of
8.4intomaster(branch flow defined in.github/branch-flow.json).Resolve conflicts in favour of the newer engine structures where they touch
include/- regenerate headers on the target branch instead of merging them textually. See AGENTS.md.