-
Notifications
You must be signed in to change notification settings - Fork 12
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
Add integration tests to check each supported scalac option against each supported scalac version #7
Comments
👍 to the idea. But I propose we just do it with |
Random thoughts: with coursier you can install a specific Another chance would be leveraging sbt scripted tests maybe? |
|
Okay, I'll sort out something then :) |
This is a call-out to trigger a discussion rather than an issue itself.
We could create an IntegrationTest configuration and add tests that would verify whether a certain scalac option is really supported for a specific scalac version.
Checking it by hand is quite boring and unreliable and it would be nice to automate it somehow.
A straightforward solution that comes to mind is using
scala-cli
for each option and every scala version the project supposed to support:whereas
compiles without errors.
So would it be possible to employ
scala-cli
for integration tests in the project and does it look reasonable overall?See also #5 for a related discussion.
The text was updated successfully, but these errors were encountered: