Mariano, This is the same problem that occurred when the first code using ZnSignalProgress was integrated in Pharo 2.0, it failed the first time only. I just can't remember how we got past this, I guess by a manual intervention by one of the integrators. I could also be that Sean committed something. Anyway, Zinc is just using existing infrastructure here. Sven On 08 Aug 2012, at 14:45, Mariano Martinez Peck <marianopeck@gmail.com> wrote:
Guys...we are having a strange problem when exporting/importing Zinc. We have a problem when executing:
executeRequestResponse self logRequest. ZnSignalProgress enabled ......
The first time, #enable answers something wrong. The second time it is called, it seems to answer the correct value. ZnSignalProgress is a subclass of DynamicVariable.... so I guess there is a black magic around this. There is a hook in Fuel where I can substitute an object being serialized for something else. Should I substitute DynamicVariables with something when serialized? send #value before serialize it? nil something?
Thanks in advance,
-- Mariano http://marianopeck.wordpress.com