Re: [Ecls-list] [PATCH,BUG] Some fixes for ECL a bug

2010-07-14 Thread Juan Jose Garcia-Ripoll
On Wed, Jul 14, 2010 at 9:05 AM, Alexander Gavrilov angavri...@gmail.comwrote: 2. At least on my system, the debugger segfaults on any attempt to restart after the break takes place. This was a side effect of the problem with the interpreter. I have also fixed the macroexpansion. Juanjo

Re: [Ecls-list] [PATCH,BUG] Some fixes for ECL a bug

2010-07-13 Thread Juan Jose Garcia-Ripoll
On Tue, Jul 13, 2010 at 9:43 AM, Alexander Gavrilov angavri...@gmail.comwrote: On Mon, Jul 12, 2010 at 5:45 PM, Alexander Gavrilov angavri...@gmail.comwrote: (defmethod foo ((bar t)) (declaim (optimize (speed 1 I did not change anything since yesterday and this works for me.

Re: [Ecls-list] [PATCH,BUG] Some fixes for ECL a bug

2010-07-13 Thread Gabriel Dos Reis
On Tue, Jul 13, 2010 at 5:12 PM, Juan Jose Garcia-Ripoll juanjose.garciarip...@googlemail.com wrote: On Wed, Jul 14, 2010 at 12:04 AM, Gabriel Dos Reis g...@integrable-solutions.net wrote: well there is still the pending issue that ECL now leaves lots of tempory files ecl* or ECL* in the /tmp

Re: [Ecls-list] [PATCH,BUG] Some fixes for ECL a bug

2010-07-12 Thread Gabriel Dos Reis
On Mon, Jul 12, 2010 at 5:09 PM, Juan Jose Garcia-Ripoll juanjose.garciarip...@googlemail.com wrote: On Mon, Jul 12, 2010 at 5:45 PM, Alexander Gavrilov angavri...@gmail.com wrote: (defmethod foo ((bar t)) (declaim (optimize (speed 1 I did not change anything since yesterday and this