Summary
missing knil argument to `fold-rows'
Metadata
- Id: 2242e9659531c4a1c39415f287cda4b26d826b8d
- Trac id: 429
- Type: defect
- Reporter: felix
- Owner: zbigniew
- Cc: mario
- Status: closed
- Component: extensions
- Estimated difficulty:
- Resolution: fixed
- Priority: major
- Milestone:
- Version: 4.6.x
- Changetime: 2010-11-14 02:17:21 UTC
- Created: 2010-11-12 14:47:23 UTC
- Keywords: sql-de-lite
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.