Eric K Richardson

Results 394 comments of Eric K Richardson

Looking at the code makes me think we should fix the `ju.Hashtable` to not use Scala `mutable.HashMap` like they did in Scala.js. I don't think it is a good idea...

Just as an FYI, I don't think the `Map` side of Java collections got updated and synced where possible with Scala.js as the `Collection` side did. I did notice that...

Could we focus most of the matrix on Scala 3 and just do some basics on 2.12 and 2.13?

I wrote that command "alias" that runs sandbox for each GC. Maybe that could help?

Actually, I was going to report this to Apple as they were interested but scala-cli did not support lto at the time. It has been fixed so the standalone use...

Not to be a critic but I think individual issues could be linked to a central issue with checkboxes. I think this way we could have discussion about real and...

I was just suggesting you could make this a summary ticket and put check marks in the first comment and more as needed and check them off when complete. Then...

I think with the Apple LLVM toolchain, all of these are ignored. The only reason for the `llvm-config` is to add the path to LLVM stuff in case you want...

I was thinking to use SHA2 from here: https://github.com/kcrypt/scala-sha Because: https://csrc.nist.gov/Projects/Hash-Functions/NIST-Policy-on-Hash-Functions

We need a SHA routine for `tools` and I was planning to add one but if we need it for `javalib` I am not sure if it will need to...