Commit 596335e
committed
fix: Allow arithmetic on unknown types in type checker
- Modified type checker to not error on arithmetic operations with TYPE_UNKNOWN operands
- This allows dynamic typing in function parameters (e.g., fib benchmark)
- Replaces errors with TYPE_UNKNOWN propagation for mixed/unknown type arithmetic
- Fixes Windows CI benchmark failures due to overly strict type checking1 parent 7b6d093 commit 596335e
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
181 | | - | |
| 181 | + | |
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
185 | | - | |
| 185 | + | |
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
| |||
0 commit comments