From fahree at gmail.com Fri Oct 2 22:44:37 2015 From: fahree at gmail.com (=?UTF-8?B?RmFyw6k=?=) Date: Fri, 2 Oct 2015 18:44:37 -0400 Subject: CFFI + asdf bundles In-Reply-To: References: Message-ID: > For cross-reference purposes, the pull request I'm talking about is at: > https://github.com/cffi/cffi/pull/73 > I've worked at it some more, as you can see in the pull request. I understand you're busy. If you have time, please tell me at least whether I'm on the right track, or if I'm wasting my time on something you're never going to merge. In the mean time, I've got a proof of concept of making static linking work not just on sbcl, but also on clisp (though sbcl requires a patch that isn't upstream yet, and the clisp support is not expected to be portable as is). ??? ? Fran?ois-Ren? ?VB Rideau ?Reflection&Cybernethics? http://fare.tunes.org The most urgent, is not that Government should teach, but that it should let teach. All monopolies are despicable, but the worst of them all, is the monopoly on education. ? F. Bastiat From fahree at gmail.com Wed Oct 7 05:35:00 2015 From: fahree at gmail.com (=?UTF-8?B?RmFyw6k=?=) Date: Wed, 7 Oct 2015 01:35:00 -0400 Subject: CFFI + asdf bundles In-Reply-To: References: Message-ID: Dear CFFI developers, do you think c-toolchain and static-link belong in CFFI, or in ASDF (or in a new system to be spawned)? If you believe they belong in ASDF, I could try to move them there ? but that means CFFI-grovel will have a dependency on a recent ASDF (or on that new system). >> https://github.com/cffi/cffi/pull/73 ??? ? Fran?ois-Ren? ?VB Rideau ?Reflection&Cybernethics? http://fare.tunes.org The ultimate result of shielding men from the effects of folly is to fill the world with fools. ? Herbert Spencer From luismbo at gmail.com Mon Oct 12 10:38:53 2015 From: luismbo at gmail.com (=?UTF-8?Q?Lu=C3=ADs_Oliveira?=) Date: Mon, 12 Oct 2015 11:38:53 +0100 Subject: CFFI + asdf bundles In-Reply-To: References: Message-ID: On Wed, Oct 7, 2015 at 6:35 AM, Far? wrote: > Dear CFFI developers, > > do you think c-toolchain and static-link belong in CFFI, or in ASDF > (or in a new system to be spawned)? > > If you believe they belong in ASDF, I could try to move them there ? > but that means CFFI-grovel will have a dependency on a recent ASDF (or > on that new system). cffi-grovel is a good home for this new functionality, as it nicely complements the groveller's functionality for building helper libraries. Perhaps a separate system (even if it's included in the CFFI repo) would make sense too since the two functionalities are orthogonal, AFAICT. I don't fully see the repercussions of extracting c-toolchain and static-link out off cffi-grovel. If it's easy and you think it's a good idea, then please go ahead. In any case, as I mentioned in the pull request, I think User Manual documentation and tests have higher priority at this point. Cheers, -- Lu?s Oliveira http://kerno.org/~luis/