Summary

missing knil argument to `fold-rows'

Metadata

Description

`fold-rows*` forgets to pass the second argument to `fold-rows`. The compiler happily compiles this, which is bad (I'll check that out). Thanks to mario + salmonella for reporting this.

Changes and comments

[2010-11-12 15:28:29 UTC] felix wrote:

The compiler now terminates with an error when the argument list does not match the number of arguments at the call site ("experimental").

[2010-11-14 00:42:40 UTC] zbigniew wrote:

My question is, why did salmonella suddenly start detecting this on 11/12?

[2010-11-14 00:52:40 UTC] mario wrote:

I suppose it was because on 11/12 salmonella run the experimental code merged into master (see a62a93488b0090cca7173b8eb1630ef358b93cf3).

[2010-11-14 02:17:21 UTC] zbigniew changed status from new to closed

[2010-11-14 02:17:21 UTC] zbigniew set resolution to fixed

[2010-11-14 02:17:21 UTC] zbigniew wrote:

All right. Should be fixed in sql-de-lite 0.4.2, closing.