#816: Assertion fails on multi-threaded code
--+-
Reporter: moo...@… |Owner: lsansone...@…
Type: defect| Status: closed
Priority: minor |Mile
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
> 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
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
#817: External iterators returning nil
---+
Reporter: kennylov...@… | Owner: lsansone...@…
Type: defect | Status: new
Priority: minor |
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