help-smalltalk
[Top][All Lists]
Advanced

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

[Help-smalltalk] [bug] Inspecting a class displays incorrect values.


From: Sam Phillips
Subject: [Help-smalltalk] [bug] Inspecting a class displays incorrect values.
Date: Mon, 07 Jul 2008 16:33:30 -0700

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







reply via email to

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