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
>
[hidden email]
>
http://lists.squeakfoundation.org/mailman/listinfo/seaside-devWell 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
_______________________________________________
seaside-dev mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev