Re: [Chicken-hackers] [PATCH] Fix file-creation-mode

2013-10-02 Thread Christian Kellermann
* Peter Bex peter@xs4all.nl [131001 22:29]: Hi all, Here's another strange little bug found by the assertion patch. I don't understand why (file-creation-mode) correctly returns the old value, because the parens are mismatched. This patch fixes that and ensures that #f is never passed

[Chicken-hackers] [PATCH] Fix file-creation-mode

2013-10-01 Thread Peter Bex
Hi all, Here's another strange little bug found by the assertion patch. I don't understand why (file-creation-mode) correctly returns the old value, because the parens are mismatched. This patch fixes that and ensures that #f is never passed to C_unfix, which is why the paranoid CHICKEN caused