Issue 5743 in pharo: Cannot load editions of class side methods

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

Issue 5743 in pharo: Cannot load editions of class side methods

pharo
Status: New
Owner: ----
Labels: Milestone-2.0 Type-Bug

New issue 5743 by [hidden email]: Cannot load editions of class side  
methods
http://code.google.com/p/pharo/issues/detail?id=5743

It's not possible to load editions of a class side method with Nautilus.

ChangeRecord>>methodClass assumes that the instVar class comes with a  
Symbol.

Change Record created with Nautilus
file:
MultiByteFileStream: 'C:\Data\v021410\TI\Pharo-2.0\Pharo2.0.1.changes'
position: 299095
type: #method
class: 'BalloonMorph class'
category: #private
meta: true
stamp: 'BenjaminVanRyseghem 1/20/2011 12:41'

Change Record created with 1.4 System Browser
file:
MultiByteFileStream: 'C:\Data\v021410\TI\Pharo1.4-Cog\Pharo-1.4.3.changes'
position: 38831187
type: #method
class: #BalloonMorph
category: #'instance creation'
meta: true
stamp: 'FranciscoGarau 4/29/2012 17:55'

Attachments:
        Cursor-showWhile.st  382 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 5743 in pharo: Cannot load editions of class side methods

pharo

Comment #1 on issue 5743 by [hidden email]: Cannot load editions of class  
side methods
http://code.google.com/p/pharo/issues/detail?id=5743

The attached changeset fixes the issue.



Attachments:
        VersionsBrowserFix.1.cs  738 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 5743 in pharo: Cannot load editions of class side methods

pharo
Updates:
        Status: FixReviewNeeded
        Cc: [hidden email]

Comment #2 on issue 5743 by marianopeck: Cannot load editions of class side  
methods
http://code.google.com/p/pharo/issues/detail?id=5743

(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 5743 in pharo: Cannot load editions of class side methods

pharo
Updates:
        Status: FixToInclude

Comment #3 on issue 5743 by [hidden email]: Cannot load editions  
of class side methods
http://code.google.com/p/pharo/issues/detail?id=5743

True. To reproduce it, try to see the versions of a class side method  
(which has various versions).  You will see only current version.

I prefer to use #theNonMetaclass idiom :).

Attachments:
        issue 5743.1.cs  695 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 5743 in pharo: Cannot load editions of class side methods

pharo
Updates:
        Status: Integrated

Comment #4 on issue 5743 by [hidden email]: Cannot load editions of  
class side methods
http://code.google.com/p/pharo/issues/detail?id=5743

in 2.0 037


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