Eric K Richardson
Eric K Richardson
I ran into the same problems in my branch - I can push it so you can compare if you like.
I pushed my branch - sure you already have what i have so far. https://github.com/scala-native/scala-native/pull/3035 Let me know if I can help out.
My guess is that it is located in POSIX because of this - https://man7.org/linux/man-pages/man2/ioctl_tty.2.html You can also find it as a BSD API which makes since because it would have...
If you could submit that to Apple, that would be helpful. When I was trying, `scala-cli` did not support release modes (I requested the feature) so I could just tell...
Gosh, I tried this with `0.4.14` and it works with `brew` or Apple tools. Must be a `0.5.0` issue. ``` % scala-cli run main.scala Downloading Scala Native CLI Compiling project...
Yes, it seems that this code needs to be unified and simplified somehow.
@ncordon Is this complete now? - it seems the title does not match the content within. Maybe rename and close if complete.
What happens if you don't use the experimental thin `sbt` client?
I think this is a sbt `1.4.3` problem. They just upgraded - no problems before. ``` [error] stack trace is suppressed; run last compat211Native / Test / nativeLink for the...
What version of JVM is Scala.js tracking? I created a project here but I like your script approach. https://github.com/ekrich/scala-unicode Initially I was thinking that we could put all the scripts...