[bug] Class import: message does nothing

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

[bug] Class import: message does nothing

S11001001
Issue status update for
http://smalltalk.gnu.org/node/104
Post a follow up:
http://smalltalk.gnu.org/project/comments/add/104

 Project:      GNU Smalltalk
 Version:      <none>
 Component:    Base classes
 Category:     bug reports
 Priority:     normal
 Assigned to:  Unassigned
 Reported by:  S11001001
 Updated by:   S11001001
 Status:       committed
 Attachment:   http://smalltalk.gnu.org/files/issues/promote-builtin-import.patch (806 bytes)

STCompiler, at least, uses the #import: message on classes to implement
that pragma.  Unfortunately the empty version in Builtins.st shadowed
the proper definition in ClassDesc.st:


Object: nil error: did not understand #at:ifAbsent:
...
STInST.STCompiler>>acceptMessageNode:


where nil is supposed to be VMSpecialMethods.  Fixed in
*smalltalk--backstage--2.2--patch-68* by promoting said empty version
to ClassDescription.




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

Re: [bug] Class import: message does nothing

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

 Project:      GNU Smalltalk
 Version:      <none>
 Component:    Base classes
 Category:     bug reports
 Priority:     normal
 Assigned to:  Unassigned
 Reported by:  S11001001
 Updated by:   bonzinip
-Status:       committed
+Status:       fixed

Thanks, committed as patch-606.




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