Feb. 9, 2013
10:04 a.m.
On 09 Feb 2013, at 05:26, "Sean P. DeNigris" <sean@clipperadams.com> wrote:
Sven Van Caekenberghe-2 wrote
I would consider
Soup class>>fromUrl: urlObject urlObject asUrl retrieveContents.
This looks good, but if the user has a ZnUrl, it DNU #asUrl... otherwise, it will work for strings and Url objects.
Darn, yes that's right. Then there is only one solution: the Soup project needs to make the right choice based on the platform. Either dynamically (testing for the presence of classes and doing #perform) or statically using different platform sub packages. Since it i only for 1 method, the former seems easier. Sven