bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #31234] [1.9.12] errors in macroexpand don't give line numbers of s


From: Andy Wingo
Subject: [bug #31234] [1.9.12] errors in macroexpand don't give line numbers of source
Date: Tue, 16 Nov 2010 01:57:56 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-us) AppleWebKit/531.2+ (KHTML, like Gecko) Safari/531.2+ Epiphany/2.30.2

Update of bug #31234 (project guile):

                  Status:                    None => Fixed                  
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #1:

I think I have fixed the most egregious nastiness here. Currently loading
your test file gives me:


$ meta/guile /tmp/foo.scm
;;; note: autocompilation is enabled, set GUILE_AUTO_COMPILE=0
;;;       or pass the --no-autocompile argument to disable.
;;; compiling /tmp/foo.scm
;;; WARNING: compilation of /tmp/foo.scm failed:
;;; key syntax-error, throw_args (#f "source expression failed to match any
pattern" ((line . 2) (column . 4) (filename . "/tmp/foo.scm")) (if val 0 1 2)
#f)
Syntax error:
/tmp/foo.scm:2:4: source expression failed to match any pattern in form (if
val 0 1 2)

So all that ;;; WARNING foo is pretty nasty still, but it's better than it
was... If something is missing, open another bug :)

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?31234>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]