Fons van der Plas
Fons van der Plas
Yep! Similar to #3230, our local scope analysis does not handle the import statement properly
@PatrickHaecker Can you write a regular bug report? Clearly state: - what did you do? which steps should i follow? - what did you see? and what did you expect...
And thanks for finding which Julia+Pluto version caused it. Can you find out which of the two (julia or pluto update) is the culprit?
Thanks! It seems to be broken for all Julia + Pluto versions. I noticed that the crash happens only once you run a second cell that references `MyName`. Just running...
This needs more work, probably updating more packages will fix it.
@dependabot rebase
This is probably an issue with serialization... check out the other issues concerning serialization in Pluto
I wasted a lot of debugging time on https://github.com/JuliaLang/julia/issues/58229 which was causing stuck pidlocks and other stuff. Maybe wait for this issue to be fixed before we continue...
This is now happening consistently in Julia 1.11 as well 🎃
To try: - Get a consistent setup with a mini package (that I can test in CI) - Try a delay after precomp EDIT: no fix - DEBUG loading to...