Issue 5280 in pharo: MCClassDefinition>>source

classic Classic list List threaded Threaded
4 messages Options
pharo pharo
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Issue 5280 in pharo: MCClassDefinition>>source

Status: FixReviewNeeded
Owner: [hidden email]

New issue 5280 by [hidden email]: MCClassDefinition>>source
http://code.google.com/p/pharo/issues/detail?id=5280

ul et al proposed in squeak the following: that class comment gets taken  
into account as source of the class.

MCClassDefinition>>source
        ^ self definitionAndCommentString

MCClassDefinition>>definitionAndCommentString
        ^ String streamContents: [:stream |
                self printDefinitionOn: stream.
                stream cr; cr.
                self printClassSideDefinitionOn: stream.
                stream cr; cr.
                self printCommentOn: stream]


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

Re: Issue 5280 in pharo: MCClassDefinition>>source

Updates:
        Labels: Type-Bug Milestone-1.4

Comment #1 on issue 5280 by [hidden email]: MCClassDefinition>>source
http://code.google.com/p/pharo/issues/detail?id=5280

(No comment was entered for this change.)


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

Re: Issue 5280 in pharo: MCClassDefinition>>source

Updates:
        Status: Workneeded

Comment #2 on issue 5280 by [hidden email]: MCClassDefinition>>source
http://code.google.com/p/pharo/issues/detail?id=5280

next step: Slice or cs. Copy and paste is so much work that nobody will  
review this.


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

Re: Issue 5280 in pharo: MCClassDefinition>>source

Updates:
        Labels: -Milestone-1.4

Comment #3 on issue 5280 by [hidden email]: MCClassDefinition>>source
http://code.google.com/p/pharo/issues/detail?id=5280

Not a show stopper for releasing 1.4. (but *if* someone posts code, we are  
happy to consider it to 1.4.. but nobody needs to stay awake and fix it  
before we can release 1.4)


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