MasonProtter / ReplMaker.jl

Simple API for building repl modes in Julia
Other
134 stars 14 forks source link

Can't get REPL modes on startup to work? #38

Open anandijain opened 1 year ago

anandijain commented 1 year ago

I haven't tried on older julias, but at least 1.9 I can't get it to work. I had someone else test it on a different OS and confirmed.

Is this related to a Base issue?

Thanks

GHTaarn commented 9 months ago

I think I remember that there is a bug in ReplMakers README.md

My package https://github.com/GHTaarn/History.jl uses ReplMaker and the README has a section on startup, hopefully you can use that as an example of how to get it to work.