WebClient

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
22 messages Options
12
Reply | Threaded
Open this post in threaded view
|

Re: WebClient

Sven Van Caekenberghe

On 23 Aug 2010, at 19:59, Sven Van Caekenberghe wrote:

> I will try to do this tomorrow.

OK, I did a new port on the lastest versions:

http://www.squeaksource.com/ADayAtTheBeach/WebClient-Core-SvenVanCaekenberghe.70.mcz

==================== Summary ====================

Name: WebClient-Core-SvenVanCaekenberghe.70
Author: SvenVanCaekenberghe
Time: 24 August 2010, 10:59:05 am
UUID: 5fecc631-281f-4be9-938a-4e6e45fda64a
Ancestors: WebClient-Core-ar.69

New port to PharoCore 1.2 #12108:
- added #asString where necessary
- proper use of #pathForFile with FileUrl absoluteFromText:
- use OSPlatform where necessary
- don't use #and:and:and:and:
- replace #squeakToUtf8 with convertToWithConverter: UTF8TextConverter new

Together with:

http://www.squeaksource.com/ADayAtTheBeach/Network-Protocols-SvenVanCaekenberghe.56.mcz

==================== Summary ====================

Name: Network-Protocols-SvenVanCaekenberghe.56
Author: SvenVanCaekenberghe
Time: 24 August 2010, 10:50:48 am
UUID: 7acf743b-fd1a-41b7-ae78-242b66c54c96
Ancestors: Network-Protocols-StephaneDucasse.54

Switched to proper use of #pathForFile

The results are similar: 45 run, 41 passes, 0 expected failures, 2 failures, 2 errors, 0 unexpected passes

Regards,

Sven


_______________________________________________
Pharo-users mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-users
Reply | Threaded
Open this post in threaded view
|

Re: WebClient

Stéphane Ducasse
Ok I integrated that packages and the test packages.
I also copied the packages into PharoTreatedInbox to ease future merging.
I should probably copy the ones of WebClient there too for the same purpose.
I integrated also your network protocol changes.
BTW: I noticed that andreas a while ago (may be before starting to write webClient) refactored heavily HTTP* classes
so I do not know if we want to have a look at them because may be this is better to throw away them once we redirect
to webclient.

Now I'm also waiting eagerly for Ocean.

Stef

On Aug 24, 2010, at 11:03 AM, Sven Van Caekenberghe wrote:

>
> On 23 Aug 2010, at 19:59, Sven Van Caekenberghe wrote:
>
>> I will try to do this tomorrow.
>
> OK, I did a new port on the lastest versions:
>
> http://www.squeaksource.com/ADayAtTheBeach/WebClient-Core-SvenVanCaekenberghe.70.mcz
>
> ==================== Summary ====================
>
> Name: WebClient-Core-SvenVanCaekenberghe.70
> Author: SvenVanCaekenberghe
> Time: 24 August 2010, 10:59:05 am
> UUID: 5fecc631-281f-4be9-938a-4e6e45fda64a
> Ancestors: WebClient-Core-ar.69
>
> New port to PharoCore 1.2 #12108:
> - added #asString where necessary
> - proper use of #pathForFile with FileUrl absoluteFromText:
> - use OSPlatform where necessary
> - don't use #and:and:and:and:
> - replace #squeakToUtf8 with convertToWithConverter: UTF8TextConverter new
>
> Together with:
>
> http://www.squeaksource.com/ADayAtTheBeach/Network-Protocols-SvenVanCaekenberghe.56.mcz
>
> ==================== Summary ====================
>
> Name: Network-Protocols-SvenVanCaekenberghe.56
> Author: SvenVanCaekenberghe
> Time: 24 August 2010, 10:50:48 am
> UUID: 7acf743b-fd1a-41b7-ae78-242b66c54c96
> Ancestors: Network-Protocols-StephaneDucasse.54
>
> Switched to proper use of #pathForFile
>
> The results are similar: 45 run, 41 passes, 0 expected failures, 2 failures, 2 errors, 0 unexpected passes
>
> Regards,
>
> Sven
>
>
> _______________________________________________
> Pharo-users mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-users


_______________________________________________
Pharo-users mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-users
12