Re: [MacRuby-devel] [MacRuby] #474: Sinatra's get method not being registered

2009-12-04 Thread MacRuby
#474: Sinatra's get method not being registered +--- Reporter: c...@… |Owner: lsansone...@… Type: defect | Status: closed Priority: trivial |Milestone:

Re: [MacRuby-devel] [MacRuby] #481: macrubyc doesn't let you use ruby's stdlibs

2009-12-04 Thread MacRuby
#481: macrubyc doesn't let you use ruby's stdlibs -+-- Reporter: mattaimone...@… | Owner: lsansone...@… Type: defect | Status: new Priority: blocker

Re: [MacRuby-devel] Accessing memory address in MacRuby

2009-12-04 Thread Laurent Sansonetti
Hi Yehuda, C pointers are mapped to the Pointer class. You can create Pointer objects by yourself, and if you override an Objective-C method with a C pointer argument, MacRuby will hand you an instance of Pointer. You code could be rewritten in MacRuby as: retValuePtr = Pointer.new(:int)

Re: [MacRuby-devel] hotcocoa/graphics

2009-12-04 Thread Laurent Sansonetti
Hi Juergen, Currently MacRuby trunk doesn't run HotCocoa at 100%. We intend to fully support it in the next (and hopefully last) beta release. Laurent On Dec 3, 2009, at 8:10 AM, Juergen Dabel wrote: Today I tried with the newest nightly build and I got: dab:~ jdabel$ cd /Developer/Exampl

Re: [MacRuby-devel] [MacRuby] #484: scoping issues with notification center

2009-12-04 Thread MacRuby
#484: scoping issues with notification center -+-- Reporter: mattaimone...@… |Owner: lsansone...@… Type: defect | Status: closed Priority: blocker

[MacRuby-devel] [MacRuby] #484: scoping issues with notification center

2009-12-04 Thread MacRuby
#484: scoping issues with notification center -+-- Reporter: mattaimone...@… | Owner: lsansone...@… Type: defect | Status: new Priority: blocker

[MacRuby-devel] Accessing memory address in MacRuby

2009-12-04 Thread Yehuda Katz
I'm currently working with an API that sends me a memory address for an int and expects me to populate it with a value: It essentially looks like this: int retValue = 1; [historyController.repository outputForArguments:[NSArray arrayWithObjects:@"update-ref", @"-mUpdate from GitX", [ref ref], [dr

[MacRuby-devel] [MacRuby] #483: Need GCD wrapper for File (Vnode) Sources

2009-12-04 Thread MacRuby
#483: Need GCD wrapper for File (Vnode) Sources +--- Reporter: ernest.prabha...@… | Owner: lsansone...@… Type: enhancement | Status: new Priority: blocke

Re: [MacRuby-devel] [MacRuby] #479: Need GCD wrapper for Process Sources

2009-12-04 Thread MacRuby
#479: Need GCD wrapper for Process Sources +--- Reporter: ernest.prabha...@… | Owner: lsansone...@… Type: defect | Status: new Priority: blocker

[MacRuby-devel] [MacRuby] #482: Dispatch::Queue#dispatch should take a hash instead of a bool

2009-12-04 Thread MacRuby
#482: Dispatch::Queue#dispatch should take a hash instead of a bool +--- Reporter: ernest.prabha...@… | Owner: lsansone...@… Type: enhancement | Status: new

Re: [MacRuby-devel] [MacRuby] #476: GCD Groups should be a wrapper around dispatch, not its own invocation style

2009-12-04 Thread MacRuby
#476: GCD Groups should be a wrapper around dispatch, not its own invocation style +--- Reporter: ernest.prabha...@… | Owner: lsansone...@… Type: enhancement | Status: new

Re: [MacRuby-devel] [MacRuby] #476: GCD Groups should be a wrapper around dispatch, not its own invocation style

2009-12-04 Thread MacRuby
#476: GCD Groups should be a wrapper around dispatch, not its own invocation style +--- Reporter: ernest.prabha...@… | Owner: lsansone...@… Type: enhancement | Status: new

Re: [MacRuby-devel] [MacRuby] #477: Need GCD wrapper for dispatch_once

2009-12-04 Thread MacRuby
#477: Need GCD wrapper for dispatch_once +--- Reporter: ernest.prabha...@… | Owner: lsansone...@… Type: enhancement | Status: new Priority: minor

Re: [MacRuby-devel] [MacRuby] #477: Need GCD wrapper for dispatch_once

2009-12-04 Thread MacRuby
#477: Need GCD wrapper for dispatch_once +--- Reporter: ernest.prabha...@… | Owner: lsansone...@… Type: enhancement | Status: new Priority: minor

Re: [MacRuby-devel] [MacRuby] #477: Need GCD wrapper for dispatch_once

2009-12-04 Thread MacRuby
#477: Need GCD wrapper for dispatch_once +--- Reporter: ernest.prabha...@… | Owner: lsansone...@… Type: defect | Status: new Priority: minor

Re: [MacRuby-devel] Xcode and Interface Builder: action and outlets not showing up

2009-12-04 Thread Robinson, John MD PhD
Works! Thanks, ~JR On Dec 4, 2009, at 6:28 AM, John Shea wrote: Yes, as you have probably realised you need to reinstall MacRuby. In my case it did not affect my iphone SDK after reinstalling MacRuby. J On Dec 4, 2009, at 13:00 , Robinson, John MD PhD wrote: Hi all, I am new to th

Re: [MacRuby-devel] Xcode and Interface Builder: action and outlets not showing up

2009-12-04 Thread John Shea
Yes, as you have probably realised you need to reinstall MacRuby. In my case it did not affect my iphone SDK after reinstalling MacRuby. J On Dec 4, 2009, at 13:00 , Robinson, John MD PhD wrote: > Hi all, > > I am new to the list. > > While working through Geoffrey Grosenbach's tutorial on pee

[MacRuby-devel] Xcode and Interface Builder: action and outlets not showing up

2009-12-04 Thread Robinson, John MD PhD
Hi all, I am new to the list. While working through Geoffrey Grosenbach's tutorial on peepcode, I began to experience the following problems in IB. I lost autocomplete in the class identity textbox and the outlets/actions of the class were not avaiable. Conclusion: IB isn't recognizing my