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

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

Something weird has happend since the instance var order on Behavior was
changed.  I've tried to dig into this but haven't found anything useful
yet.

Example:


  st> Object subclass: Foo [ method [ ^ self ] ]
  st> Foo inspect
  An instance of Foo class
    superclass: Object
    subClasses: MethodDictionary (
          #method->Foo>>method
  )
    methodDictionary: 0
    instanceSpec: nil
    instanceVariables: ()
    name: #Foo
    comment: nil
    category: nil
    environment: Smalltalk
    classVariables: BindingDictionary (
  )
    sharedPools: ()
    securityPolicy: nil
    pragmaHandlers: nil
  Foo





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

Reply via email to