Given an NSArray *a, the following explodes

[a valueForKey: @"foo"];

because NSArray doesn't respond to -foo or -_getFoo or -getFoo when
valueForKey: on an array should return the array represented by calling
valueForKey: on all the objects in the array.  That is, valueForKey: on an
array is the array representing the aggregate of values for the given key.

Thoughts?

Jonathan


_______________________________________________
Bug-gnustep mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to