iainctduncan/scheme-for-max

BUG: key errors in dict functions should all return '()

Closed this issue · 1 comments

A bunch of code paths return an s7_error instead of the null list. Should be the null list for consistency and to make
easier to have code that does not need to do error catching.

Changed plan, now they return an S7 error so that error catching can be used.