Re: [elephant-devel] changing association slots

2009-03-21 Thread Ian Eslick
Hi Marc, I'm not sure this ever got into the mainline. However i cannot seem to apply the darcs patch; would you mind regenerating? Thank you, Ian On Aug 13, 2008, at 2:06 AM, Marc wrote: > Hi! >> i forgot to attach the patch to the mail - so other users - if they >> have >> the same probl

Re: [elephant-devel] changing association slots

2008-08-12 Thread Marc
Hi! i forgot to attach the patch to the mail - so other users - if they have the same problem - will be able to compare the current source with our patch. here a slighly expanded version of the same patch that also allows remove-association to work for unbound slots. Best regards, Marc

Re: [elephant-devel] changing association slots

2008-07-29 Thread Ian Eslick
Thanks, I'll look at this when I get a chance. Ian On Jul 29, 2008, at 9:41 AM, LukasGiessmann wrote: i forgot to attach the patch to the mail - so other users - if they have the same problem - will be able to compare the current source with our patch. regards lukas hi, while we were

Re: [elephant-devel] changing association slots

2008-07-29 Thread LukasGiessmann
i forgot to attach the patch to the mail - so other users - if they have the same problem - will be able to compare the current source with our patch. regards lukas > hi, > > while we were working on the problem "associations between instances of > the same class" we also were trying to solve

Re: [elephant-devel] changing association slots

2008-07-28 Thread LukasGiessmann
hi, while we were working on the problem "associations between instances of the same class" we also were trying to solve the remove-association problem. we have a suggestion - it differs a little from the original way, but maybe it is helpful. so i sent a patch today. regards lukas > I was

Re: [elephant-devel] changing association slots

2008-07-10 Thread LukasGiessmann
sorry to bother you again, but which email account do you want me to send the mail. do you mean this one or a different one; because this is the only address i've got. do you want a short summary of the problem or do you want me to be more detailed? hope i don't annoy lukas > I was getting to

Re: [elephant-devel] changing association slots

2008-07-09 Thread Ian Eslick
I was getting too much spam so require authentication on the Trac now. The admins can be slow to grant accounts or enable Trac. If you send me a report directly on e-mail I'll add it for you. Ian On Jul 9, 2008, at 3:55 PM, LukasGiessmann wrote: Hi Ian, I know this is not the right spac

Re: [elephant-devel] changing association slots

2008-07-09 Thread LukasGiessmann
Hi Ian, I know this is not the right space to place this question butI don´t know were else I should do it. Tried to get an account for http://trac.common-lisp.net/elephant; I wrote a mail to [EMAIL PROTECTED] but haven´t got an answer yet. Is there another possibility to mark this bug? Best rega

Re: [elephant-devel] changing association slots

2008-07-04 Thread Ian Eslick
I haven't looked at that code in a bit, but I suspect that the right thing happens if you just remove the association definition from defclass and reevaluate the defclass form. Can you mark this as a bug in elephant so I can remember to look into it later? Thank you, Ian On Jul 4, 2008, a

[elephant-devel] changing association slots

2008-07-04 Thread LukasGiessmann
hello, since our last mail working with associations turned out to go quite well but one more problem came up: i tried to change the associations by removing it and replacing it by a new association. but the function "remove-association" only works partially. 1. in this one-to-one association the