proto-repl icon indicating copy to clipboard operation
proto-repl copied to clipboard

Error when evaluating a simple list using proto-repl

Open pradeepcheers opened this issue 8 years ago • 2 comments
trafficstars

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

image

pradeepcheers avatar Dec 09 '16 11:12 pradeepcheers

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

moxaj avatar Dec 11 '16 18:12 moxaj

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 [email protected] 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.

jasongilman avatar Dec 11 '16 20:12 jasongilman