Carlos Eduardo

Results 201 comments of Carlos Eduardo

Reporting that I just tested using coursier 2.1.0-RC4 I was able to install scala-cli correctly on **Linux/aarch64**: ``` ❯ cs version 2.1.0-RC4 ❯ scala-cli version Scala CLI version: 0.1.20 Scala...

After a little more testing, the binary compiled for ARM (`export GOARCH=arm`) runs without errors but when I compile for ARM64, I get the errors.

Scala Steward have a file called `.scala-steward.conf` in the root, I think we it could be named something like `.sbt-dependency-ignores.conf` to be clear. Also it could use a similar structure...

My bad, I think I closed this by accident. Haven't touched this in a while. Reopening as it might be of interest of others.

This still errors on MacOS 14.5... Mac's own `mv` works normally. ``` ❯ touch AA ❯ mv AA aa gmv: 'AA' and 'aa' are the same file ❯ /bin/mv AA...

Thanks @kolvin for helping-out. If needed, reopen the issue @dw86uk .

After the hack into firtool to correctly initialize the memory outside the `ifndef`, the reset in the core does not behave as expected. Need to investigate further.

Bump! If @GavinRay97 is not able to submit a PR for this right now, I can do it based on his code. I think this is very useful since it's...

Latest push cleans-up some redundancy and fixes a couple of errors. Tests and functionality are pretty much aligned with Kotlin module.