We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It will be helpful to have tests in CI that check that the toolkit is able to compile a few test scripts.
I'm not sure we can achieve something like this, but we can try. WDYT @armanbilge?
The text was updated successfully, but these errors were encountered:
Probably having a few lines like
//> using dep toolkit typelevel::@current_snapshot@ import cats.effect.* object Hello extends IOApp.Simple { def run = IO.println("Hello") }
and a CI job that compiles it
- uses: VirtusLab/scala-cli-setup@main - run: scala-cli compile hello-ce.scala
will do
Sorry, something went wrong.
TonioGela
Successfully merging a pull request may close this issue.
It will be helpful to have tests in CI that check that the toolkit is able to compile a few test scripts.
I'm not sure we can achieve something like this, but we can try. WDYT @armanbilge?
The text was updated successfully, but these errors were encountered: