[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#25384: Compiler mis-identifies source location of erroneous parenthe
From: |
Andy Wingo |
Subject: |
bug#25384: Compiler mis-identifies source location of erroneous parenthesis pairs |
Date: |
Wed, 01 Mar 2017 16:30:33 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) |
On Sat 07 Jan 2017 16:51, Mike Gran <address@hidden> 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
> ;;; WARNING: compilation of /home/mike/projects/bug1.scm failed:
> ;;; ERROR: Syntax error:
> ;;; unknown location: unexpected syntax in form ()
> ice-9/boot-9.scm:703:29: In procedure map:
> ice-9/boot-9.scm:703:29: Syntax error:
> unknown location: unexpected syntax in form ()
>
> INTERPRETER ERROR
> ice-9/boot-9.scm:703:29: In procedure map:
> ice-9/boot-9.scm:703:29: Syntax error:
> unknown location: unexpected syntax in form ()
Yep. Tough one. Same behavior in 2.2.
Andy
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- bug#25384: Compiler mis-identifies source location of erroneous parenthesis pairs,
Andy Wingo <=