[Seaside-dev] #text and #binary removed from GRCodecStream

Philippe Marschall philippe.marschall at gmail.com
Sun Apr 11 16:31:21 UTC 2010


Hi

As per Issue 561 [1] I removed #text and #binary from GRCodecStream.
#binary was only used by the Pharo specific WAListenerAdaptor. The
relevant code has been updated to no longer rely on this. If you
already implement #text and #binary there's nothing you need to do
since #text is the default and #binary is never sent. You are however
free to remove them.

 [1] http://code.google.com/p/seaside/issues/detail?id=561

Cheers
Philippe


More information about the seaside-dev mailing list