[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-hackers] [PATCH] bugfix for C_i_foreign_unsigned_integer64_
From: |
Felix |
Subject: |
Re: [Chicken-hackers] [PATCH] bugfix for C_i_foreign_unsigned_integer64_argumentp |
Date: |
Mon, 24 Dec 2012 12:42:29 +0100 (CET) |
>> The attached patch fixes a bug in an argument type test routine for
>> foreign code invocations. This was reported by Kon Lovett and should
>> fix #955.
>
> Thanks, pushed (and added a regression test to compiler-tests.scm).
Very good.
>
> I also noticed that there were two identical definitions for
> ##sys#foreign-unsigned-integer64-argument and none for
> ##sys#foreign-unsigned-integer-argument, probably due to a copy/paste
> mistake. I've fixed this as well. Code using the unsigned-integer
> argument type still worked, probably because of the rewrite rule in
> c-platform.scm:988
Excellent. Thanks.
cheers,
felix