ragnar

Results 5 issues of ragnar

## Configuration (required) ## ``` version = 3.5.8 runner.dialect = scala3 ``` ## Steps Given code like this: ```scala #!/usr/bin/env scala @main def run() = println("hello world!") ``` ## Problem...

Hi, so there was this Scala 3 branch that seemed like it would work when just substituting some macro implementations. This is my experiment what that would entail. And maybe...

**Version(s)** 0.1.3 **Describe the bug** Parsing unclosed string literals in `//> using` comments crashes with a very unhelpful `Error: java.lang.NullPointerException` Can have a partial string or not, does not matter....

bug

## Compiler version 3.1.2, 3.2.0-RC1-bin-20220527-001bfc3-NIGHTLY ## Minimized code ```Scala class A: def f(x: Int = 1): Int = x @main def run() = (new A{}).f() ``` ## Output (click arrow...

itype:bug
itype:crash
area:default-parameters

A simple and straightforward way to package java applications is just as a folder of jars files. Given that all jars are in a folder `jars` the application can be...

enhancement
priority: low
package command
Community help wanted