[MacRuby-devel] Objcetive C methods not "visible" from MacRuby

2009-11-29 Thread Uliano Guerrini
To start playing with mixed Cocoa and MacRuby classes I created a Foo Objcetive C Framework containing just one class Roo: #import @interface Roo : NSObject { float aValue; NSNumber *anotherValue; NSMutableString *aString; } @property float aValue; @property(retain) NSNum

Re: [MacRuby-devel] Objcetive C methods not "visible" from MacRuby

2009-11-29 Thread Vincent Isambart
> I'm stuck here. How can I have Objective C methods "visible" from MacRuby? In MacRuby there's a hidden additional parameter to methods or instance_methods to include Objective-C methods in the lists they return, for instance: > String.instance_methods(true, true) The first parameter is already

Re: [MacRuby-devel] String methods missing in MacRuby

2009-11-29 Thread Robert Rice
Thanks Jordon: I didn't realize that some core Ruby class methods changed for 1.9. I will update my documentation. Bob Rice On Nov 28, 2009, at 7:18 PM, Jordan Breeding wrote: > each is not documented for Ruby 1.9 that I know of, only for Ruby 1.8, do you > have the Pragmatic books? They don'

[MacRuby-devel] [MacRuby] #466: NSTableView delegate for tool tip gives "unrecognized runtime type "

2009-11-29 Thread MacRuby
#466: NSTableView delegate for tool tip gives "unrecognized runtime type " +--- Reporter: jonat...@… | Owner: lsansone...@… Type: defect | Status: new

Re: [MacRuby-devel] String methods missing in MacRuby

2009-11-29 Thread Conrad Taylor
On Sun, Nov 29, 2009 at 10:14 AM, Robert Rice wrote: > Thanks Jordon: > > I didn't realize that some core Ruby class methods changed for 1.9. I will > update my documentation. > > Bob Rice > > Bob, this has been well documented many months ago in both "Programming Ruby 1.9" by Dave Thomas et al a

Re: [MacRuby-devel] String methods missing in MacRuby

2009-11-29 Thread Conrad Taylor
On Sun, Nov 29, 2009 at 12:37 PM, Conrad Taylor wrote: > On Sun, Nov 29, 2009 at 10:14 AM, Robert Rice wrote: > >> Thanks Jordon: >> >> I didn't realize that some core Ruby class methods changed for 1.9. I will >> update my documentation. >> >> Bob Rice >> >> > Bob, this has been well documented

Re: [MacRuby-devel] String methods missing in MacRuby

2009-11-29 Thread Robert Rice
Hi Conrad: I don't remember where I downloaded my Ruby.pdf file from - it has no credit information. I suspect you will have lots of other users upgrading directly from Ruby 1.8.7 to the new MacRuby. Bob Rice On Nov 29, 2009, at 3:38 PM, Conrad Taylor wrote: > > > On Sun, Nov 29, 2009 at

Re: [MacRuby-devel] [MacRuby] #424: performance regression from ruby 1.8 and 1.9

2009-11-29 Thread MacRuby
#424: performance regression from ruby 1.8 and 1.9 -+-- Reporter: jordan.breed...@…| Owner: lsansone...@… Type: defect | Status: new Priority: blocker

Re: [MacRuby-devel] [MacRuby] #424: performance regression from ruby 1.8 and 1.9

2009-11-29 Thread MacRuby
#424: performance regression from ruby 1.8 and 1.9 -+-- Reporter: jordan.breed...@…| Owner: lsansone...@… Type: defect | Status: new Priority: blocker

Re: [MacRuby-devel] [MacRuby] #424: performance regression from ruby 1.8 and 1.9

2009-11-29 Thread MacRuby
#424: performance regression from ruby 1.8 and 1.9 -+-- Reporter: jordan.breed...@…| Owner: lsansone...@… Type: defect | Status: new Priority: blocker

Re: [MacRuby-devel] [MacRuby] #424: performance regression from ruby 1.8 and 1.9

2009-11-29 Thread MacRuby
#424: performance regression from ruby 1.8 and 1.9 -+-- Reporter: jordan.breed...@…| Owner: lsansone...@… Type: defect | Status: new Priority: blocker

Re: [MacRuby-devel] [MacRuby] #466: NSTableView delegate for tool tip gives "unrecognized runtime type "

2009-11-29 Thread MacRuby
#466: NSTableView delegate for tool tip gives "unrecognized runtime type " +--- Reporter: jonat...@… | Owner: lsansone...@… Type: defect | Status: new

[MacRuby-devel] [MacRuby] #467: macrubyc generate binary that does not work using File.dirname

2009-11-29 Thread MacRuby
#467: macrubyc generate binary that does not work using File.dirname -+-- Reporter: jordan.breed...@…| Owner: lsansone...@… Type: defect | Status: new Pr

[MacRuby-devel] [MacRuby] #468: String.split("") doesn't work as expected

2009-11-29 Thread MacRuby
#468: String.split("") doesn't work as expected -+-- Reporter: jordan.breed...@…| Owner: lsansone...@… Type: defect | Status: new Priority: blocker

Re: [MacRuby-devel] [MacRuby] #442: each_with_index fails for nested arrays

2009-11-29 Thread MacRuby
#442: each_with_index fails for nested arrays --+- Reporter: devin.chalm...@… |Owner: lsansone...@… Type: defect| Status: closed Priority: major

Re: [MacRuby-devel] [MacRuby] #437: -[NSObject hash] values change when MacRuby is initialized

2009-11-29 Thread MacRuby
#437: -[NSObject hash] values change when MacRuby is initialized -+-- Reporter: illenber...@…|Owner: lsansone...@… Type: defect | Status: closed Priority: m