Alexandre Archambault
Alexandre Archambault
My Windows user name is `Alexandre`, which is more than 8 characters long. Creating temporary directories gives me paths which are in ["8.3" format](https://docs.microsoft.com/en-us/windows/win32/fileio/naming-a-file#short-vs-long-names): ```text C:\Users\Alexandre>amm -c "println(os.temp())" Compiling C:\Users\Alexandre\(console)...
This PR makes the calls to `Iterable.collectionClassName` more "standard", that is not reflection-based. Reflection is an issue on GraalVM native-image, where all collection concrete classes would need to be added...
**Version(s)** `0.1.12` **Describe the bug** Using `scala-cli publish` or `scala-cli publish local` on a (Linux?) machine with a non-US locale makes jgit prints stack traces such as these: ```text $...
Per @prolativ 4) There was a misleading comment in the docs about whether to use `central` or `central-s01` as the repository but now I can't find the same guide page...
For now, `publish` (and `publish setup` in https://github.com/VirtusLab/scala-cli/pull/926), when using Bouncycastle-based Scala CLI-managed keys rather than `gpg`, rely on a "secret key" plus a password to sign artifacts, like how...
We could build Linux aarch64 binaries for Scala CLI using docker on the M1 CI. It should be faster than [using aarch64 emulation on GitHub actions runners](https://github.com/uraimo/run-on-arch-action), like coursier does...
We need to document what we have now, and find out / implement what's missing. What we have: - coursier mirrors - proxy authentication What we need: - run from...
Not sure if it's a Scala CLI bug, or more of a Scala Native bug. **Version(s)** `0.1.11` **Describe the bug** Having a `-` in the name of an `.sc` file,...