[squeak-dev] CompiledMethod>>= broken?

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

[squeak-dev] CompiledMethod>>= broken?

Danie Roux-3
All,

An attempt to fix this is in the inbox.

While running the test suite for Magma I tripped over CompiledMethod>>=

It seems broken to me: MethodProperties>>analogousCodeTo: calls
Pragma>>analogousCodeTo: which does not exist.

(the Magma test now pass)

--
Danie Roux *shuffle* Adore Unix - http://danieroux.com

Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] CompiledMethod>>= broken?

Eliot Miranda-2

'From Croquet1.0beta of 11 April 2006 [latest update: #1] on 26 August 2009 at 4:00:36 pm'!

!Pragma methodsFor: 'comparing' stamp: 'eem 3/7/2009 11:54'!
analogousCodeTo: anObject 
^self class == anObject class
 and: [keyword == anObject keyword
 and: [arguments = anObject arguments]]! !

also attached...

On Wed, Aug 26, 2009 at 3:56 PM, Danie Roux <[hidden email]> wrote:
All,

An attempt to fix this is in the inbox.

While running the test suite for Magma I tripped over CompiledMethod>>=

It seems broken to me: MethodProperties>>analogousCodeTo: calls
Pragma>>analogousCodeTo: which does not exist.

(the Magma test now pass)

--
Danie Roux *shuffle* Adore Unix - http://danieroux.com





Pragma-analogousCodeTo.st (402 bytes) Download Attachment