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

Re: [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.

looks like a typo: should have been 'respondsTo'.

when you look up the source code of getVersion,
it uses respondsTo now, so it probably has been fixed;
try updating from svn again.

best, adc

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


--
--
Alberto de Campo
Bergstrasse 59/33
A-8020 Graz, Austria
e-mail : decampo@xxxxxx
--