Re: [cffi-devel] Fix CFFI-UFFI-compat on ECL

2010-02-01 Thread Michael Raskin
On 01/30/2010 01:25 PM, dherr...@tentpost.com wrote: >> package. I think the second is a better (although marginally more >> complex) behavior, because it increases portability and reduces number >> of people who notice implementation quirks of UFFI package. > > Why load cffi's uffi-compat if ECL

Re: [cffi-devel] Fix CFFI-UFFI-compat on ECL

2010-01-30 Thread Luís Oliveira
On Fri, Jan 29, 2010 at 9:12 AM, Michael Raskin wrote: >> Right. I don't think many projects are using uffi-compat explicitly though. > > As opposed to what? With ASDF-Install one has to state all dependencies > clearly... Well, a common use case is to take a library that supposedly depends on UF

Re: [cffi-devel] Fix CFFI-UFFI-compat on ECL

2010-01-30 Thread dherring
> I am trying to simplify ASDF-Install'ing Cells-GTK on different > platforms. When trying with ECL, I find the following problem: CFFI > defines uffi-compat package with "uffi" alias. Comment even expresses > doubt whether it is a good idea. ECL has its own UFFI. So CFFI should > either not

Re: [cffi-devel] Fix CFFI-UFFI-compat on ECL

2010-01-29 Thread Michael Raskin
On 01/29/2010 12:00 PM, Luís Oliveira wrote: > On Fri, Jan 29, 2010 at 8:47 AM, Michael Raskin wrote: >> Why special-case something in every program if there is a project that >> tracks how FFI is implemented across Common Lisp implementations? > Right. I don't think many projects are using uffi-c

Re: [cffi-devel] Fix CFFI-UFFI-compat on ECL

2010-01-29 Thread Michael Raskin
On 01/29/2010 11:29 AM, Luís Oliveira wrote: > On Fri, Jan 29, 2010 at 8:05 AM, Michael Raskin wrote: >> I am trying to simplify ASDF-Install'ing Cells-GTK on different >> platforms. When trying with ECL, I find the following problem: CFFI >> defines uffi-compat package with "uffi" alias. > Why us

Re: [cffi-devel] Fix CFFI-UFFI-compat on ECL

2010-01-29 Thread Luís Oliveira
On Fri, Jan 29, 2010 at 8:47 AM, Michael Raskin wrote: > Why special-case something in every program if there is a project that > tracks how FFI is implemented across Common Lisp implementations? Right. I don't think many projects are using uffi-compat explicitly though. > So maybe you could ta

Re: [cffi-devel] Fix CFFI-UFFI-compat on ECL

2010-01-29 Thread Luís Oliveira
On Fri, Jan 29, 2010 at 8:05 AM, Michael Raskin wrote: > I am trying to simplify ASDF-Install'ing Cells-GTK on different > platforms. When trying with ECL, I find the following problem: CFFI > defines uffi-compat package with "uffi" alias. Why use cffi-uffi-compat if ECL already provides its own

[cffi-devel] Fix CFFI-UFFI-compat on ECL

2010-01-29 Thread Michael Raskin
Hello. I am trying to simplify ASDF-Install'ing Cells-GTK on different platforms. When trying with ECL, I find the following problem: CFFI defines uffi-compat package with "uffi" alias. Comment even expresses doubt whether it is a good idea. ECL has its own UFFI. So CFFI should eit