Damien Cassou wrote
why do you copy here and not in the previous example?
From the discussion in the issue comments (http://code.google.com/p/pharo/issues/detail?id=6243#c4) I did it without the copy first, but then as I've been using it in real code, I've found that I often build on top of a base url that I don't want modified. Also, FileReference does not change the original reference, so it's more consistent with the rest of our system. In fact, I'm so used to the FS flow that it took me a while to realize what was happening when my baseUrl was getting modified!
Damien Cassou wrote
I guess you should return #yourself, just to be sure in case #addPathSegment: changes
Not sure... I'll leave that up to Sven... -- View this message in context: http://forum.world.st/ZnUrl-Convenience-method-to-add-to-path-tp4637920p4637... Sent from the Pharo Smalltalk mailing list archive at Nabble.com.