FogBugz (Case [Issue]12165) NativeBoost - #testObsoleteBehaviors failing after running native boost tests

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

FogBugz (Case [Issue]12165) NativeBoost - #testObsoleteBehaviors failing after running native boost tests

Pharo Issue Tracker
FogBugz Notification
avatar
Bug in Project:  NativeBoost: 1. Pharo Image  •  You are subscribed to this case
<code>
TClass >> #isAnonymous
^self name isNil
</code>
will never work properly on behaviors since
<code>Behavior >> #name
"Answer a String that is the name of the receiver."
^'a subclass of ', self superclass name.
</code>
Priority Priority: 5 – Fix If Time Status Status: Work Needed
Assigned To Assigned to: Igor Stasenko Milestone Milestone: Pharo3.0

Go to Case
No longer need updates? Unsubscribe from this case.

Don't want FogBugz notifications anymore? Update your preferences.

FogBugz

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