Alex 2k8
2009-Jan-09 00:53 UTC
[Ironruby-core] local variables: Ruby vs. IronRuby difference?
Hello, Ruby: irb(main):001:0> foo = 3 => 3 irb(main):002:0> foo => 3 IronRuby: >>> foo = 3 => 3 >>> foo :0: undefined method `foo'' for main:Object (NoMethodError) Any idea, why this error thrown by IronRuby? - Alex -- Posted via http://www.ruby-forum.com/.
Tomas Matousek
2009-Jan-09 01:28 UTC
[Ironruby-core] local variables: Ruby vs. IronRuby difference?
I fixed this a couple days ago. Don''t know whether it has already been pushed out. Jim? Tomas -----Original Message----- From: ironruby-core-bounces at rubyforge.org [mailto:ironruby-core-bounces at rubyforge.org] On Behalf Of Alex 2k8 Sent: Thursday, January 08, 2009 4:53 PM To: ironruby-core at rubyforge.org Subject: [Ironruby-core] local variables: Ruby vs. IronRuby difference? Hello, Ruby: irb(main):001:0> foo = 3 => 3 irb(main):002:0> foo => 3 IronRuby: >>> foo = 3 => 3 >>> foo :0: undefined method `foo'' for main:Object (NoMethodError) Any idea, why this error thrown by IronRuby? - Alex -- Posted via http://www.ruby-forum.com/. _______________________________________________ Ironruby-core mailing list Ironruby-core at rubyforge.org http://rubyforge.org/mailman/listinfo/ironruby-core
Jim Deville
2009-Jan-09 01:50 UTC
[Ironruby-core] local variables: Ruby vs. IronRuby difference?
I''ll be pushing it out tonight. JD -----Original Message----- From: Tomas Matousek <Tomas.Matousek at microsoft.com> Sent: January 08, 2009 5:28 PM To: ironruby-core at rubyforge.org <ironruby-core at rubyforge.org> Cc: Jim Deville <jdeville at microsoft.com> Subject: RE: [Ironruby-core] local variables: Ruby vs. IronRuby difference? I fixed this a couple days ago. Don''t know whether it has already been pushed out. Jim? Tomas -----Original Message----- From: ironruby-core-bounces at rubyforge.org [mailto:ironruby-core-bounces at rubyforge.org] On Behalf Of Alex 2k8 Sent: Thursday, January 08, 2009 4:53 PM To: ironruby-core at rubyforge.org Subject: [Ironruby-core] local variables: Ruby vs. IronRuby difference? Hello, Ruby: irb(main):001:0> foo = 3 => 3 irb(main):002:0> foo => 3 IronRuby: >>> foo = 3 => 3 >>> foo :0: undefined method `foo'' for main:Object (NoMethodError) Any idea, why this error thrown by IronRuby? - Alex -- Posted via http://www.ruby-forum.com/. _______________________________________________ Ironruby-core mailing list Ironruby-core at rubyforge.org http://rubyforge.org/mailman/listinfo/ironruby-core
Michael Letterle
2009-Jan-09 06:25 UTC
[Ironruby-core] local variables: Ruby vs. IronRuby difference?
wait.... wait... Does this mean... we''re getting LOCAL variables in the ir REPL!?!?!? On Thu, Jan 8, 2009 at 8:28 PM, Tomas Matousek <Tomas.Matousek at microsoft.com> wrote:> I fixed this a couple days ago. Don''t know whether it has already been > pushed out. Jim? > > Tomas > > -----Original Message----- > From: ironruby-core-bounces at rubyforge.org [mailto: > ironruby-core-bounces at rubyforge.org] On Behalf Of Alex 2k8 > Sent: Thursday, January 08, 2009 4:53 PM > To: ironruby-core at rubyforge.org > Subject: [Ironruby-core] local variables: Ruby vs. IronRuby difference? > > Hello, > > > Ruby: > > irb(main):001:0> foo = 3 > => 3 > irb(main):002:0> foo > => 3 > > IronRuby: > > >>> foo = 3 > => 3 > >>> foo > :0: undefined method `foo'' for main:Object (NoMethodError) > > > Any idea, why this error thrown by IronRuby? > > - Alex > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > Ironruby-core mailing list > Ironruby-core at rubyforge.org > http://rubyforge.org/mailman/listinfo/ironruby-core > > _______________________________________________ > Ironruby-core mailing list > Ironruby-core at rubyforge.org > http://rubyforge.org/mailman/listinfo/ironruby-core >-- Michael Letterle [Polymath Prokrammer] http://blog.prokrams.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/ironruby-core/attachments/20090109/4ddaf2b0/attachment.html>
Jim Deville
2009-Jan-09 07:15 UTC
[Ironruby-core] local variables: Ruby vs. IronRuby difference?
y.e.s. :) From: ironruby-core-bounces at rubyforge.org [mailto:ironruby-core-bounces at rubyforge.org] On Behalf Of Michael Letterle Sent: Thursday, January 08, 2009 10:26 PM To: ironruby-core at rubyforge.org Subject: Re: [Ironruby-core] local variables: Ruby vs. IronRuby difference? wait.... wait... Does this mean... we''re getting LOCAL variables in the ir REPL!?!?!? On Thu, Jan 8, 2009 at 8:28 PM, Tomas Matousek <Tomas.Matousek at microsoft.com<mailto:Tomas.Matousek at microsoft.com>> wrote: I fixed this a couple days ago. Don''t know whether it has already been pushed out. Jim? Tomas -----Original Message----- From: ironruby-core-bounces at rubyforge.org<mailto:ironruby-core-bounces at rubyforge.org> [mailto:ironruby-core-bounces at rubyforge.org<mailto:ironruby-core-bounces at rubyforge.org>] On Behalf Of Alex 2k8 Sent: Thursday, January 08, 2009 4:53 PM To: ironruby-core at rubyforge.org<mailto:ironruby-core at rubyforge.org> Subject: [Ironruby-core] local variables: Ruby vs. IronRuby difference? Hello, Ruby: irb(main):001:0> foo = 3 => 3 irb(main):002:0> foo => 3 IronRuby: >>> foo = 3 => 3 >>> foo :0: undefined method `foo'' for main:Object (NoMethodError) Any idea, why this error thrown by IronRuby? - Alex -- Posted via http://www.ruby-forum.com/. _______________________________________________ Ironruby-core mailing list Ironruby-core at rubyforge.org<mailto:Ironruby-core at rubyforge.org> http://rubyforge.org/mailman/listinfo/ironruby-core _______________________________________________ Ironruby-core mailing list Ironruby-core at rubyforge.org<mailto:Ironruby-core at rubyforge.org> http://rubyforge.org/mailman/listinfo/ironruby-core -- Michael Letterle [Polymath Prokrammer] http://blog.prokrams.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/ironruby-core/attachments/20090108/a876f7f7/attachment.html>
Tomas Matousek
2009-Jan-09 07:37 UTC
[Ironruby-core] local variables: Ruby vs. IronRuby difference?
Yep. See also my blog post - http://blog.tomasm.net. Tomas From: ironruby-core-bounces at rubyforge.org [mailto:ironruby-core-bounces at rubyforge.org] On Behalf Of Michael Letterle Sent: Thursday, January 08, 2009 10:26 PM To: ironruby-core at rubyforge.org Subject: Re: [Ironruby-core] local variables: Ruby vs. IronRuby difference? wait.... wait... Does this mean... we''re getting LOCAL variables in the ir REPL!?!?!? On Thu, Jan 8, 2009 at 8:28 PM, Tomas Matousek <Tomas.Matousek at microsoft.com<mailto:Tomas.Matousek at microsoft.com>> wrote: I fixed this a couple days ago. Don''t know whether it has already been pushed out. Jim? Tomas -----Original Message----- From: ironruby-core-bounces at rubyforge.org<mailto:ironruby-core-bounces at rubyforge.org> [mailto:ironruby-core-bounces at rubyforge.org<mailto:ironruby-core-bounces at rubyforge.org>] On Behalf Of Alex 2k8 Sent: Thursday, January 08, 2009 4:53 PM To: ironruby-core at rubyforge.org<mailto:ironruby-core at rubyforge.org> Subject: [Ironruby-core] local variables: Ruby vs. IronRuby difference? Hello, Ruby: irb(main):001:0> foo = 3 => 3 irb(main):002:0> foo => 3 IronRuby: >>> foo = 3 => 3 >>> foo :0: undefined method `foo'' for main:Object (NoMethodError) Any idea, why this error thrown by IronRuby? - Alex -- Posted via http://www.ruby-forum.com/. _______________________________________________ Ironruby-core mailing list Ironruby-core at rubyforge.org<mailto:Ironruby-core at rubyforge.org> http://rubyforge.org/mailman/listinfo/ironruby-core _______________________________________________ Ironruby-core mailing list Ironruby-core at rubyforge.org<mailto:Ironruby-core at rubyforge.org> http://rubyforge.org/mailman/listinfo/ironruby-core -- Michael Letterle [Polymath Prokrammer] http://blog.prokrams.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/ironruby-core/attachments/20090108/5689a401/attachment.html>