El vie, 07-08-2009 a las 01:51 -0500, Miguel Enrique Cobá Martinez escribió:
> 
> - It brokes the class WAVNCController. The method isServerRunning it is:
> 
> isServerRunning
>       ^self serverInstance notNil
> 
> but with this new version of RFB should be:
> 
> isServerRunning
>       ^self serverInstance isRunning.

How should I handle this bug. I can rewrite the WAVNCController to use
the new RFBServer code in Pharo, but in squeak they use the old code.
How can I test the platform and send the apropriate message to the
RFBServer in the Seaside app?
Where should I upload (if so) the new version for integration with the
main Seaside?

In more general terms, what is the Seaside position respect to this kind
of changes that are incompatible with squeak? I remember that sometime
ago Philippe said that he doesn't want to support two (or several)
versions for each platform?

Cheers,
Miguel Cobá


_______________________________________________
Pharo-project mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to