I typed in your code to nush and it ran without beachballing or crashing.
Unfortunately I couldn't trick nush into disclosing which version of
Nu I have, it was installed some while ago on an MBP with MacOSX
10.5.2
M.
--
Matt Mower :: http://matt.blogs.it/
Thanks... I was testing with 0.2.1 (2007-11-12).
M
Tim
> --~--~---------~--~----~------------~-------~--~----~
> You received this message because you are subscribed to the Google
> Groups "Programming Nu" group.
> To post to this group, send email to program...@googlegroups.com
> To unsubscribe from this group, send email to programming-n...@googlegroups.com
> For more options, visit this group at http://groups.google.com/group/programmin
(class NSObject (- (id) log is (NSLog "logging #{(self description)}")))
((array 1 2 3) performSelector:"log")
I guess we're just (un-)lucky that it doesn't crash on x86.
So far, this appears to only be an issue when you call
performSelector: with a selector who's corresponding method returns
void.
I'll fix things so that this is handled more robustly.
Tim