Skip to content
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

Closed
roflmaostc opened this issue Jul 10, 2024 · 4 comments
Closed

REPL Lag issues while using JuliaCon and OhMyREPL #37

roflmaostc opened this issue Jul 10, 2024 · 4 comments
Labels

Comments

@roflmaostc
Copy link
Contributor

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

@carstenbauer
Copy link
Member

carstenbauer commented Jul 11, 2024

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.

@roflmaostc
Copy link
Contributor Author

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?)

@roflmaostc
Copy link
Contributor Author

roflmaostc commented Jul 11, 2024

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

@carstenbauer
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants