Re: [MacRuby-devel] [MacRuby] #394: Unrecognized runtime type _NSRange=II

2009-10-28 Thread MacRuby
#394: Unrecognized runtime type _NSRange=II ---+ Reporter: cwdi...@… |Owner: lsansone...@… Type: defect | Status: closed Priority: blocker|Mi

Re: [MacRuby-devel] [MacRuby] #394: Unrecognized runtime type _NSRange=II

2009-10-28 Thread MacRuby
#394: Unrecognized runtime type _NSRange=II ---+ Reporter: cwdi...@… |Owner: lsansone...@… Type: defect | Status: closed Priority: blocker|Mi

Re: [MacRuby-devel] [MacRuby] #133: Cannot install soap4r gem using macgem

2009-10-28 Thread MacRuby
#133: Cannot install soap4r gem using macgem +--- Reporter: rebo...@… |Owner: lsansone...@… Type: defect | Status: closed Priority: major

Re: [MacRuby-devel] [MacRuby] #408: leaked Tempfile don't get cleaned up

2009-10-28 Thread MacRuby
#408: leaked Tempfile don't get cleaned up -+-- Reporter: neerac...@… |Owner: lsansone...@… Type: defect | Status: closed Priority: minor|

Re: [MacRuby-devel] [MacRuby] #408: leaked Tempfile don't get cleaned up

2009-10-28 Thread MacRuby
#408: leaked Tempfile don't get cleaned up -+-- Reporter: neerac...@… | Owner: lsansone...@… Type: defect | Status: new Priority: minor|

Re: [MacRuby-devel] [MacRuby] #407: NSData#bytes does not work

2009-10-28 Thread MacRuby
#407: NSData#bytes does not work -+-- Reporter: neerac...@… |Owner: lsansone...@… Type: defect | Status: closed Priority: major|Milesto

Re: [MacRuby-devel] [MacRuby] #139: Parsing bug

2009-10-28 Thread MacRuby
#139: Parsing bug +--- Reporter: mik...@…|Owner: lsansone...@… Type: defect | Status: closed Priority: minor |Milestone: MacRuby 0.5

Re: [MacRuby-devel] [MacRuby] #215: OpenSSL's SSLSocket appears not to be initialised correctly

2009-10-28 Thread MacRuby
#215: OpenSSL's SSLSocket appears not to be initialised correctly ---+ Reporter: cel...@… |Owner: lsansone...@… Type: defect | Status: closed Priority: majo

Re: [MacRuby-devel] [MacRuby] #104: Problem with OpenSSL using MacRuby's internal conversion to and from NSData

2009-10-28 Thread MacRuby
#104: Problem with OpenSSL using MacRuby's internal conversion to and from NSData +--- Reporter: r...@… |Owner: lsansone...@… Type: defect | Status: closed

[MacRuby-devel] [MacRuby] #409: Attribute setter should be accepted as KVO setter

2009-10-28 Thread MacRuby
#409: Attribute setter should be accepted as KVO setter -+-- Reporter: neerac...@… | Owner: lsansone...@… Type: enhancement | Status: new Priority: minor

Re: [MacRuby-devel] [MacRuby] #408: leaked Tempfile don't get cleaned up

2009-10-28 Thread MacRuby
#408: leaked Tempfile don't get cleaned up -+-- Reporter: neerac...@… | Owner: lsansone...@… Type: defect | Status: new Priority: minor|

[MacRuby-devel] [MacRuby] #408: leaked Tempfile don't get cleaned up

2009-10-28 Thread MacRuby
#408: leaked Tempfile don't get cleaned up -+-- Reporter: neerac...@… | Owner: lsansone...@… Type: defect | Status: new Priority: minor|

Re: [MacRuby-devel] [MacRuby] #394: Unrecognized runtime type _NSRange=II

2009-10-28 Thread MacRuby
#394: Unrecognized runtime type _NSRange=II ---+ Reporter: cwdi...@… |Owner: lsansone...@… Type: defect | Status: closed Priority: blocker|Mi

Re: [MacRuby-devel] [MacRuby] #407: NSData#bytes does not work

2009-10-28 Thread MacRuby
#407: NSData#bytes does not work -+-- Reporter: neerac...@… | Owner: lsansone...@… Type: defect | Status: new Priority: major| Milestone:

[MacRuby-devel] [MacRuby] #407: NSData#bytes does not work

2009-10-28 Thread MacRuby
#407: NSData#bytes does not work -+-- Reporter: neerac...@… | Owner: lsansone...@… Type: defect | Status: new Priority: major| Milestone:

Re: [MacRuby-devel] [MacRuby] #394: Unrecognized runtime type _NSRange=II

2009-10-28 Thread MacRuby
#394: Unrecognized runtime type _NSRange=II ---+ Reporter: cwdi...@… |Owner: lsansone...@… Type: defect | Status: closed Priority: blocker|Mi

Re: [MacRuby-devel] Implementing Undo In RaiseMan / MacRuby

2009-10-28 Thread s.ross
John-- Comments interleaved: On Oct 27, 2009, at 4:38 AM, John Shea wrote: Steve, I am not sure what stage you are at with your example, I originally did this without using an array controller, and the undoing worked fine. I just threw together a version with an array controller - and t

Re: [MacRuby-devel] [MacRuby] #394: Unrecognized runtime type _NSRange=II

2009-10-28 Thread MacRuby
#394: Unrecognized runtime type _NSRange=II ---+ Reporter: cwdi...@… |Owner: lsansone...@… Type: defect | Status: closed Priority: blocker|Mi

Re: [MacRuby-devel] [MacRuby] #405: Uncaught exception building RubyGems

2009-10-28 Thread MacRuby
#405: Uncaught exception building RubyGems ---+ Reporter: hungerandthi...@… | Owner: lsansone...@… Type: defect | Status: new Priority

Re: [MacRuby-devel] spotlight - MDItemRef

2009-10-28 Thread John Shea
I always assumed (with no direct evidence) that it was because in Ruby, constants have to start with an uppercase letter, and so to match various method signatures/types sent through BridgeSupport, constant types must be passed as constant types. Anyway for supported frameworks capitalising

Re: [MacRuby-devel] spotlight - MDItemRef

2009-10-28 Thread Joshua Ballanco
Not a dumb question at all, just one of those "Ruby-isms" that will take some adjusting to if you're coming from a C/C++/Obj-C background. In Ruby, Constants always start with a Capital letter. Therefore, all of the kFooBarBaz constants from Cocoa get translated as KFooBarBaz. Actually, tha

Re: [MacRuby-devel] spotlight - MDItemRef

2009-10-28 Thread Allison Newman
I'm probably asking a really dumb question here - but I haven't used bridgesupport very much... Is there a reason why the constant in the example that fails starts with an upper case K, rather than keeping the lower case k given in the framework? Alli On Wednesday, October 28, 2009, at 01:31AM