summaryrefslogtreecommitdiff
path: root/history.txt
diff options
context:
space:
mode:
authorjmoenig <jens@moenig.org>2014-09-18 14:26:28 +0200
committerjmoenig <jens@moenig.org>2014-09-18 14:26:28 +0200
commit5695dd141b4d81260dbd449bfe29c348e0b9e548 (patch)
treed4609549ec2abf2cbbcb09ff39398587636f1a80 /history.txt
parent04168220bde4cdfa82e570dcb8d098653a4fcb7a (diff)
downloadsnap-byow-5695dd141b4d81260dbd449bfe29c348e0b9e548.tar.gz
snap-byow-5695dd141b4d81260dbd449bfe29c348e0b9e548.zip
fixed #174, eliminate UpvarReferences in evaluator
replace UpvarReferences with references to Variable objects, fixes upvar scope issues
Diffstat (limited to 'history.txt')
-rwxr-xr-xhistory.txt4
1 files changed, 4 insertions, 0 deletions
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