Skip to content

Fix direct nullable nested updater evaluation - #16

Merged
AGiorgetti merged 1 commit into
developfrom
codex/issue-13-nullable-updater-evaluation
Sep 17, 2026
Merged

AGiorgetti merged 1 commit into
developfrom
codex/issue-13-nullable-updater-evaluation

Conversation

@AGiorgetti

Copy link
Copy Markdown
Contributor

Summary

  • Add a regression for direct nullable source members passed to an explicitly selected nested updater under NullableMismatch.Throw.
  • Capture direct nullable updater sources with a pattern local so the source getter is evaluated once for present and null values.

Validation

  • Red baseline: the new regression failed before the fix because the non-null getter was read twice.
  • Focused regression: 1 passed.
  • Nested-update suite: 17 passed.
  • Full generator tests: 568 passed.
  • Release build: 0 warnings, 0 errors.
  • Release runtime tests: 5 passed.
  • Release integration tests: 1 passed.
  • Release packaging tests: 61 passed, 1 expected Native AOT prerequisite skip.

The solution-wide test wrapper also attempts to run sample and benchmark executables as test projects when IsTestProject=true; those non-test projects report missing testhost dependencies. They are covered by their dedicated sample and benchmark validation commands.

Closes #13

Co-authored-by: Codex <codex@openai.com>
@AGiorgetti
AGiorgetti merged commit 66a6e20 into develop Sep 17, 2026
9 checks passed
@AGiorgetti
AGiorgetti deleted the codex/issue-13-nullable-updater-evaluation branch September 17, 2026 08:06
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.

Cover single evaluation of direct nullable nested-updater sources

1 participant