jasongilman / proto-repl

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

Error when evaluating a simple list using proto-repl #198

Open pradeepcheers opened 7 years ago

pradeepcheers commented 7 years ago

Evaluate a simple list '(1 2) on proto-repl is failing intermittently!

image

moxaj commented 7 years ago

Works for me. You are probably evaluating (1 2), without the apostrophe.

jasongilman commented 7 years ago

This is a limitation of Proto repls block finding code. It can find matching braces but doesn't find the code before those that can impact what they do like #{} for sets and '() for lists.

Sent from my phone

On Dec 11, 2016, at 10:37 AM, Viktor Magyari notifications@github.com wrote:

Works for me. You are probably evaluating (1 2), without the apostrophe.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.