[Seaside-dev] Re: missing methods in GemStone Grease packages

Paul DeBruicker pdebruic at gmail.com
Wed Jun 11 05:40:33 UTC 2014


mmm  scratch that.  I had my versions wrong.  

 'GRPlatform current seasideVersion' reports its Seaside 3.1.0

‘GRPlatform current versionString’ reports 1.0.7 (Gemstone)


So maybe I should update rather than upload my fixes.  





On Jun 10, 2014, at 10:28 PM, Paul DeBruicker <paul at getcooperation.com> wrote:

> Hi - 
> 
> In Seaside 3.1.1, Glass 1.0b9.1 & Gemstone 3.1.0.6.  these methods are missing, and used by my stuff.
> 
> 
> GRGemStonePlatform>>#writeCharacterStreamOn:
> 	^ AnsiWriteStream on: aString
> 
> 
> GRCodecStream>>#reset
> 	stream reset
> 
> 
> #writeCharacterStreamOn: is sent in 
> 
> WABufferedResponse class>>new
> WAComboResponse class>>external:
> WAServerAdaptor>>responseFor:
> 
> 
> #reset is sent in WABufferedResponse>>#resetIfPossible and possibly other places.  
> 
> 
> 
> 
> These implementation seems to work for my needs.  Should I upload a version that has them?



More information about the seaside-dev mailing list