Commit 59822cc
Fix SetOf.update_children writing to wrong attribute
SetOf.update_children was writing to self.types (non-existent) instead
of self.type, causing inner type resolution to silently fail for Set
fields. This was a copy-paste error from TupleOf which uses the plural
self.types attribute. Added a length assertion to match the ListOf
pattern.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent b3d632b commit 59822cc
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
| 132 | + | |
| 133 | + | |
133 | 134 | | |
134 | 135 | | |
135 | 136 | | |
| |||
0 commit comments