VirtusLab / scala-cli

Scala CLI is a command-line tool to interact with the Scala language. It lets you compile, run, test, and package your Scala code (and more!)
https://scala-cli.virtuslab.org
Apache License 2.0
551 stars 129 forks source link

Add support for calling commands from an actual Scala language installation in `sclicheck` #3156

Open Gedochao opened 2 months ago

Gedochao commented 2 months ago

Describe what needs to be done and why As per https://github.com/VirtusLab/scala-cli/pull/3155:

Is your feature request related to a past ticket or discussion?

Describe alternatives you've considered The current workaround mimics an actual Scala 3 installation close enough for our docs to be largely testable, so we might also just leave it as it is, if we won't have the time to implement this.