WIP: Fix issue #1118 module test failures - #1273
Merged
Merged
Conversation
Generated with [Codex](https://openai.com/codex) Co-Authored-By: Codex <codex@openai.com>
Preserve validated socket, parser, regex, import, interpreter, and scalar reference lifetime fixes while Object::Event guard lifetime investigation continues. Generated with [Codex](https://openai.com/codex) Co-Authored-By: Codex <codex@openai.com>
Delay deferred-mortal flushing while releasing a previous scalar-reference owner, so a guard DESTROY cannot release a new interpreter-fallback return before the caller installs it. Add a focused regression modeled on Object::Event's registration guards. Generated with [Codex](https://openai.com/codex) Co-Authored-By: Codex <codex@openai.com>
fglock
force-pushed
the
wip/issue-1118-20260907-102017
branch
from
September 7, 2026 13:05
aa286a2 to
dd894a0
Compare
fglock
marked this pull request as ready for review
September 7, 2026 13:36
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.
WIP — Fixes #1118
Investigation and implementation are in progress. This draft tracks making every module named in issue #1118 and its follow-up comment pass its full test suite.