It looks like there's a problem to compile iolib with the lastests
(10.7.1, y cvs co one hour ago) ecls. I assume that C1FORM is a
structure of the ECL compiler.
;;;
;;; Note:
;;; Invoking external command:
;;; gcc -o
"/home/pjb/.cache/common-lisp/ecl-10.7.1-linux-pentium3/home/pjb/firms/
On Sun, Jul 11, 2010 at 5:48 PM, Juan Jose Garcia-Ripoll
wrote:
>> (defmacro x (v) t)
>> (defmethod foo (arg) (x (((arg)
>
> This should be compiling just fine now.
I've noticed some new bugs:
CL-USER[1]> (defmethod foo ((bar t)) (declaim (optimize (speed 1
Break
Available resta
On Mon, Jul 12, 2010 at 5:45 PM, Alexander Gavrilov wrote:
> (defmethod foo ((bar t)) (declaim (optimize (speed 1
>
I did not change anything since yesterday and this works for me.
$ ecl
ECL (Embeddable Common-Lisp) 10.7.1
Copyright (C) 1984 Taiichi Yuasa and Masami Hagiya
Copyright (C) 1993
On Mon, Jul 12, 2010 at 2:12 PM, Pascal J. Bourguignon <
p...@informatimago.com> wrote:
> It looks like there's a problem to compile iolib with the lastests
> (10.7.1, y cvs co one hour ago) ecls. I assume that C1FORM is a
> structure of the ECL compiler.
>
I am trying to reproduce but I am afra
On Mon, Jul 12, 2010 at 5:09 PM, Juan Jose Garcia-Ripoll
wrote:
> On Mon, Jul 12, 2010 at 5:45 PM, Alexander Gavrilov
> wrote:
>>
>> (defmethod foo ((bar t)) (declaim (optimize (speed 1
>
> I did not change anything since yesterday and this works for me.
>
Maybe Alexander did not rebuild fro
Juan Jose Garcia-Ripoll writes:
> On Mon, Jul 12, 2010 at 2:12 PM, Pascal J. Bourguignon
> wrote:
>
> It looks like there's a problem to compile iolib with the lastests
> (10.7.1, y cvs co one hour ago) ecls. I assume that C1FORM is a
> structure of the ECL compiler.
>
> I am tryin