tballard
tballard
I'm using mill to build using ``` > mill reds.compile ``` In order to isolate the problem to zinc I modified the run task to call: ``` val r =...
POSTing compressed data fails. For a small file, examining the bytes actually received reveals them to be "31,139,8,0,0,0,0,0,0,0,-1". The 31,139 means gzip, the -1 is end of file, the rest...
Sorry, this is more a comment than an issue. I just didn't know the proper forum making a hopefully constructive criticism. When assigning, using val, var or def, one has...
Seeing improved shared code and mill-build meta support, I just switched to mill 0.11.4. Suddenly BSP instances in Intellij began to proliferate and I have to kill them continually. I...
I get this occasionally in 0.10.10. I've been getting this or something similar for a year or two and I think I reported it once. I have learned to kill...
``` s"Recompiling all sources: number of invalidated sources > ${recompileAllFraction * 100.00}% of all sources" ``` That line is from IncrementalCommon.scala. The "%" should be "%%" to prevent it from...
The "is not distinct from" feature (basically "=" that handles nulls, too) would be as easy to implement as "eq" or "gt" or something and much appreciated. I don't think...
A small thing, but I have a habit of calling a script on one box from the same script on another box (nfs mounted home, etc) and thus have to...
maven
1.1.0 is the most recent version in maven. Well, it was an issue to me;-)
### Describe the bug I was trying metals, again, since intellij was acting up. I got a problem pretty quickly. It sounds the same as #6033, only it's "javac", not...