LeeTibbert
LeeTibbert
> In my attempts to contribute to this repository Which are welcome. I think they are and will improve all the areas you touched. Not ready to plead guilty yet...
On Linux I sometimes see problems with the pre-hook. I am usually so focused in trying to get the PR entered that I use the Windows universal solution of trying...
@kitbellew Now that you are encountering this `hang` often enough to back off `scalafmt-native` in SN `check-lint.sh`, I think I/we (SN) should raise the priority of this issue. Some questions...
@kitbellew Progress: 2025-10-20 14:00 UTC I can 100% reliably get a hang on my Linux system and am chasing it. I'll skip over a lot of debugging steps to get...
> I have not tried any of this on macOS. Perhaps that is a good starting place for my next session. Could not rest until I knew, now I wish...
@kitbellew This looks like it is a scalanative/scala problem that shows up in scalafmt,not directly a scalafmt issue. * I replicated the `check-lint.sh` problem on macOS, 100% zero cpu hangs....
Update: 2025-11-06 * With help, I built a local copy of scalafmt 3.10.1 on a macOS arm machine running macOS 16.current. This was to reduce the number of software entities...
He-Pin Thank you for the URL. I think the overall topic may be "SN javalib should consider changes introduced in JDK 25". Since JDK 25 is a Long Term Support...
rudo-thomas, Thank you for reporting this Issue and sorry that you & your co-workers are experiencing it. Can I assume that these cases work using the JVM? Am I correct...
re: val s = new String(Files.readAllBytes(Paths.get("/dev/null")), StandardCharsets.UTF_8) I've identified the code which needs to change. Now I need to create time to convert the reproducer above to a unit-test and...