Eric K Richardson
Eric K Richardson
I think the current version could be used for Scala Native 0.4.x and then new versions could support 0.5.0. I wouldn't expect the need to update this library for 0.4.x....
Here is a good thread - https://lists.gnu.org/archive/html/bug-gnulib/2018-05/msg00079.html
Sorry. It should be 15.1.0. I need to change the title.
@LeeTibbert I guess this would be of interest - https://github.com/scala-js/scala-js/pull/5142
This is on the radar but it is a pretty big job - I expect that the next jump will support Unicode version 15 to align with Java 21.
Just as a note, List would probably benefit from using what you can from Collection on up using what you can (code and tests) from Scala.js. The Map hierarchy Was...
@LeeTibbert The links in the comments might be better taken from GitHub as then you could click them to see. FWIW. Discord is blocked at my work too. Can we...
You may be able to port that one from Scala Native - https://github.com/scala-native/scala-native/blob/main/javalib/src/main/scala/java/lang/Character.scala#L256
Update: I am using sbt/java/scala-cli via git bash on windows. When I try to use scala-cli it can't find my java. I am wondering if the path separators are causing...
When we port code from Scala.js to Scala Native, we typically put the following to give some context and a starting point. Not sure if Scala.js wants to use this...