bug-kawa
[Top][All Lists]
Advanced

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

[Bug-kawa] [bug #15579] append-map may destroy arguments.


From: Per Bothner
Subject: [Bug-kawa] [bug #15579] append-map may destroy arguments.
Date: Sat, 11 Feb 2006 01:56:16 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.8.0.1) Gecko/20060130 SeaMonkey/1.0

Follow-up Comment #1, bug #15579 (project kawa):

Well, it's not really a Kawa bug - the test program is not a well-defined
program.  It's just like:
  (define p '(3 4))
  (set-car! p 5)

Ideally, Kawa should throw an exception when you attempt to set-car! on a
"constant" pair.  That will probably happen in the not too distant future.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=15579>

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





reply via email to

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