[Pharo-project] Issue 1887: O2 copy class doesn't copy class side instance variables
10508 dev rc + O2. Try from the browser, or evaluate: foo := Object subclass: #Foo instanceVariableNames: '' classVariableNames: '' poolDictionaries: '' category: 'Whatever'. foo addInstVarName: 'bar'. foo class addInstVarName: 'classBar'. then O2CmdCopyClass new copyClass: Foo as: 'Foo2' result:- classBar is not defined in Foo2. Works fine in OB -- View this message in context: http://n4.nabble.com/Issue-1887-O2-copy-class-doesn-t-copy-class-side-instan... Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
From the browsers, it seems that Browser works, but OBSystemBrowserAdaptor doesn't copy the class side variable either.
...Stan -- View this message in context: http://n4.nabble.com/Issue-1887-O2-copy-class-doesn-t-copy-class-side-instan... Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
participants (1)
-
Stan Shepherd