From 5695dd141b4d81260dbd449bfe29c348e0b9e548 Mon Sep 17 00:00:00 2001 From: jmoenig Date: Thu, 18 Sep 2014 14:26:28 +0200 Subject: fixed #174, eliminate UpvarReferences in evaluator replace UpvarReferences with references to Variable objects, fixes upvar scope issues --- history.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'history.txt') diff --git a/history.txt b/history.txt index c7e965e..1f78239 100755 --- a/history.txt +++ b/history.txt @@ -2266,3 +2266,7 @@ ______ 140917 ------ * Threads, Objects, Store: Refactor variables handling, introducing Variable objects, all functionality stays the same + +140918 +------ +* Threads: fixed #174, replace UpvarReferences with references to Variable objects, fixes upvar scope issues -- cgit v1.3.1