Re: [MacRuby-devel] ->(){} lambda syntax support

2011-01-12 Thread Eloy Duran
Yes, last time I checked there were no IRB specs. Ours is a (mostly) cleanroom rewrite: https://github.com/MacRuby/DietRB On 12 jan 2011, at 22:27, Joseph Anthony Pasquale Holsten wrote: > Is this testing different from rubyspec? > > On Jan 11, 2011, at 6:24 PM, Eloy Duran wrote: > >> I was ab

Re: [MacRuby-devel] ->(){} lambda syntax support

2011-01-12 Thread Joseph Anthony Pasquale Holsten
Is this testing different from rubyspec? On Jan 11, 2011, at 6:24 PM, Eloy Duran wrote: > I was about to take a look at this, but then my girlfriend introduced me to > Rémi Gaillard… So as you can expect I didn't finish it :) Will have a look > tomorrow, feel free to file a ticket in the meanti

Re: [MacRuby-devel] ->(){} lambda syntax support

2011-01-11 Thread Eloy Duran
I was about to take a look at this, but then my girlfriend introduced me to Rémi Gaillard… So as you can expect I didn't finish it :) Will have a look tomorrow, feel free to file a ticket in the meantime. Eloy On 11 jan 2011, at 22:59, Laurent Sansonetti wrote: > Hi Perry, > > We have such a

Re: [MacRuby-devel] ->(){} lambda syntax support

2011-01-11 Thread Laurent Sansonetti
Hi Perry, We have such a suite. It doesn't run automatically at night, but we have a commit policy that requests it to be run before every commit in the central repository. But here, this is a bug in macirb, not in MacRuby itself. There are tests for macirb, but maybe there is no test for this

Re: [MacRuby-devel] ->(){} lambda syntax support

2011-01-11 Thread Perry E. Metzger
On Tue, 11 Jan 2011 18:31:10 -0200 Caio Chassot wrote: > On 2011-01-11, at 17:59 , Laurent Sansonetti wrote: > > > > Hi Caio, > > > > I think it's a macirb problem, and that it should work fine > > outside of it. > > > > Can you confirm? Yes, a ticket would be appreciated :) > > Indeed, macirb

Re: [MacRuby-devel] ->(){} lambda syntax support

2011-01-11 Thread Caio Chassot
On 2011-01-11, at 17:59 , Laurent Sansonetti wrote: > > Hi Caio, > > I think it's a macirb problem, and that it should work fine outside of it. > > Can you confirm? Yes, a ticket would be appreciated :) Indeed, macirb-only. https://www.macruby.org/trac/ticket/1110 _

Re: [MacRuby-devel] ->(){} lambda syntax support

2011-01-11 Thread Laurent Sansonetti
Hi Caio, I think it's a macirb problem, and that it should work fine outside of it. Can you confirm? Yes, a ticket would be appreciated :) Laurent On Jan 11, 2011, at 10:10 AM, Caio Chassot wrote: > Hey all, > > It appears the ->{} syntax for lambdas is not supported. > > Known? Need ticket

[MacRuby-devel] ->(){} lambda syntax support

2011-01-11 Thread Caio Chassot
Hey all, It appears the ->{} syntax for lambdas is not supported. Known? Need ticket? $ irb irb(main):001:0> ->{} => # $ macirb irb(main):001:0> ->{} SyntaxError: compile error ___ MacRuby-devel mailing list MacRuby-devel@lis