Commit 5062e34
committed
ci(migration-assistant): fix smoke-parse invocation for tree-sitter-cli 0.25
The `--paths` flag was repurposed in tree-sitter-cli >= 0.25 to point at
a *file* listing input source paths, not a directory containing the
grammar. Under the resolved 0.25.10, the step fails with `Failed to
read paths file ... Is a directory (os error 21)`. Run the parser from
within the vendored grammar tree instead, which is the documented
0.25.x lookup mechanism.
https://claude.ai/code/session_01HZ3i2wX5R5rbY8Ycmug4Ao1 parent f45afa1 commit 5062e34
1 file changed
Lines changed: 11 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
186 | 194 | | |
187 | 195 | | |
188 | 196 | | |
189 | 197 | | |
190 | 198 | | |
191 | 199 | | |
192 | 200 | | |
193 | | - | |
194 | | - | |
195 | | - | |
196 | | - | |
197 | | - | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
198 | 204 | | |
0 commit comments