Re: [elephant-devel] get-instances-by-value andget-instances-by-class

2010-03-06 Thread Lukas Gießmann
e. At the moment it looks like it causes no problems. Best regards Lukas From: esl...@media.mit.edu Date: Mon, 14 Dec 2009 07:53:23 -0800 To: elephant-devel@common-lisp.net Subject: Re: [elephant-devel] installing elephant 1.0 from repository Hi Lukas, I haven't seen that particular darcs

Re: [elephant-devel] get-instances-by-value andget-instances-by-class

2010-03-05 Thread Lukas Gießmann
Thanks for you answers, it seems that there is a problem with sbcl and linux 64-bit. I noticed that this problems does not appear on my 32-bit systems only on the 64-bit systems. If I start sbcl with --dynamic-space-size there is no effect by allocating more memory than specified - therefor I

Re: [elephant-devel] make-instance with :from-oid

2010-02-24 Thread Lukas Gießmann
fantastic, this was exactly what I was looking for. thanks lukas -- From: "Alex Mizrahi" Sent: Wednesday, February 24, 2010 4:38 PM To: Subject: Re: [elephant-devel] make-instance with :from-oid > LG> So when I use an oid that stores an object

[elephant-devel] make-instance with :from-oid

2010-02-24 Thread Lukas Gießmann
Hi list, I need to create some objects from their oid. But I noticed that there is always created an object of the given type even if there is no object stored with the passed oid or if there is stored another object (another class) with the passed oid. Here is a simple example of this problem:

Re: [elephant-devel] sb-mop:finalize-inheritance

2010-02-08 Thread Lukas Gießmann
s (so finalization isn't needed until the first instance creation > time or other operation over the classes). > > Ian > > > On Feb 7, 2010, at 1:14 PM, Lukas Gießmann wrote: > >> Hi, >> >>> LG> Is it necessary to call sb-mop:finalize-inheritance ex

Re: [elephant-devel] sb-mop:finalize-inheritance

2010-02-07 Thread Lukas Gießmann
Hi, > LG> Is it necessary to call sb-mop:finalize-inheritance explecitely? > > Elephant should call this function itself before trying to get > class-slots. I guess it calls it too late or too early... > > LG> Maybe the class-hierarchy can help a little bit: > > Do you load your source files in t

[elephant-devel] sb-mop:finalize-inheritance

2010-02-07 Thread Lukas Gießmann
Hello, I am using elephant with sbcl. I found a strange behavior in a more or less complex scenario but I am not sure if it is a bug or a fault caused by myself? So I am posting here in hope that someone has a similar experience: After starting our system via (asdf:operate 'asdf:load-op ...) and

[elephant-devel] remove-association patch on elephant 1.0.a2

2009-12-16 Thread Lukas Gießmann
Hello, since I made an update in our project that uses elephant (from version 0.3 to 1.0.a2) I noticed that the remove-association-patch that was created and sent to you by Marc some time ago was not applied yet. It fixes some problems with removing elephant-associations. I created the same pat

Re: [elephant-devel] installing elephant 1.0 from repository

2009-12-15 Thread Lukas Gießmann
lling elephant-1.0 without the --tag option and see if that fixes it. Best,Ian On Dec 14, 2009, at 6:49 AM, Lukas Gießmann wrote:Hi, I am wondering about my installation of elephant 1.0. I just tried to install elephant 1.0 directly from the darcs repository by the command "darcs gethttp://

[elephant-devel] installing elephant 1.0 from repository

2009-12-14 Thread Lukas Gießmann
Hi, I am wondering about my installation of elephant 1.0. I just tried to install elephant 1.0 directly from the darcs repository by the command "darcs get http://www.common-lisp.net/project/elephant/darcs/elephant-1.0"; and/or "darcs get --tag=ELEPHANT-1-0-A2 http://www.common-lisp.net/proj