-
Notifications
You must be signed in to change notification settings - Fork 58
Smoke test #81
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 test #81
Conversation
|
||
SCALA_SCALA_LIBRARY_EXPECTED=87 | ||
SCALA_SCALA_COMPILER_EXPECTED=46 | ||
DOTTY_COMPILER_EXPECTED=35 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sad trombone music
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only way from here is up. optimistic trombone music
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This adds real-world integration test using scala/scala and Dotty compiler code base. The expected parse success% is currently hardcoded, but at least we'll catch if this number degrades.
I've addressed @keynmol's reviews, so I am going to self-merge. |
This adds real-world integration test using scala/scala and Dotty compiler code base.
The expected parse success% is currently hardcoded, but at least we'll catch if this number degrades.