jasongilman / proto-repl

A Clojure Development Environment package for the Atom editor
https://atom.io/packages/proto-repl
MIT License
565 stars 50 forks source link

Upgrading ink to version 0.11.0 breaks proto-repl #327

Open haraldpusch opened 4 years ago

haraldpusch commented 4 years ago

Probably the root cause of Issues #326 and #325

After upgrading I've got an error Uncaught TypeError: Cannot read property 'info' of undefined when trying to start proto-repl. Downgrading ink to v0.10.12 using apm (apm install ink@0.10.12) solves the issue.

mzuther commented 4 years ago

Same here.

mdzaebel commented 4 years ago

Note, anyone who installed Atom with proto-repl gets confused and must investigate quite a lot of time. There is no explanation on how to downgrade to a certain version and even if you finally succeed manually, the downgrade does not work (in my case). So I can't work with Atom & proto-repl.

danielpyon commented 3 years ago

Downgrading Ink at least makes the REPL work, but it doesn't autocomplete (Parinfer doesn't work either). For some reason autocomplete/Parinfer only work in the text-based REPL.