[Bese-devel] Re: say a warm welcome to ucw+, event-based ucw implementing ajax.

Lou Vanek vanek at acd.net
Wed Jul 12 19:20:37 UTC 2006


Evrim,

darcs tells me there is nothing new to pull, and when i look at the ajax-component
file it still has the method that is causing the described problem.
i'm pulling from
  http://common-lisp.net/project/core-services/repos/ucw+/src/rerl/ajax-component.lisp
maybe there's another repo?

The method using slot-boundp _works_ for my setup.
The method using slot-boundp-using-class doesn't.
OK to just stick with the old method then (that uses slot-boundp)?

Lou


Evrim ULU wrote:

> Lou Vanek wrote:
> 
> 
>>Evrim,
>>
>>After a darcs pull on today's ucw+ test1 breaks with this error (clisp
>>2.38):
>>  SLOT-VALUE: The slot TRACED-SLOTS of #1=#<UCW+-TEST::TEST1
>>#x1ECD264D> has no value
>>
>>I'm pretty sure it's dieing on,
> 
> 
> Hi Lou,
> 
> I was so busy with some samba/ldap installation, so sorry about late reply.
> 
> This patch aims to get rid of all refresh-components stuff and tried to
> support more smooth programming. Now we don't need to call
> refreh-component every time but just setf a slot of a component. It'll
> catch the dirty component and refresh it accordinly. I've also removed
> refresh-component's from the tests.
> 
> The problem is my being lazy that one is not allowed to use slot-boundp
> inside slot-value-using-class. I've replaced it with
> slot-valus-using-class and error is gone. Please pull the latest and try
> it again. I'm sure this is not a clisp specific problem.
> 
> Evrim.




More information about the bese-devel mailing list