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]

Re: patches + Inconsistency with append!


Dirk Herrmann <dirk@ida.ing.tu-bs.de> writes:

> ---------------------
> guile> (define foo (cons 1 2))
> guile> (append! foo (list 3))
> (1 3)
> ---------------------
> 
> Is this inconsistency OK?

Nope.  This is a bug.

Thanks for your changes!  (which I'll let someone else apply)

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