Moosename

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

Moosename

Stephan Eggermont-3
FAMIXMethod mooseNameOn: aStream
has an interesting implementation.
Is there a special reason not to use
the signature when it is defined,
instead of the signatureFromSmalltalkSelector?

Diego & Stephan
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Moosename

Tudor Girba-2
This is horrible! Indeed, we should use the signature there, and the signatureFromSmalltalkSelector should disappear (because it should be set at import time).

Please open a bug entry.

Doru


On Tue, Jun 25, 2013 at 1:54 PM, Stephan Eggermont <[hidden email]> wrote:
FAMIXMethod mooseNameOn: aStream
has an interesting implementation.
Is there a special reason not to use
the signature when it is defined,
instead of the signatureFromSmalltalkSelector?

Diego & Stephan
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev



--

"Every thing has its own flow"

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Moosename

Stephan Eggermont-3
In reply to this post by Stephan Eggermont-3