Updates:
        Status: WontFix

Comment #5 on issue 3685 by [email protected]: #createUserSubclass:instVarNames:categoryName: no longer accepts an inst var array
http://code.google.com/p/pharo/issues/detail?id=3685

 Object subclass: self baseClassName
                instanceVariableNames: #(var var2)
                classVariableNames: ''
                poolDictionaries: ''
                category: 'Kernel-Tests-ClassBuilder'.

instanceVariableNames: #(var var2)

is not supported. It's a string... (yes, ugly)

We will change that when we move to Slots.




Reply via email to