[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[sc-users] Quarks - ERROR: Message 'repondsTo' not understood.
hello,
i am trying to evaluate the quarks examples in the Quarks.help.rtf, i
can evaluate Quarks.checkoutAll, and all stuff downloads to the right
directory, but then when i evaluate Quarks.checkedOut (the second line
for evaluation in the help file), i get an error (see below). the
checkedOut method is in the class file as:
*checkedOut { ^this.global.checkedOut }
i'm on a fesh svn checkout today, can anyone supply any ideas how to
rectify this?
sincerely;
***********************************************
ERROR: Message 'repondsTo' not understood.
RECEIVER:
Float 1.0 3FF00000 00000000
ARGS:
Symbol 'asFloat'
CALL STACK:
DoesNotUnderstandError:reportError 05D59FB0
arg this = <instance of DoesNotUnderstandError>
Nil:handleError 05D5A1F0
arg this = nil
arg error = <instance of DoesNotUnderstandError>
Object:throw 05D5A190
arg this = <instance of DoesNotUnderstandError>
Object:doesNotUnderstand 05D5A010
arg this = 1.0
arg selector = 'repondsTo'
arg args = [*1]
Quark:getVersion 05D5A3D0
arg this = <instance of Quark>
arg obj = 1.0
< FunctionDef in Method Quark:getDependencies > 05D5A490
arg spec = <instance of Association>
< FunctionDef in Method Collection:collectAs > 05D5A610
arg elem = <instance of Association>
arg i = 0
ArrayedCollection:do 05D5A7F0
arg this = [*1]
arg function = <instance of Function>
var i = 0
Collection:collectAs 05879C00
arg this = [*1]
arg function = <instance of Function>
arg class = class Array
var res = [*0]
Quark:init 05D5AC10
arg this = <instance of Quark>
arg blob = <instance of Event>
< FunctionDef in Method Collection:collectAs > 05D82830
arg elem = "/Users/leonardstall/Librar..."
arg i = 6
ArrayedCollection:do 05D827D0
arg this = [*15]
arg function = <instance of Function>
var i = 6
Collection:collectAs 059BAFB0
arg this = [*15]
arg function = <instance of Function>
arg class = class Array
var res = [*6]
LocalQuarks:quarks 05D82710
arg this = <instance of LocalQuarks>
var paths = [*15]
var quarks = nil
Interpreter:interpretPrintCmdLine 05D822F0
arg this = <instance of Interpreter>
var res = nil
var func = <instance of Function>
Process:interpretPrintCmdLine 05D826B0
arg this = <instance of Main>