I understand your frustration. However, I’m not sure this is a process problem. Julia runs the test suites of the entire ecosystem of packages before every new release of the language to assess if the changes introduce any breakage (look at PkgEval.jl and Nanosoldier.jl to see how this is done). The unfortunate fact here is that PackageCompiler.jl’s test suite doesn’t test compilation in multithreaded julia processes, so this bug slipped through the cracks. The remedy is to add such tests to the PackageCompiler.jl test suite. I have a hard time seeing how a different process would have helped as long as the crucial test was missing. I agree that this breakage event was very unfortunate and I hope some qualified devs find the time to fix the bug and add the concomitant tests.
danielwe
40
Related topics
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| A graphical Julia installer for Windows | 48 | 2633 | August 4, 2025 | |
| Status of Julia on Windows | 13 | 1361 | April 23, 2024 | |
| How to create standalone applications for Windows with a [G]UI in Julia 1.11 or 1.12 | 48 | 3412 | May 1, 2025 | |
| [ANN] Juliaup Preview - Julia version manager and Windows Store installer | 94 | 12489 | March 13, 2022 | |
| Can juliac increase julia adoption? | 61 | 3955 | April 14, 2025 |