I think it was not me. I have removed nothing from Network-Kernel. We should use NetNameResolver class>>initializeNetwork. The method throws a NetworkError if it can not initialize the network. I think the method was never present in the pharo image.
How can I trace back changes made to the NetNameResolver class, without selecting each monticello version of Network and browsing the code inside it? On Wed, Nov 12, 2008 at 10:32 AM, Damien Cassou <[EMAIL PROTECTED]> wrote: > Hi Dan, > > On Sat, Oct 25, 2008 at 8:36 PM, Dan Corneanu <[EMAIL PROTECTED]> wrote: >> I've played with the change sets from >> http://www.smalltalkconsulting.com/html/OTNotes4.html. >> I've made some changes to the tests, to fit the current Socket and >> NetNameResolver implementations. If it is of any help, I can put up a >> mcz so others can have a look to the code. > > John released a new changeset: > http://code.google.com/p/pharo/issues/detail?id=275. However, unit > tests does not run due to missing NetNameResolver > class>>initializeNetworkIfFail:. I think you removed that method. > Could you please check the changeset, make the necessary changes, > verify that all unit tests run and commit to PharoInbox? > > Also, please update the issue on google code according to what you do. > > Bye > > > -- > Damien Cassou > http://damiencassou.seasidehosting.st > > _______________________________________________ > Pharo-project mailing list > [email protected] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
