Re: [MacRuby-devel] [MacRuby] #816: Assertion fails on multi-threaded code

2010-07-29 Thread MacRuby
#816: Assertion fails on multi-threaded code --+- Reporter: moo...@… |Owner: lsansone...@… Type: defect| Status: closed Priority: minor |Mile

[MacRuby-devel] NSKVONotifying_ proxy class

2010-07-29 Thread Dave Baldwin
I am trying to find the class name of a KVO compliant class I have created (called test below). I am assuming that MacRuby inserts a proxy class in front of my class to implement the KVO protocol. How do I get the name of my original class? puts test.class gives some class reference address

Re: [MacRuby-devel] An easy way to add .rb files to Xcode build automatically?

2010-07-29 Thread Michael Jackson
> I was planning on having a gem structured project with your above setup and > then adjust LOAD_PATH accordingly from rb_main to include the build dir's > lib. I guess I missed the second step of the reference to the folder in the > project or something. Yeah, the folder reference will keep th

Re: [MacRuby-devel] An easy way to add .rb files to Xcode build automatically?

2010-07-29 Thread Michael Jackson
I've tried both. With the yellow icon (a "group") I need to manually add .rb files to the project when I create them in Vim. However, the upside is that the files are copied to the correct place in the build (the project root), so they are correctly found by rb_main.rb at runtime. With the blue ic

[MacRuby-devel] [MacRuby] #817: External iterators returning nil

2010-07-29 Thread MacRuby
#817: External iterators returning nil ---+ Reporter: kennylov...@… | Owner: lsansone...@… Type: defect | Status: new Priority: minor |

Re: [MacRuby-devel] An easy way to add .rb files to Xcode build automatically?

2010-07-29 Thread Eloy Duran
The problem with a folder reference is that it does sync the class info with IB. I have CLI generators, rails like, which add the rb files to the xcodeproj. The xcodeproj is just a plist after all :) If interested, I can try to do a first release of my lib with just the generator part. Because