Updates:
        Status: FixProposed
        Labels: Milestone-1.3

Comment #3 on issue 1507 by [email protected]: 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


Reply via email to