Commit e27544a
committed
Fix null type handling regression in requireSameOutputTypeShape
Restore the original null-handling logic that was incorrectly simplified
in 072165b. When both typeA and typeB are null (e.g., from fragments on
unresolvable types), they should be treated as compatible rather than
producing a spurious FieldsConflict error.
https://claude.ai/code/session_01XYg9Dqneb941aStgKaZ1Em1 parent 293b21b commit e27544a
1 file changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1241 | 1241 | | |
1242 | 1242 | | |
1243 | 1243 | | |
1244 | | - | |
1245 | | - | |
| 1244 | + | |
| 1245 | + | |
| 1246 | + | |
| 1247 | + | |
| 1248 | + | |
1246 | 1249 | | |
1247 | 1250 | | |
1248 | 1251 | | |
| |||
0 commit comments