Re: [MacRuby-devel] [MacRuby] #568: MacRuby is a lot slower than 18, and in 19, in this benchmark.

2010-01-20 Thread MacRuby
#568: MacRuby is a lot slower than 18, and in 19, in this benchmark. -+-- Reporter: r...@…| Owner: lsansone...@… Type: enhancement | Status: new Priority: minor

Re: [MacRuby-devel] Pointer.new_with_type("v")-is-unsized shocker

2010-01-20 Thread Brian Chapados
Hi Carlo, In case it helps, you might be able to use one of the existing keychain wrappers / code rather than rolling your own (listing): http://www.cocoadev.com/index.pl?KeyChain There is also a nice keychain wrapper for iPhone, but I'm not sure if it works on OS X: http://github.com/ldanderse

Re: [MacRuby-devel] [MacRuby] #568: MacRuby is a lot slower than 18, and in 19, in this benchmark.

2010-01-20 Thread MacRuby
#568: MacRuby is a lot slower than 18, and in 19, in this benchmark. -+-- Reporter: r...@…| Owner: lsansone...@… Type: enhancement | Status: new Priority: minor

[MacRuby-devel] [MacRuby] #568: MacRuby is a lot slower than 18, and in 19, in this benchmark.

2010-01-20 Thread MacRuby
#568: MacRuby is a lot slower than 18, and in 19, in this benchmark. -+-- Reporter: r...@…| Owner: lsansone...@… Type: enhancement | Status: new Priority: minor

[MacRuby-devel] [MacRuby] #567: macirb can't exit after trying to load a gem that doesn't exit

2010-01-20 Thread MacRuby
#567: macirb can't exit after trying to load a gem that doesn't exit -+-- Reporter: mattaimone...@… | Owner: lsansone...@… Type: defect | Status: new Pr

[MacRuby-devel] [MacRuby] #566: MacRuby uses a ton of memory on a Shootout benchmark

2010-01-20 Thread MacRuby
#566: MacRuby uses a ton of memory on a Shootout benchmark -+-- Reporter: pe...@… | Owner: lsansone...@… Type: defect | Status: new Priority: m

Re: [MacRuby-devel] [MacRuby] #425: RSpec not working

2010-01-20 Thread MacRuby
#425: RSpec not working +--- Reporter: jens.nock...@… | Owner: lsansone...@… Type: defect | Status: new Priority: major | Milestone:

Re: [MacRuby-devel] Pointer.new_with_type("v")-is-unsized shocker

2010-01-20 Thread Laurent Sansonetti
Hi Carlo, Could you file a bug on trac regarding this problem? At least we should not abort() :) Regarding your initial question, I do not believe BridgeSupport and MacRuby are complete enough to let you access the C APIs of Security.framework. I would recommend to wrap your calls into

[MacRuby-devel] [MacRuby] #565: GCD sources should return passed-in handle for handle method

2010-01-20 Thread MacRuby
#565: GCD sources should return passed-in handle for handle method ---+ Reporter: j...@… | Owner: ernest.prabha...@… Type: defect | Status: new Priority: bl

[MacRuby-devel] OpenGL/GLUT Bridgesupport

2010-01-20 Thread Jonathan Waddilove
Hi, I'm back to using MacRuby again and I'm confused about Bridge Support. I have been using the excellent sojaster port of the Cocoa OpenGL example to help develop an OpenGL playpen. However, when I started using glut calls (glutBitmapCharacter, glutStrokeString, etc) I started to get problems.

Re: [MacRuby-devel] How to get handle from Dispatch::Source::DATA type source?

2010-01-20 Thread Ernest N. Prabhakar, Ph.D.
Hi Jordan, On Jan 20, 2010, at 9:35 AM, Jordan K. Hubbard wrote: > On Jan 20, 2010, at 7:04 AM, Ernest N. Prabhakar, Ph.D. wrote: > >> I actually thought about adding a "file" method on Dispatch::Source that (in >> cases where you passed in an IO object instead of an file descriptor), would >>

Re: [MacRuby-devel] How to get handle from Dispatch::Source::DATA type source?

2010-01-20 Thread Jordan K. Hubbard
On Jan 20, 2010, at 7:04 AM, Ernest N. Prabhakar, Ph.D. wrote: > I actually thought about adding a "file" method on Dispatch::Source that (in > cases where you passed in an IO object instead of an file descriptor), would > return that object. Of course it would return nothing in other cases, b

Re: [MacRuby-devel] How to get handle from Dispatch::Source::DATA type source?

2010-01-20 Thread Ernest N. Prabhakar, Ph.D.
Hi Jordan, I actually thought about adding a "file" method on Dispatch::Source that (in cases where you passed in an IO object instead of an file descriptor), would return that object. Of course it would return nothing in other cases, but maybe that's OK. Still not sure what to call it -- any

Re: [MacRuby-devel] [MacRuby] #425: RSpec not working

2010-01-20 Thread MacRuby
#425: RSpec not working +--- Reporter: jens.nock...@… | Owner: lsansone...@… Type: defect | Status: new Priority: major | Milestone:

Re: [MacRuby-devel] [MacRuby] #548: The flip-flop operator

2010-01-20 Thread MacRuby
#548: The flip-flop operator -+-- Reporter: eloy.de.en...@… | Owner: martinlagarde...@… Type: defect | Status: assigned Priority: trivial

Re: [MacRuby-devel] [MacRuby] #562: Including a module into class Class or class Module

2010-01-20 Thread MacRuby
#562: Including a module into class Class or class Module -+-- Reporter: eloy.de.en...@… | Owner: lsansone...@… Type: defect | Status: new Priority: bl

Re: [MacRuby-devel] Pointer.new_with_type("v")-is-unsized shocker

2010-01-20 Thread Carlo Zottmann
Anyone? Pretty please? I need to store user credentials, and a NSUserDefaults instance is hardly the right place, methinks. ;) Thanks, Carlo 2010/1/16 Carlo Zottmann : > Hi guys, > > I just noticed that in 0.5b2 on Snopard, > >> Pointer.new_with_type("v") > > (void) results in a > >> Assertion

[MacRuby-devel] How to get handle from Dispatch::Source::DATA type source?

2010-01-20 Thread Jordan K. Hubbard
Hi guys, So, now that GCD sources are supported (go Ernie!), I just thought I'd play with a simple echo server example in MacRuby: require 'socket' q = Dispatch::Queue.concurrent m = Dispatch::Queue.main hostname = "localhost" port = 25000 s = TCPServer.open(hostname, port) src = Dispatch::Sou

Re: [MacRuby-devel] [MacRuby] #218: including a module which defines functions can mask functions of the same name in the including class

2010-01-20 Thread MacRuby
#218: including a module which defines functions can mask functions of the same name in the including class ---+ Reporter: cel...@… |Owner: lsansone...@… Type: defect | Statu