Issue 4971 in pharo: adding author to compiledMethod and authors to class.

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

Issue 4971 in pharo: adding author to compiledMethod and authors to class.

pharo
Status: FixReviewNeeded
Owner: [hidden email]
Labels: Milestone-1.4

New issue 4971 by [hidden email]: adding author to compiledMethod  
and authors to class.
http://code.google.com/p/pharo/issues/detail?id=4971

so that we avoid to do subStrings in ......

Attachments:
        authorInComp.1.cs  5.5 KB


_______________________________________________
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 4971 in pharo: adding author to compiledMethod and authors to class.

pharo

Comment #1 on issue 4971 by [hidden email]: adding author to  
compiledMethod and authors to class.
http://code.google.com/p/pharo/issues/detail?id=4971

so what should I do?



_______________________________________________
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 4971 in pharo: adding author to compiledMethod and authors to class.

pharo

Comment #2 on issue 4971 by [hidden email]: adding author to  
compiledMethod and authors to class.
http://code.google.com/p/pharo/issues/detail?id=4971

Loaded it and seems ok ;)


_______________________________________________
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 4971 in pharo: adding author to compiledMethod and authors to class.

pharo
Updates:
        Status: Closed

Comment #3 on issue 4971 by [hidden email]: adding author to  
compiledMethod and authors to class.
http://code.google.com/p/pharo/issues/detail?id=4971

in 14220


_______________________________________________
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 4971 in pharo: adding author to compiledMethod and authors to class.

pharo
Updates:
        Status: Accepted

Comment #4 on issue 4971 by [hidden email]: adding author to  
compiledMethod and authors to class.
http://code.google.com/p/pharo/issues/detail?id=4971

This code for the method 'author' is better:
===
self timeStamp
        ifNotEmpty: [:s |
                |subS|
                subS := s subStrings first
                subS first isLetter ifTrue:[^subS]].
^''


_______________________________________________
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 4971 in pharo: adding author to compiledMethod and authors to class.

pharo
Updates:
        Status: FixToInclude

Comment #5 on issue 4971 by [hidden email]: adding author to  
compiledMethod and authors to class.
http://code.google.com/p/pharo/issues/detail?id=4971

(No comment was entered for this change.)


_______________________________________________
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 4971 in pharo: adding author to compiledMethod and authors to class.

pharo
Updates:
        Status: Integrated

Comment #6 on issue 4971 by [hidden email]: adding author to  
compiledMethod and authors to class.
http://code.google.com/p/pharo/issues/detail?id=4971

in 12446


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