Stef, I am convinced that not all accesses to ipv6 primitives are protected by #useOldNetwork. See the NetNameResolver thread from July 2009. Bill -----Original Message----- From: pharo-project-bounces@lists.gforge.inria.fr [mailto:pharo-project-bounces@lists.gforge.inria.fr] On Behalf Of Stéphane Ducasse Sent: Saturday, January 23, 2010 4:49 AM To: Pharo-project@lists.gforge.inria.fr Subject: Re: [Pharo-project] NetNameResolver strikes back 11177 => 1852 1853 :( thanks I still have the impression that all the access to netnameresolver are not using the old access... Stef On Jan 23, 2010, at 9:40 AM, Levente Uzonyi wrote:
Try this:
bag := Bag new. (MCHttpRepository location: 'http://www.squeaksource.com/Pharo' user: '' password: '') allFileNames do:[:fname| (fname endsWith: '.mcz') ifTrue:[ bag add: ((fname copyAfterLast: $-) copyUpTo: $.)]]. bag sortedCounts.
Levente
On Sat, 23 Jan 2010, Stéphane Ducasse wrote:
bag := Bag new. (MCHttpRepository location: 'http://www.squeaksource.org/pharo' user: '' password: '') allFileNames do:[:fname| (fname endsWith: '.mcz') ifTrue:[ bag add: ((fname copyAfterLast: $-) copyUpTo: $.)]]. bag sortedCounts.
-> NetNameResolver primitive failed.
Stef
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project