Re: [MacRuby-devel] [MacRuby] #326: module_function implicit use breaks (ArgumentError) with 1-arg splat methods (w/test code)

2009-09-05 Thread MacRuby
#326: module_function implicit use breaks (ArgumentError) with 1-arg splat methods (w/test code) ---+ Reporter: oc...@…| Owner: lsansone...@… Type: defect | Status: new

Re: [MacRuby-devel] weird behavior in macirb in forwarder classes

2009-09-05 Thread Laurent Sansonetti
Hi Carlo, On Sep 5, 2009, at 7:27 AM, Carlo Cabanilla wrote: Hi, I'm Carlo, I'm new to MacRuby and I'd like to contribute if possible. I found this weird bug when requiring modules that define classes that extend Forwardable and define delgates: $ echo "require 'csv'; puts 'good'" | maci

Re: [MacRuby-devel] Globbed method arguments (splat) Limit

2009-09-05 Thread Laurent Sansonetti
Hi, On Sep 5, 2009, at 3:11 AM, John-Paul Bader wrote: Hey guys, a friend of mine implemented a heap in ruby for educational purposes. He did so with several implementations. He had a few benchmarks and I suggested to run them on macruby to see how well it would hold up. Unfortunately

Re: [MacRuby-devel] [MacRuby] #327: patch: Update .gitignore

2009-09-05 Thread MacRuby
#327: patch: Update .gitignore -+-- Reporter: d...@…|Owner: lsansone...@… Type: enhancement | Status: closed Priority: minor|Milestone: MacRuby 0.5

Re: [MacRuby-devel] [MacRuby] #326: module_function implicit use breaks (ArgumentError) with 1-arg splat methods (w/test code)

2009-09-05 Thread MacRuby
#326: module_function implicit use breaks (ArgumentError) with 1-arg splat methods (w/test code) ---+ Reporter: oc...@…| Owner: lsansone...@… Type: defect | Status: new

[MacRuby-devel] [MacRuby] #327: patch: Update .gitignore

2009-09-05 Thread MacRuby
#327: patch: Update .gitignore -+-- Reporter: d...@…| Owner: lsansone...@… Type: enhancement | Status: new Priority: minor| Milestone: MacRuby 0.5 C

[MacRuby-devel] [MacRuby] #326: module_function implicit use breaks (ArgumentError) with 1-arg splat methods (w/test code)

2009-09-05 Thread MacRuby
#326: module_function implicit use breaks (ArgumentError) with 1-arg splat methods (w/test code) ---+ Reporter: oc...@…| Owner: lsansone...@… Type: defect | Status: new

[MacRuby-devel] weird behavior in macirb in forwarder classes

2009-09-05 Thread Carlo Cabanilla
Hi, I'm Carlo, I'm new to MacRuby and I'd like to contribute if possible. I found this weird bug when requiring modules that define classes that extend Forwardable and define delgates: $ echo "require 'csv'; puts 'good'" | macirb require 'csv'; puts 'good' NameError: undefined local variable or me

[MacRuby-devel] Globbed method arguments (splat) Limit

2009-09-05 Thread John-Paul Bader
Hey guys, a friend of mine implemented a heap in ruby for educational purposes. He did so with several implementations. He had a few benchmarks and I suggested to run them on macruby to see how well it would hold up. Unfortunately we didn't get really far because apparently there is a pr

[MacRuby-devel] kvo vs referenced hash

2009-09-05 Thread Matt Aimonetti
Hi list, Coming from a Ruby background, I try to understand and pick the best from Obj-C/Cococa and learn how to use brilliant ideas to improve my coding. Tonight I was working on a simple demo app to learn how things are done in the Obj-C world and see how they would transpose to the MacRuby wo