[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-hackers] [PATCH] Decouple "bind" from chicken core
From: |
felix . winkelmann |
Subject: |
Re: [Chicken-hackers] [PATCH] Decouple "bind" from chicken core |
Date: |
Thu, 02 Nov 2017 11:05:25 +0100 |
> Hi all,
>
> Attached are two patches, one to the chicken-5-eggs repo and one to the
> chicken-core repo to get rid of some declarations that (imho) don't
> really belong in chicken.h, because they're solely for the benefit of
> the "bind" (and formerly easyffi) egg.
>
> I don't really know that much about bind, so I'd appreciate if someone
> who knows more about it (that's probably only Felix?) could review
> these patches. I've brought up this issue with Felix before, and he
> agreed that it's probably cleaner to move the declarations from
> chicken.h, so it's mostly the implementation that I'm worried about,
> it feels a bit like a hack.
>
Yes, very good. I had to remove a remaining use to ___scheme_value
in tests/test-finalizers-2.scm. I also applied the "bind" patch.
felix