bug#25384: Compiler mis-identifies source location of erroneous parenthesis pairs

2017-03-01 Thread Andy Wingo
On Sat 07 Jan 2017 16:51, Mike Gran writes: > In guile 2.0.13, both the compiler and the interpreter > fail to identify the source location of errors of the following > form. It instead reports the errors as occurring in boot-9.scm. > (unknown-func unknown-symbol () #t) > GUILD COMPILE ERROR > ;

bug#25384: Compiler mis-identifies source location of erroneous parenthesis pairs

2017-01-07 Thread Mike Gran
In guile 2.0.13, both the compiler and the interpreter fail to identify the source location of errors of the following form. It instead reports the errors as occurring in boot-9.scm. (unknown-func unknown-symbol () #t) GUILD COMPILE ERROR ;;; WARNING: compilation of /home/mike/projects/bug1.scm fa