New Release: Flexible Julia 2026.9.43
New Features:
- Joovy (experimental): Precompiles your packages in the background while you edit - no more compile waits when you run
- Package Autocomplete:
using/importnow suggests all registry packages, not just installed ones
Fixes (2026.9.42):
- Language Server no longer restarts on benign stderr messages - tightened fatal error detection and added double-restart guard (#130)
- REPL setup card now updates when SDK is auto-detected at startup - was stuck showing “Julia SDK Not Configured”
A bugfix release with some Joovy improvements.
Joovy got smarter - it now precompiles your packages in the background while you’re editing. That way, by the time you hit run, compilation is already done. More details in the Joovy thread.
I also had to reupload the endless loop fix, as somebody else reported a similar issue (he also reported a license validation issue - if you run into this as well, a restart and perhaps reinstall should fix it. But please let me know as well - so I can take another look).
Lastly, I realized that typing "using " does not give you a package list yet, so I added that as well.

