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

TerminalPager doesn't work with Julia 1.11 #38

Closed
matthias314 opened this issue Nov 10, 2024 · 6 comments
Closed

TerminalPager doesn't work with Julia 1.11 #38

matthias314 opened this issue Nov 10, 2024 · 6 comments

Comments

@matthias314
Copy link

matthias314 commented Nov 10, 2024

I cannot get the package to work with Julia 1.11:

~$ julia --startup-file=no
               _
   _       _ _(_)_     |  Documentation: https://docs.julialang.org
  (_)     | (_) (_)    |
   _ _   _| |_  __ _   |  Type "?" for help, "]?" for Pkg help.
  | | | | | | |/ _` |  |
  | | |_| | | | (_| |  |  Version 1.11.1 (2024-10-16)
 _/ |\__'_|_|_|\__'_|  |  Official https://julialang.org/ release
|__/                   |

julia> using TerminalPager
ERROR: InitError: MethodError: no method matching _init_pager_repl_mode(::REPL.LineEditREPL)
The function `_init_pager_repl_mode` exists, but no method is defined for this combination of argument types.

Closest candidates are:
  _init_pager_repl_mode(::REPL.AbstractREPL)
   @ TerminalPager /usr/local/julia-depot/packages/TerminalPager/beP7K/src/repl.jl:168

This error message is weird since

julia> using REPL; REPL.LineEditREPL <: REPL.AbstractREPL
true

With Julia 1.10.5 the package works fine.

@ronisbr
Copy link
Owner

ronisbr commented Nov 11, 2024

Hi @matthias314 !

Can you describe better your setup? It is working perfectly here.

Screenshot 2024-11-11 at 19 03 22

@matthias314
Copy link
Author

Yesterday I figured out that it is related to JuliaLang/julia#56216. I have set JULIA_DEPOT_PATH. Unsetting it makes the issue go away. So I believe this issue can be closed as it will probably be fixed in the next minor release of Julia 1.11. Anyway, thanks for responding!

@nicolamos
Copy link

Hi! I still get this issue. Is there any workaround at the moment?
I went to through the mentioned issue but I could not find any solutions right now.

@ronisbr
Copy link
Owner

ronisbr commented Feb 4, 2025

Hi @nicolamos

It is working perfectly here. Can you please try with a fresh environment?

@matthias314
Copy link
Author

The solution that works for me (and that is mentioned on some GitHub page for Julia) is to have JULIA_DEPOT_PATH end with :, as in

export JULIA_DEPOT_PATH=/usr/local/julia-depot:

@nicolamos
Copy link

Ok thanks! Defining the depot like you suggested seems to work. I tried that before but it did not work, maybe something was cached.

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

No branches or pull requests

3 participants