aboutsummaryrefslogtreecommitdiffhomepage
path: root/dssi.lua
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2016-09-27 08:12:51 +0200
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2016-09-27 08:12:51 +0200
commit9c2076f6b79476ef404e3de5ba1cd5c4affe2300 (patch)
tree83ac63eb380f6d199614c7e3fb0bed9f7355029b /dssi.lua
parentfc2ea203d1e920e718f930ae3f678f588f261051 (diff)
downloadapplause2-9c2076f6b79476ef404e3de5ba1cd5c4affe2300.tar.gz
fixed the minus, div, mod and pow operations for streams
* this has long been broken. ZipStream implicitly assumes an associative operation when "inlining" nested ZipStreams. Since the above mentions operations are not associative, the result was a faulty calculation. Example: s1 - (s2 - s3) was calculated like (s1 - s2) - s3. * For the time being, the inlining is avoided by using unique lambdas.
Diffstat (limited to 'dssi.lua')
0 files changed, 0 insertions, 0 deletions