bug#28295: better error messages: missing closing parenthesis

2017-10-10 Thread Ludovic Courtès
Ricardo Wurmus skribis: > A person who does not use paredit can easily create a source file that > does not have matching parentheses. Loading a broken file currently > produces an error like this: > > $ guile -e '(hello' > ERROR: In procedure read: > ERROR: In procedure scm_i_lreadparen: #:1:7:

bug#28295: better error messages: missing closing parenthesis

2017-08-30 Thread Ricardo Wurmus
A person who does not use paredit can easily create a source file that does not have matching parentheses. Loading a broken file currently produces an error like this: --8<---cut here---start->8--- $ guile -e '(hello' ERROR: In procedure read: ERROR: In procedu