Re: [Pharo-project] Issue 1507 in pharo: is LocatedMethod needed?
Updates: Status: FixProposed Labels: Milestone-1.3 Comment #3 on issue 1507 by marcus.d...@gmail.com: is LocatedMethod needed? http://code.google.com/p/pharo/issues/detail?id=1507 As a first step, we can just replace it by MethodReference Fix attached. besides the changeset, this method needs to be changed in TTransformationCompatibility collectMethodsFor: aSelector into: methodDescription (self includesSelector: aSelector) ifTrue: [ methodDescription addLocatedMethod: ( MethodReference class: self selector: aSelector)] Attachments: LocatedMethodFix.4.cs 2.2 KB
Updates: Status: Fixed Comment #4 on issue 1507 by stephane...@gmail.com: is LocatedMethod needed? http://code.google.com/p/pharo/issues/detail?id=1507 (No comment was entered for this change.)
Updates: Status: FixProposed Comment #5 on issue 1507 by marcus.d...@gmail.com: is LocatedMethod needed? http://code.google.com/p/pharo/issues/detail?id=1507 (No comment was entered for this change.)
Updates: Status: Closed Comment #6 on issue 1507 by marcus.d...@gmail.com: is LocatedMethod needed? http://code.google.com/p/pharo/issues/detail?id=1507 in 13095
participants (1)
-
pharo@googlecode.com