[Chicken-hackers] [PATCH] Fix numbers-string-conversion-tests compilation time

2012-03-08 Thread Peter Bex
Hi all, I was messing around with the numbers test some more and realised that using a macro which expands to many many forms is completely ridiculous and unneccessary for the test after all (the only thing the macro needs to do is catch the values and put them in a list). By putting the actual

[Chicken-hackers] [PATCH] Allow assert to accept an arbitrary expression as the message

2012-03-08 Thread Alaric Snell-Pym
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 ...which is evaluated at assertion failure time! I undid the check that the supplied MSG is a string at expansion time, and instead placed the string-append that combines it with the line number into the result of expansion. For safety, I added

[Chicken-hackers] delete-directory types.db entry

2012-03-08 Thread Evan Hanson
`delete-directory` is missing its optional argument in types.db. Evan ___ Chicken-hackers mailing list Chicken-hackers@nongnu.org https://lists.nongnu.org/mailman/listinfo/chicken-hackers