[bug] When loading a class, " class" is still tacked at the end of it

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

[bug] When loading a class, " class" is still tacked at the end of it

Paolo Bonzini-3
Issue status update for
http://smalltalk.gnu.org/node/397
Post a follow up:
http://smalltalk.gnu.org/project/comments/add/397

 Project:      GNU Smalltalk
 Version:      <none>
 Component:    VisualGST
 Category:     bug reports
 Priority:     minor
 Assigned to:  Unassigned
 Reported by:  bonzinip
 Updated by:   bonzinip
 Status:       active

1. Print-it:

PackageLoader fileInPackage: 'SUnit'.

2. Choose TestCase from the class list

3. Print-it:

(PackageLoader packageAt: 'SUnit') test fileIn

4. Expand TestCase and see the result




_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: [bug] When loading a class, " class" is still tacked at the end of it

Paolo Bonzini-3
Issue status update for
http://smalltalk.gnu.org/project/issue/397
Post a follow up:
http://smalltalk.gnu.org/project/comments/add/397

 Project:      GNU Smalltalk
 Version:      <none>
 Component:    VisualGST
 Category:     bug reports
-Priority:     minor
+Priority:     normal
 Assigned to:  Unassigned
 Reported by:  bonzinip
 Updated by:   bonzinip
 Status:       active

Furthermore, opening the SUnit browser and clicking the Smalltalk
namespace gives an "instanceClass not understood" exception.




_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: [bug] When loading a class, " class" is still tacked at the end of it

Paolo Bonzini-3
In reply to this post by Paolo Bonzini-3
Issue status update for
http://smalltalk.gnu.org/project/issue/397
Post a follow up:
http://smalltalk.gnu.org/project/comments/add/397

 Project:      GNU Smalltalk
 Version:      <none>
 Component:    VisualGST
 Category:     bug reports
 Priority:     normal
 Assigned to:  Unassigned
 Reported by:  bonzinip
 Updated by:   bonzinip
 Status:       active

Using #instanceClass is almost always wrong, just use #asClass or
#asMetaclass.




_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: [bug] When loading a class, " class" is still tacked at the end of it

MrGwen
In reply to this post by Paolo Bonzini-3
Issue status update for
http://smalltalk.gnu.org/project/issue/397
Post a follow up:
http://smalltalk.gnu.org/project/comments/add/397

 Project:      GNU Smalltalk
 Version:      <none>
 Component:    VisualGST
 Category:     bug reports
 Priority:     normal
-Assigned to:  Unassigned
+Assigned to:  MrGwen
 Reported by:  bonzinip
 Updated by:   MrGwen
-Status:       active
+Status:       committed

fixed in the revision 217 but please do not integrate it now.




_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: [bug] When loading a class, " class" is still tacked at the end of it

Paolo Bonzini-3
In reply to this post by Paolo Bonzini-3
Issue status update for
http://smalltalk.gnu.org/project/issue/397
Post a follow up:
http://smalltalk.gnu.org/project/comments/add/397

 Project:      GNU Smalltalk
 Version:      <none>
 Component:    VisualGST
 Category:     bug reports
 Priority:     normal
 Assigned to:  MrGwen
 Reported by:  bonzinip
 Updated by:   bonzinip
 Status:       committed

integrated now.  Please move the various occurrences of /each, ' '/ to
GtkClassModel>>#buildClassArray:




_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk