>> 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 _______________________________________________ Chicken-hackers mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/chicken-hackers
