Commit 86d79cf
Fix ThinCheckerState::new and CheckerContext::new function signatures
- Add missing 5th argument (strict: bool = false) to all test calls
- Fix calls in thin_checker_tests.rs, declarations.rs, expr.rs, statements.rs
Note: 199 remaining errors are pre-existing structural changes to the
type system (missing fields in CallableShape/FunctionShape, removed
methods, etc.) that require more extensive fixes.
Co-Authored-By: Claude Opus 4.5 <[email protected]>1 parent 37e88ae commit 86d79cf
4 files changed
Lines changed: 58 additions & 57 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
259 | 259 | | |
260 | 260 | | |
261 | 261 | | |
262 | | - | |
| 262 | + | |
263 | 263 | | |
264 | 264 | | |
265 | 265 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
175 | | - | |
| 175 | + | |
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
| |||
0 commit comments