Status: New
Owner: ----
New issue 5595 by
[hidden email]: EllipseMorph>>cornerStyle: is missing
statement terminator
http://code.google.com/p/pharo/issues/detail?id=5595If you fill an issue for the first time, please read "How to report bugs"
at
http://www.pharo-project.org/community/issue-trackingPharo image: 1.4a
Pharo core version: 14426
Virtual machine used: 6.0-pre (21.0)
Class browser used if applicable: Browser
EllipseMorph>>cornerStyle: is missing a '.' on the second line of it's
implementation. It should be:
EllipseMorph>>cornerStyle: aSymbol
"Set the receiver's corner style. But, in this case, do *not*"
(extension isNil or: [self cornerStyle == aSymbol]) ifTrue: [^self].
extension cornerStyle: nil. "<--- this '.' is missing"
self changed
Found while cleaning up after cleanUpForProduction (unimplemented
message "self").
_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker