help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-smalltalk] [bug] Class import: message does nothing


From: Stephen Compall
Subject: [Help-smalltalk] [bug] Class import: message does nothing
Date: Sun, 14 Oct 2007 13:46:46 -0700

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.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]