Krzysztof Romanowski
Krzysztof Romanowski
Adding it to the Scala CLI will not be that hard (we can detect if `shebang` command is used and compile any file provided there as input. The only problem...
@tgodzik Can we also trigger metals based on the content of the file? e.g. existence of a shebang with scala-cli?
@ghostbuster91 I think this is the right approach.
Hello @benwbooth > It would be nice to have ammonite-style import $file We are thinking of something similar in https://github.com/VirtusLab/scala-cli/issues/934 however we want to use a more straightforward approach -...
I tried to assest them also in the contested of running the program and in many cases I was surprised that given option has no effect (e.g. `-print-tasty`). Also, I...
Ah, you are right. However, `scala-cli compile --help` does not suggest that it should be used so maybe we just need to add just this.
It seems like a bug in our source postprocessing. Since our preferred way to define dependencies are using directives this does not have a high piority
@milessabin We are using forked bloop to use named pipes rather than just opening ports to listen for the connection, and for this we need JVM 17. Why we are...
In latest release `scala-cli --jvm 18` (`repl` is optional without arguments) starts repl with java 18: ``` > scala-cli --jvm 18 Downloading JVM 18 Downloading Scala 3.2.0 compiler Welcome to...
@alexarchambault I think this may be really usable, but it may be too optimistic - please let me know what you think.