[MacRuby-devel] are framework extern variables visible in Mac Ruby? (was: Re: how to access OpenDirectory C constants from MacRuby?)

2010-04-07 Thread russell muetzelfeldt
On 07/04/2010, at 5:56 PM, russell muetzelfeldt wrote: > /*! >@const kODRecordTypeUsers >@abstract Identifies user records. >@discussion Identifies user records. > */ > CF_EXPORT > const ODRecordType kODRecordTypeUsers; > > > which I assume is a CF_EXPORT macro doing so

[MacRuby-devel] [MacRuby] #650: Issues with passing procs/methods to #map

2010-04-07 Thread MacRuby
#650: Issues with passing procs/methods to #map +--- Reporter: pthom...@… | Owner: lsansone...@… Type: defect | Status: new Priority: major |

[MacRuby-devel] Size of the apps

2010-04-07 Thread Daniel Lopes
Hello, this is my first post here and I am new in the Apple Dev/MacRuby. I don't know if this the right mailing list, I don't found any other in the MacRuby site related to questions about development. So, if this mail isn't appropriate here please let me know. Some days ago, in a sample app, I tri

Re: [MacRuby-devel] how to access OpenDirectory C constants from MacRuby?

2010-04-07 Thread russell muetzelfeldt
On 07/04/2010, at 4:48 PM, russell muetzelfeldt wrote: > Is there some way of getting access to these constants, or do I need to find > and use their literal values instead? On further investigation it looks like just defining the constants in ruby myself will do. Some of them exist in CFOpenDi