bug-guile
[Top][All Lists]
Advanced

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

bug#22447: (rnrs hashtables): Mutation of immutable hashtable ignored


From: "Taylan Ulrich Bayırlı/Kammer"
Subject: bug#22447: (rnrs hashtables): Mutation of immutable hashtable ignored
Date: Sat, 23 Jan 2016 22:19:49 +0100

I couldn't find explicit wording in R6RS on what should happen, but I
would generally expect an attempt to mutate an immutable object to
raise an error.  In Guile,

    (hashtable-set! (hashtable-copy (make-eq-hashtable)) 'foo 'bar)

is silently ignored.

Taylan





reply via email to

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