diff options
| author | jmoenig <jens@moenig.org> | 2014-11-26 16:26:53 +0100 |
|---|---|---|
| committer | jmoenig <jens@moenig.org> | 2014-11-26 16:26:53 +0100 |
| commit | 320bfd0c990ea60e1dcf6bfdbe7538b203283709 (patch) | |
| tree | 11136b30c37d7e4bec940b422ed019d6a39edb0d /history.txt | |
| parent | 723c232f3d6655bb592b98333a2397d3cc2689c1 (diff) | |
| download | snap-yow-320bfd0c990ea60e1dcf6bfdbe7538b203283709.tar.gz snap-yow-320bfd0c990ea60e1dcf6bfdbe7538b203283709.zip | |
Fixed #656
make sure to always evaluate the “report” block’s input, even if used
inside a custom command definition, because hardware extensions (and
other reporters with side-effects) rely on it.
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 7d876c8..39a801d 100755 --- a/history.txt +++ b/history.txt @@ -2358,3 +2358,7 @@ ______ ------- * Threads: Evaluator optimizations (reducing the stack size for reporters) * Threads: Full TCO (tail-call-elimination), now Snap! *is* Scheme :-) + +1411225 +------- +* Threads: Fixed #656 |
