Matt Bovel
Matt Bovel
This issue was picked for the Scala Issue Spree of tomorrow, May 21st. @hamzaremmal, @AnotherMedo, @iusildra, @mbovel will be working on it. If you have any insight into the issue...
My use case is this example: https://scastie.scala-lang.org/ZmMbFnGHRnuO5c3ByKxT7A. I'd like to avoid the dirty hack to access a private method.
Note: same output when adding the `--no-fallback` option.
For the record I also tried to compile it through [Scala CLI's --native-image options](https://scala-cli.virtuslab.org/docs/commands/package#native-image), yielding the same result: ``` ➜ ~/dotty-fresh git:(main) scala-cli --power package -o dotty-native --native-image --main-class dotty.tools.dotc.Main...
By the way, not directly related to the issue, but there actually is a much nicer possible setup using Scala CLI and using Dotty as a dependency, which avoids fiddling...
We are one step further thanks to @sjrd! A problem was apparently due to Dotty trying to read Java standard library modules, which did not work in native image. We...
Note that there are also important readability and accessibility criteria to consider, such as having 9-12 words per line, which take precedence over aesthetic concerns. This is similar to the...
As there now is a work-in-progress pull request (https://github.com/lampepfl/dotty/pull/16918) fixing this issue, I remove the “Spree” label so that we don't work on it in parallel.
> I guess you mean https://github.com/lampepfl/dotty/pull/16918 Indeed! I fixed it in my original comment.
This issue was picked for the Scala Issue Spree of tomorrow, April 9th. @hamzaremmal, @Sporarum, @jan-pieter will be working on it. If you have any insight into the issue or...