zmerr

Results 25 comments of zmerr

using Java Properties is another alternative for creating the metadata file: https://docs.oracle.com/javase/tutorial/essential/environment/properties.html Determining the location of this file remains an issue.

What this cookbook should be about? Where should it be put? Should it be with ScalaTest or MUnit? Should it be added to MUnit documentation?

I am reading the documents for ammonite. It’s just that I don’t understand what initial commands are. Do you want scala-cli to support something like [magic imports](https://ammonite.io/#MagicImports) in ammonite ?

You mean something like `scala-cli repl -ic “import Hello.*”` or `scala-cli repl -bo Hello.sc` ?

Hi @lwronski so you mean using those commands for configuring scala-cli to import or open your preferred files in the current execution of repl or some other initial command in...

@lwronski Awesome. Now I got what it is that you actually want me to do. I am just curious, why are you still adding Hello.scala to the command, when you...

@lwronski I mean why not this: `scala-cli repl --ammonite --run-before "import Hello.*”` or `scala-cli repl --run-before "import Hello.*”`

@lwronski thanks. So making it work that way, requires making change to repl as well.

It seems like running jar files is not a requested feature! https://contributors.scala-lang.org/t/pre-sip-scala-cli-as-new-scala-command/5628/6 @romanowski