Commit f83a061
v2: fix CI test failures on master
- transformer_test.v: SelectorExpr.rhs is Ident, not Expr sum type
- checker.v: add string.str field resolution (returns &u8)
- checker_test.v: accept Alias-wrapped FnType for interface field test
- transformer_v2_darwin_test.v: raise missing-types threshold to 1500
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent cdfc0bb commit f83a061
4 files changed
Lines changed: 14 additions & 6 deletions
File tree
- vlib/v2
- transformer
- types
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
| 123 | + | |
124 | 124 | | |
125 | | - | |
| 125 | + | |
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
140 | | - | |
141 | | - | |
| 140 | + | |
142 | 141 | | |
143 | 142 | | |
144 | 143 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
| 116 | + | |
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4633 | 4633 | | |
4634 | 4634 | | |
4635 | 4635 | | |
| 4636 | + | |
| 4637 | + | |
| 4638 | + | |
4636 | 4639 | | |
4637 | 4640 | | |
4638 | 4641 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
207 | | - | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
208 | 214 | | |
209 | 215 | | |
210 | 216 | | |
| |||
0 commit comments