On Wed, Jun 24, 2009 at 01:53:59PM +0100, David Chisnall wrote:
> I see the problem.  LanguageKit doesn't implement the Objective-C  
> blocks, the Objective-C2 framework does, LanguageKit implements  
> Smalltalk blocks. 

Colour me puzzled. I just can't seem to find any reference to a -value:
method in the Objective-C2 framework. I tried the following in otherwise
blocks-enabled code:

id(^theBlock)(id);
theBlock = ^(id foo){return [(NSString*)foo uppercaseString];};
[theBlock value: @"bar"];  

The result was an NSInvalidArgumentException because -value: is not
recognized as a valid selector. 

All other requests as per your review are addressed. I'll have a last
look at the updated diff tomorrow and then upload it to the review
board. I'm just so tired tonight that I'm probably going to miss some
embarrassing mistake...

Cheers,


Niels

_______________________________________________
Etoile-dev mailing list
Etoile-dev@gna.org
https://mail.gna.org/listinfo/etoile-dev

Reply via email to