Issue 4906 in pharo: 'lkjjlkjkj ' crLog

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

Issue 4906 in pharo: 'lkjjlkjkj ' crLog

pharo
Status: Accepted
Owner: [hidden email]
CC: [hidden email],  [hidden email]

New issue 4906 by [hidden email]: 'lkjjlkjkj ' crLog
http://code.google.com/p/pharo/issues/detail?id=4906

To avoid to harcode everywhere Transcript we introduced

self crLog:
self log:
self logCr:

Now it would be good to have the same on string

' blblblb ' log
' blblblb ' logCr
' blblblb ' crLog

This are useful in a workspace.

What do you think?


_______________________________________________
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 4906 in pharo: 'lkjjlkjkj ' crLog

pharo

Comment #1 on issue 4906 by [hidden email]: 'lkjjlkjkj ' crLog
http://code.google.com/p/pharo/issues/detail?id=4906

May be this is stupid to define it on String
because we could define in

Object>>crLog
       self crLog: self asString

Object>>logCr
       self logCr: self asString

Object>>log
       self log: self asString




_______________________________________________
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 4906 in pharo: 'lkjjlkjkj ' crLog

pharo
Updates:
        Status: Closed

Comment #2 on issue 4906 by [hidden email]: 'lkjjlkjkj ' crLog
http://code.google.com/p/pharo/issues/detail?id=4906

in 14216


_______________________________________________
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 4906 in pharo: 'lkjjlkjkj ' crLog

pharo

Comment #3 on issue 4906 by [hidden email]: 'lkjjlkjkj ' crLog
http://code.google.com/p/pharo/issues/detail?id=4906

in fact with printString this is better.


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