This is the mail archive of the guile@sourceware.cygnus.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]

Nasty evaluator bug in 1.3.2


There's a nasty bug in the evaluator in 1.3.2:

(define foo (lambda args args))

(foo) --> ()

(map foo '(1)) --> (#@0+0)

I've fixed this in the CVS repository and we will make a 1.3.4 release
within days.  (We'll try to fix some of the reported bugs first.)

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