[Seaside-dev] Grease-Pharo-Core-pmm.34 introduced methods from WAUrlEncoder into Grease

Dale Henrichs dhenrich at vmware.com
Wed Feb 9 23:17:58 UTC 2011


On 02/09/2011 02:49 PM, Dale Henrichs wrote:
> The following methods that belong to WAURlEncoder were incorrectly
> included in Grease-Pharo-Core
>
>     WAUrlEncoder>>basicnextPut:
>     WAUrlEncoder>>greaseNext:putAll:startingAt:
>     WAUrlEncoder>>isBinary
>
> I'll be able to fix this up, but I did wonder why the hudson seaside
> server didn't uncover the problem back in December.
>
> It looks like the hudson build script loads Grease and a bunch of core
> packages in one load, so dependency violations like the above don't show
> up.
>
> Might make sense to load (and test?) Grease independent of the core
> Seaside packages.
>
> Dale
> _______________________________________________
> seaside-dev mailing list
> seaside-dev at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev

Well the resolution is quite as obvious to me...Since original code was 
in Grease-Pharo-Core, I assume that the correct place to put the code is 
in Seaside-Pharo-Core, but I was just curious under what conditions a 
WAUrlEncoder might be used as a stream and if such a thing might be 
generally useful or not ...

Anyway, for now I'll move the code to Seaside-Pharo-Core and continue on...

Dale


More information about the seaside-dev mailing list