Re: [MacRuby-devel] Key-Value Compliance & valueForKey:

2011-12-22 Thread Joshua Ballanco
Hey Patrick, Just wanted to follow up on this…did you manage to resolve the issue? If not, could you make sure you log this bug with Trac (https://www.macruby.org/trac/report)? Thanks! - Josh On Thursday, November 17, 2011 at 3:44 PM, Patrick Rogers wrote: > Hi everyone, > > I'm trying

[MacRuby-devel] Key-Value Compliance & valueForKey:

2011-11-17 Thread Patrick Rogers
Hi everyone, I'm trying to automatically generate the KVC-compliant methods for indexed to-many relationships. Here's my current attempt, https://gist.github.com/1374142, which borrows from hotcocoa's kvo_array (I couldn't get `kvo_array` to work and I wanted something that could just automa