Re: [Pharo-project] Soup works in 2.0

2013-02-09 Thread Sven Van Caekenberghe
On 09 Feb 2013, at 05:26, Sean P. DeNigris s...@clipperadams.com wrote: Sven Van Caekenberghe-2 wrote I would consider Soup classfromUrl: urlObject urlObject asUrl retrieveContents. This looks good, but if the user has a ZnUrl, it DNU #asUrl... otherwise, it will work for strings

Re: [Pharo-project] Soup works in 2.0

2013-02-09 Thread Sean P. DeNigris
Sven Van Caekenberghe-2 wrote ...ZnUrl... DNU #asUrl Darn, yes that's right. Does it make any sense to add #asUrl to ZnUrl? Also, going forward, will we continue to have two Url classes in the image? It seems a bit confusing... Sean -- View this message in context:

Re: [Pharo-project] Soup works in 2.0

2013-02-09 Thread Marcus Denker
On Feb 9, 2013, at 4:02 PM, Sean P. DeNigris s...@clipperadams.com wrote: Sven Van Caekenberghe-2 wrote ...ZnUrl... DNU #asUrl Darn, yes that's right. Does it make any sense to add #asUrl to ZnUrl? Also, going forward, will we continue to have two Url classes in the image? It seems a

Re: [Pharo-project] Soup works in 2.0

2013-02-09 Thread Sven Van Caekenberghe
On 09 Feb 2013, at 16:50, Marcus Denker marcus.den...@inria.fr wrote: On Feb 9, 2013, at 4:02 PM, Sean P. DeNigris s...@clipperadams.com wrote: Sven Van Caekenberghe-2 wrote ...ZnUrl... DNU #asUrl Darn, yes that's right. Does it make any sense to add #asUrl to ZnUrl? Also, going

Re: [Pharo-project] Soup works in 2.0

2013-02-09 Thread Sean P. DeNigris
Sean P. DeNigris wrote Does it make any sense to add #asUrl to ZnUrl? Since Zinc may or may not be present, I made a new config which checks to see if ZnUrl is present, and if so, adds asUrl as an extension method, to make it polymorphic with string and url for the purpose of Soup classfromUrl:

Re: [Pharo-project] Soup works in 2.0

2013-02-08 Thread Sean P. DeNigris
Sven Van Caekenberghe-2 wrote I would consider Soup classfromUrl: 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. -- View this message in context:

Re: [Pharo-project] Soup works in 2.0

2013-02-05 Thread Sean P. DeNigris
Sean P. DeNigris wrote All tests pass. I updated the config and uploaded it to SqS and ss3... Soup classfromUrl: references HTTPClient, which doesn't exist in Pharo 2.0. What's the best way to fix this? Is HTTPClient gone for good? Is Soup expected to work outside of Pharo? You get the idea... I

[Pharo-project] Soup works in 2.0

2013-01-28 Thread Sean P. DeNigris
All tests pass. I updated the config and uploaded it to SqS and ss3... Cheers, Sean -- View this message in context: http://forum.world.st/Soup-works-in-2-0-tp4665907.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.

Re: [Pharo-project] Soup works in 2.0

2013-01-28 Thread Camillo Bruni
nice! On 2013-01-28, at 18:21, Sean P. DeNigris s...@clipperadams.com wrote: All tests pass. I updated the config and uploaded it to SqS and ss3... Cheers, Sean -- View this message in context: http://forum.world.st/Soup-works-in-2-0-tp4665907.html Sent from the Pharo Smalltalk

Re: [Pharo-project] Soup works in 2.0

2013-01-28 Thread Stéphane Ducasse
Cool. May be we should migrate to SmalltalkHub. If you do it put me as a contributor :) stef On Jan 28, 2013, at 2:21 PM, Sean P. DeNigris wrote: All tests pass. I updated the config and uploaded it to SqS and ss3... Cheers, Sean -- View this message in context:

[Pharo-project] Soup works in 2.0

2013-01-28 Thread Torsten Bergmann
Hi Sean,if the config has a stable defined for Pharo 2.0 then pleaseplace an updated copy also inss3.gemstone.com/ss/MetaRepoForPharo20This way it will be available in the Config browser and easyto load right from the image.ThxT.