-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
REPL Lag issues while using JuliaCon and OhMyREPL #37
Comments
Interesting... I see this also with a 2023 version of this package on 1.10.4. Might make sense to check other Julia versions as well. AFAICS, this isn't a JuliaCon.jl issue but a OhMyThreads.jl issue. Why? Because we don't do anything fancy here in this package and nothing related to typing/tab completion and else. |
OhMyREPL.jl yeah. But OhMyREPL on its own does not have this issue, so it seems to be some of the dependencies or this package itself which causes this lag (probably some recompilation of OhMyREPL?) |
It seems to be some of the dependencies. Try loading TimesZones or DataFrames. The other package do not cause this lag julia> using TimeZones
julia> dasdasdasdsadsadasdsadasdasdasdadscd |
I can confirm that the lag happens for TimeZones.jl and DataFrames.jl (re-confirming that this isn't a JuliaCon.jl issue). Looking at the shared dependencies between those two packages, InlineStrings.jl could be the culprit. Hence, the interaction between InlineStrings.jl and OhMyREPL.jl should be investigated. I'll close this issue and open one over at OhMyREPL.jl. |
Hi,
using JuliaCon and OhMyREPL together somehow triggers some lag.
Without OhMyREPL this does not happen. Julia 1.11 seems to be a bit faster.
bug.mp4
CCing @KristofferC because not sure which package causes it
Best,
Felix
The text was updated successfully, but these errors were encountered: