Opened 14 years ago
Closed 14 years ago
#429 closed defect (fixed)
missing knil argument to `fold-rows'
Reported by: | felix winkelmann | Owned by: | Jim Ursetto |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | extensions | Version: | 4.6.x |
Keywords: | sql-de-lite | Cc: | Mario Domenech Goulart |
Estimated difficulty: |
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.
Change History (4)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
My question is, why did salmonella suddenly start detecting this on 11/12?
comment:3 Changed 14 years ago by
I suppose it was because on 11/12 salmonella run the experimental code merged into master (see a62a93488b0090cca7173b8eb1630ef358b93cf3).
comment:4 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
All right. Should be fixed in sql-de-lite 0.4.2, closing.
Note: See
TracTickets for help on using
tickets.
The compiler now terminates with an error when the argument list does not match the number of arguments at the call site ("experimental").