Feb. 10, 2011
4:52 p.m.
Comment #4 on issue 3401 by cdric...@gmail.com: Comparison of Urls is not possible yet http://code.google.com/p/pharo/issues/detail?id=3401 I totally agree with previous comments. But then, #= in URI should be refactored too as it is also based on string conversion. URI>>= otherURI ^ self class = otherURI class and: [self asString = otherURI asString] Time to refactor URI/Url ? :)