LeeTibbert
LeeTibbert
> Okay, I will try to setup a VM to see if I can manage to run everything smoothly at least once. I'll report here if I don't. Sounds like...
@kyouko-taiga Another bit of lore: If you are trying to get the Test environment to work, I would go no lower than Scala 2.12.18. In theory, Scala 2.12.13 and up...
re: `test-all` scala 2.12.18, JDK 8, LLVM 15.0.7 result: failure I think in a "publish" phase. Earlier "test-tools", "test-runtime", and "test-scripted" all suceeded. ``` Expected ';' [error] ++Used command needs...
PR #3498 attempts to take a slice off the top of this Issue. `test-all` calls `publish-local-dev`. One of the failures in this Issue was in the latter command. `test-all` now...
@kyouko-taiga It will be interesting to see what happens on your systems once PR #3498 gets merged. The `publish-local-dev` command inside `test-all` builds documentation. Do you have Sphinx set up...
I've done some more exploration of the `sbtScalanative/scripted` from the base note. I think the answer is a cleaned up version of something like: `sbtScalanative/scripted` command is not intended to...
I am working my way through the macOS configuration matrix. Sure are a **lot** of cells! I should have paid better attention in Combinatorics class. Using scala 2.12.18, brew LLVM...
@kyouko-taiga I am deep into debugging, sorry. I will answer your helpful 2023-09-22 post above after I surface @ekrich You may be interested in this. ### BEWARE The failure in...
A quick update. LLVM 17.0.1 and JVM 21 appear to be innocent on Scala 2.12.18 on macOS (and IIRC, Linux). With sufficient hackery to address an SBT bug and Scala...
@kyouko-taiga Whilst chasing sbt version settings, I came across `${projectRoot}/.github/workflows/build-docs.yml`. It uses python pip to install sphinx and recommon mark and gives versions. Not the most elegant intro and can...