grol-io / grol

Go REPL Open Language
https://grol.io
Apache License 2.0
22 stars 2 forks source link

Also short circuit prefix when there is an error already/so we get a single error #187

Closed ldemailly closed 2 months ago

ldemailly commented 2 months ago

before:

$ grol -quiet -c '~~~1.1'
09:34:48.081 [ERR] Total 1 error:
<err: bitwise not of <err: bitwise not of <err: bitwise not of 1.1>>>

now

09:35:04.640 [ERR] Total 1 error:
<err: bitwise not of 1.1>