Carlos Eduardo
Carlos Eduardo
BTW, I've hit this on a Linux/ARM64 host. I believe you have both x64/arm64 JVMs because you are on a M1 Mac right?
The issue is originally related to aarch64 (ARM64) on Linux and the linked PR added the binary for Darwin aarch64.
As I commented on #174, I can provide a scala-cli binary for Linux/aarch64 if needed.
Ping... I think this should be reopened.
@lefou, in my project, I'm getting the `No source root found for` error on `htmlReportAll`. As seen, `consoleReportAll` and `xmlReportAll` works fine! My project build is on: https://github.com/carlosedp/riscvassembler/blob/main/build.sc Log: ```...
Now it's passing :)
It's purely for convenience for setting up the output binary name. Currently it's hard-coded to "out".
I changed to: ```scala def nativeBinaryName: String = { this.toString } ``` So the output binary would be named as the object being generated (also could be set by the...
I don't want to bloat the API in any way. The motivation is to give flexibility to the user without bloating `build.sc` itself (I remember as a user looking at...
Awesome, I've noticed this first on mainargs.. It was published but didn't show up: https://repo1.maven.org/maven2/com/lihaoyi/mainargs_native0.4_3/0.3.0/ 