-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Smoke tests are too optimistic about scala-library #238
Comments
That's odd. I think the smoke test parses the whatever the success % that was printed out. Is it rounding up some numbers? |
I see that |
ok so that's my bug in the smoke test then. |
Merged
Here's my PR for this #240 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Commit of tree-sitter-scala you tested this on
2b6e547
A code sample showing the error
Smoke tests assume scala-library to be parsed without any errors.
Here is a list of errors after running
ts parse .../scala/src/library/**/*.scala --quiet --stat
locally:Show the error node
For example, ListBuffer.scala#L17 is subject to #206
The text was updated successfully, but these errors were encountered: