[Seaside-dev] Grease tests for subStrings

Max Leske maxleske at gmail.com
Thu May 25 11:10:58 UTC 2017


> On 25 May 2017, at 12:08, Johan Brichau <johan at inceptive.be> wrote:
> 
> Hi,
> 
> First step to release a new version of Seaside, is to release the development version of Grease.

Great! Let me know if I can help.

> Working on that, I notice:
> 
> With Pharo 6, the method #subStrings: was renamed to #substrings: 
> 
> However, there is a test in Grease-Tests-Core that verifies the behavior of #subStrings:
> 
> If I change that test to use #substrings:, it means Grease expects all dialects to implement a #substrings: method.
> 
> My idea is that:
> - either the dialect indeed implements that method
> - Grease-specific dialect packages implement it when necessary

Sounds right to me.

> 
> Philippe, I notice you already factored-out any sends of those methods in the dev version of Seaside.
> Does it make sense to keep the test in such a case?
> 
> Opinions?
> 
> Johan
> _______________________________________________
> 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