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

Johan Brichau johan at inceptive.be
Wed Jun 11 07:08:22 UTC 2014


Hi Paul,

I checked and those methods are present.
Can you check which package versions of Grease you have loaded?

I did not update the version declarations you refer to when publishing 3.1.1 (my bad). I updated them now but that will be for the next release...

Johan


On 11 Jun 2014, at 07:40, Paul DeBruicker <pdebruic at gmail.com> wrote:

> 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?
> 
> _______________________________________________
> seaside-dev mailing list
> seaside-dev at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev



More information about the seaside-dev mailing list