Stream: helpdesk (published)

Topic: ✔ OhMyREPL update downgrades Cthulhu.


view this post on Zulip John Wise (May 24 2023 at 21:00):

OhMyREPL update downgrades Cthulhu.

(@v1.9) pkg> st
Status `~/.julia/environments/v1.9/Project.toml`
  [f68482b8] Cthulhu v2.8.15
 [5fb14364] OhMyREPL v0.5.17
Info Packages marked with  have new versions available and may be upgradable.

(@v1.9) pkg> up
    Updating registry at `~/.julia/registries/General.toml`
    Updating `~/.julia/environments/v1.9/Project.toml`
 [f68482b8]  Cthulhu v2.8.15  v2.8.14
  [5fb14364]  OhMyREPL v0.5.17  v0.5.20

view this post on Zulip Gunnar Farnebäck (May 25 2023 at 10:07):

The latest versions of OhMyRepl and Cthulhu depend on incompatible versions of JuliaSyntax, so can't be installed at the same time. This was fixed in https://github.com/KristofferC/OhMyREPL.jl/pull/323 so at this point you either need to wait for a new release of OhMyREPL or install the master branch of OhMyREPL (pkg> add OhMyREPL#master). (Or just install them in different environments if you don't need to run both at the same time.)

view this post on Zulip John Wise (May 25 2023 at 12:50):

Ok, thanks the information. That helps.

view this post on Zulip Notification Bot (May 25 2023 at 12:51):

John Wise has marked this topic as resolved.


Last updated: Oct 02 2023 at 04:34 UTC