You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm noticing that there is considerable lag in the REPL when importing OhMyREPL.jl and ProgressLogging.jl on julia 1.9-rc1. The lag isn't in import, but the REPL hangs quite a bit after the second package is loaded (it doesn't matter which order).
Using:
ProgressLogging v0.1.4
OhMyREPL v0.5.20
The text was updated successfully, but these errors were encountered:
I see 136 invalidations in JuliaSyntax when loading ProgressLogging and 493 invalidations total, compared to 356 invalidations total when not loading OhMyREPL. I also experience this myself when loading JSON3. Unfortunately, timholy/SnoopCompile.jl#354 prevents me from finding the source.
The invalidations don't seem to happen from loading just JuliaSyntax, only in conjunction with OhMyREPL.
I'm noticing that there is considerable lag in the REPL when importing OhMyREPL.jl and ProgressLogging.jl on julia 1.9-rc1. The lag isn't in import, but the REPL hangs quite a bit after the second package is loaded (it doesn't matter which order).
Using:
The text was updated successfully, but these errors were encountered: