manuel.serr...@inria.fr skribis:

>  No I’m only concerned about ‘equal?’ for Scheme objects used on the
>> client side.
>>
>> Shouldn’t ‘sc_isEqual’ skip special properties like
>> ‘hop_bigloo_serialize_object’ does?  That is:
>>
>>    for( var p in item ) {
>>       if( p !== "hop_bigloo_serialize" &&
>>        p !== "hop_classname" &&
>>        p !== "hop_circle_forced" &&
>>        p !== "hop_serialize_context_key" &&
>>        p !== "hop_serialize_context_def" &&
>>        p !== "hop_classhash" ) {
>>       len++;
>>       args += hop_bigloo_serialize_context( item[ p ] );
>>       }
>>    }
>> Any update on that one?
> Yes. The problem is solved. I don't remember if the patch was already 
> there in the last push but it surely is now.

Works for me, thanks!

Ludo’.

Reply via email to