* Peter Bex <[email protected]> [120718 21:23]: > Hi all, > > Attached is a fix for #887. I also noticed that (max 'x) => x, > which means the #:enforcing in types.db is untrue, so I've also > added a check of the first value's type in the max/min procedures. > The other values (in "ns") are checked by the predicate. Actually, > the first value's type is checked twice now if the list is nonempty. > If that's a huge deal we could change this, but it would complicate > the code more and the differentiation will make the code more > complicated and probably slow it down just as much as the extra check.
Thank you Peter, I have pushed this patch. -- 9 out of 10 voices in my head say, that I am crazy, one is humming. _______________________________________________ Chicken-hackers mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/chicken-hackers
