diff options
| author | jmoenig <jens@moenig.org> | 2014-09-18 14:26:28 +0200 |
|---|---|---|
| committer | jmoenig <jens@moenig.org> | 2014-09-18 14:26:28 +0200 |
| commit | 5695dd141b4d81260dbd449bfe29c348e0b9e548 (patch) | |
| tree | d4609549ec2abf2cbbcb09ff39398587636f1a80 /history.txt | |
| parent | 04168220bde4cdfa82e570dcb8d098653a4fcb7a (diff) | |
| download | snap-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-x | history.txt | 4 |
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 |
