Adds a compiled regression test using the reproduction schema from issue #14. It verifies that a nullable object $defs entry stays nullable when referenced recursively, so null is accepted at every nesting level.
Closes #14
Adds a compiled regression test using the reproduction schema from issue #14. It verifies that a nullable object `$defs` entry stays nullable when referenced recursively, so `null` is accepted at every nesting level.
The generator already preserves nullability for self-referential object
$defs thanks to prior fixes, but issue #14 had no regression coverage.
Add a test using the exact reproduction schema from the issue and verify
that both the outer and recursive `self` fields accept `null`.
andrew
scheduled this pull request to auto merge when all checks succeed 2026-06-30 16:47:53 +00:00
andrew
merged commit f5ceb392c2 into main2026-06-30 16:50:08 +00:00
andrew
deleted branch weaselbot/issue-142026-06-30 16:50:08 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Closes #14
Adds a compiled regression test using the reproduction schema from issue #14. It verifies that a nullable object
$defsentry stays nullable when referenced recursively, sonullis accepted at every nesting level.