Issue 6904 in pharo: Small nitpick in FS

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

Issue 6904 in pharo: Small nitpick in FS

pharo
Status: Accepted
Owner: [hidden email]
Labels: Type-Cleanup Milestone-2.0

New issue 6904 by [hidden email]: Small nitpick in FS
http://code.google.com/p/pharo/issues/detail?id=6904

Replace use of $/ , instead use 'self delimiter':

printPath: aPath on: out
        "Use the unix convention by default, since it's the most common."
       
        aPath isAbsolute ifTrue: [ out nextPut: self delimiter ].
        ^ aPath printOn: out delimiter: self delimiter

Attachments:
        delimiter.cs  383 bytes


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

Re: Issue 6904 in pharo: Small nitpick in FS

pharo
Updates:
        Status: Invalid

Comment #1 on issue 6904 by [hidden email]: Small nitpick in FS
http://code.google.com/p/pharo/issues/detail?id=6904

please make a slice.


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

Re: Issue 6904 in pharo: Small nitpick in FS

pharo

Comment #2 on issue 6904 by [hidden email]: Small nitpick in FS
http://code.google.com/p/pharo/issues/detail?id=6904

i can't: the image where i did that cs has a lot of dirty things, including  
that package.


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