[Ecls-list] A few compiled results questions

2013-10-28 Thread Matthew Mondor
Hello again, I have two compiter-related questions. These are not bug reports and if they point at aspects where optimizations could be safely enhanced, it is low priority, as the generated code is not buggy. It's all for the better if I can learn more about how the compiler deals with these.

Re: [Ecls-list] Flaw in subtypep ? / catching stack-overflow ? / memory-limits experience ?

2013-10-28 Thread Matthew Mondor
On Mon, 28 Oct 2013 19:38:46 +0100 Eckhard Wiederhold wrote: > - (subtypep 'si:property-list 'condition) and (subtypep > 'si::proper-list 'condition) raise "Stack overflow." > serious-condition > Question: Is this some issue I need to report here: > http://sourceforge.net/p/ecls/b

Re: [Ecls-list] Flaw in subtypep ? / catching stack-overflow ? / memory-limits experience ?

2013-10-28 Thread Pascal J. Bourguignon
Eckhard Wiederhold writes: > Hello, > > I encountered some trouble using ecl that I don't know how to resolve > myself and I'd be very grateful to get some advice on what to do or > pointers to background-information that I was unable to find : > > 1. I just tried to get all conditions that ecl

[Ecls-list] Flaw in subtypep ? / catching stack-overflow ? / memory-limits experience ?

2013-10-28 Thread Eckhard Wiederhold
Hello, I encountered some trouble using ecl that I don't know how to resolve myself and I'd be very grateful to get some advice on what to do or pointers to background-information that I was unable to find : 1. I just tried to get all conditions that ecl is aware of by traversing all packages

Re: [Ecls-list] Project status and changes (please read)

2013-10-28 Thread Jon Boone
On 2013-10-26, at 16:50, juanjose.garciarip...@gmail.com wrote: > I am also able to build with Xcode 5.0.1 (5A2053) - again with the command > line tools installed. Note: I also have the homebrew versions of automake, > autoconf and libtool installed. > > This is because I uploaded some fix