Commit c8a3451
committed
Fix check for new and unexpected roots
We track the "roots" in our grammar -- those productions that aren't
used in any other production. We want to report when a new root
appears or when something that's expected to be a root no longer is
one. However, we were reporting the latter case as the former instead
of reporting it separately as intended. Let's fix that.1 parent 1214d68 commit c8a3451
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
203 | | - | |
204 | | - | |
| 203 | + | |
| 204 | + | |
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
| |||
0 commit comments