Eric K Richardson
Eric K Richardson
It looks like there are some Java 11 methods being used like `Path.of(String)` that are not implemented. Also, maybe it would be a good idea to add a new option...
It looks like there are some Java 11 methods being used like `Path.of(String)` that are not implemented. Also, maybe it would be a good idea to add a new option...
If you have time for an experiment and follow the way Scala.js does it would be a good idea.
Maybe the release notes could add some info if the site can be updated.
Does the helper get compiled? - you should be able to see the `.o` files. You can use `sbt -d` if you want to see the gory details. Just to...
That was @ekrich unless you were summoning Lee. Anyway, this looks like it is happening in the clang link correct? - I am wondering if using LTO thin would eliminate...
I tried things out - originally I thought I didn't have `icu4c` installed but I do. I don't know how to get debugging from the "built in" Scala Native tools....
Yes, I was too busy to respond but it would be pretty hard to have Scala Native know about the glue code and DCE for unused calls on the Scala...
I just wanted to enumerate the expectations. To me it is unclear whether this is an artificial situation and if it is not it seems that there is not a...
I think we would have to defer to @jchyb or @tgodzik to close this ticket and open another more specific one if needed - I requested that we try and...