Groups
Groups
Sign in
Groups
Groups
Programming Nu
Conversations
About
Send feedback
Help
NuUnknownMessage: unable to find message handler for (<< 0)
1 view
Skip to first unread message
Paul Barry
unread,
Apr 19, 2009, 9:12:06 PM
4/19/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Programming Nu
Just trying to follow along with notes/DEMO after a fresh install.
Seems to be installed correctly, the outcome of "nuke test" is:
All: completed 245 tests/890 assertions/0 failures/0 errors
But I'm running into this problem:
pbarry@pbarry-macbook:~/src/nu $ nush
Nu Shell.
% (set a (NSMutableArray))
NSMutableArray
% (class NSMutableArray
- (imethod (void) << (id) object is (self addObject:object)))
()
% (a << 0)
NuUnknownMessage: unable to find message handler for (<< 0)
% (class NSMutableArray
- (imethod (void) << (id) object is (self addObject:object)))
()
% (a << 0)
NuUnknownMessage: unable to find message handler for (<< 0)
% (set a (NSMutableArray))
NSMutableArray
% (a << 0)
NuUnknownMessage: unable to find message handler for (<< 0)
Tim Burks
unread,
Apr 19, 2009, 9:25:40 PM
4/19/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to program...@googlegroups.com
Hi Paul,
try
% (set a (NSMutableArray array))
or use the "array" operator for a shorthand form:
% (set a (array))
When you "(set a (NSMutableArray))", "a" is bound to the
NSMutableArray class.
Tim
Paul Barry
unread,
Apr 19, 2009, 10:01:36 PM
4/19/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Programming Nu
Oh, right. I missed that array in the first part. My fault, thanks
for the help!
Reply all
Reply to author
Forward
0 new messages