Opened 13 years ago

Closed 13 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 13 years ago by felix winkelmann

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

comment:2 Changed 13 years ago by Jim Ursetto

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

comment:3 Changed 13 years ago by Mario Domenech Goulart

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

comment:4 Changed 13 years ago by Jim Ursetto

Resolution: fixed
Status: newclosed

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

Note: See TracTickets for help on using tickets.