From 4ccc4bff6556940a1268d96ec60bb2f599f0fe6d Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sat, 11 Jul 2015 07:13:58 -0700 Subject: * share/txr/stdlib/place.tl (defplace dwim): Eliminate ogetter-sym variable for caching the sequence; use the getter for the sequence place to access it. Again, this is for placelet, where the caching is visible. Another way to fix this is to clobber the cache variable when updating the sequence place. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 710b3f54..0bfa7ee3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2015-07-11 Kaz Kylheku + + * share/txr/stdlib/place.tl (defplace dwim): Eliminate + ogetter-sym variable for caching the sequence; use the getter + for the sequence place to access it. Again, this is for placelet, + where the caching is visible. Another way to fix this is to + clobber the cache variable when updating the sequence place. + 2015-07-10 Kaz Kylheku * eval.c (eval_init): Register bindable as intrinsic. -- cgit v1.2.3