[Chicken-hackers] [PATCH] Add procedure argument checks for srfi-1's list= and lset procedures

2014-08-11 Thread Evan Hanson
Here's a very simple patch for #1085. As a side note, there are lots of other procedures in srfi-1.scm without argument type checks. Are the cases where they're not there intentional, or would it be worth looking into adding some, where sensible? Either way, I think these lset procedures should h

Re: [Chicken-hackers] [PATCH] Add procedure argument checks for srfi-1's list= and lset procedures

2014-10-05 Thread Peter Bex
On Mon, Aug 11, 2014 at 10:50:57PM -0700, Evan Hanson wrote: > Here's a very simple patch for #1085. > > As a side note, there are lots of other procedures in srfi-1.scm without > argument type checks. Are the cases where they're not there intentional, > or would it be worth looking into adding so