This is the mail archive of the guile@sources.redhat.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

bug in modules?


Here is the test module, with missing closing paren:

---------------
(define-module (test))

(define (some-buggy-proc a)
  a

---------------

$ guile
guile> (version)
"1.4"
guile> (use-modules (test))
ERROR: In procedure list:
ERROR: end of file in 
ABORT: (misc-error)
guile> (use-modules (test))
guile> 

I see two problems here:
  the error message is not complete, and
  the second time, there is no error message at all


-- 
Ivan Toshkov

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]