Re: [Ironruby-core] Xna+IronRuby+RubyNewb=headache

2008-12-15 Thread Curt Hagenlocher
It would probably be useful if you could describe more specifically what isn't working. -Original Message- From: ironruby-core-boun...@rubyforge.org [mailto:ironruby-core-boun...@rubyforge.org] On Behalf Of Gabriel Rotar Sent: Sunday, December 14, 2008 6:28 PM To: ironruby-core@rubyforge

Re: [Ironruby-core] Xna+IronRuby+RubyNewb=headache

2008-12-15 Thread Gabriel Rotar
As you say "Initialize" is different from "initialize" so I have the the constructor: def initialize graphics = GraphicsDeviceManager.new self super end witch works and then i have the Initialize procedure def Initialize super end witch manages the actual 3d viewport, it is called every

Re: [Ironruby-core] Xna+IronRuby+RubyNewb=headache

2008-12-15 Thread Dudu Baião
I've already posted about this issue weeks ago. I was playing iwth XNA too. The IronRuby it's not passing correctly the parameters for the super class methods. 2008/12/15 Gabriel Rotar : > As you say "Initialize" is different from "initialize" > so I have the the constructor: > > def initialize

[Ironruby-core] Code Review: gitintegration2

2008-12-15 Thread Jim Deville
tfpt review "/shelveset:gitintegration2;REDMOND\jdeville" Comment : Context.rb * Add helpers for mono and rake version * changed the is_test? method to rely on the presence of the test environment variable instead of the value of it. git.rake * refactor to_git * added from_git, gi

Re: [Ironruby-core] Code Review: gitintegration2

2008-12-15 Thread Jim Deville
Reviewed with Jimmy on IRC. -Original Message- From: ironruby-core-boun...@rubyforge.org [mailto:ironruby-core-boun...@rubyforge.org] On Behalf Of Jim Deville Sent: Monday, December 15, 2008 3:32 PM To: IronRuby External Code Reviewers Cc: ironruby-core@rubyforge.org; Martin Maly Subject:

Re: [Ironruby-core] Code Review: gitintegration2

2008-12-15 Thread Jim Deville
And cleared with Martin. I'm going to check this in. -Original Message- From: ironruby-core-boun...@rubyforge.org [mailto:ironruby-core-boun...@rubyforge.org] On Behalf Of Jim Deville Sent: Monday, December 15, 2008 8:08 PM To: ironruby-core@rubyforge.org; IronRuby External Code Reviewers

Re: [Ironruby-core] Xna+IronRuby+RubyNewb=headache

2008-12-15 Thread Gabriel Rotar
Dudu Baião wrote: > The IronRuby it's not passing correctly the parameters for the super > class methods. That is a bummer :( Hopeful IronRuby will improve over time. Guess I'll try with IronPython -- Posted via http://www.ruby-forum.com/. ___ Ironruby

Re: [Ironruby-core] Determining line number of runtime errors

2008-12-15 Thread Jim Deville
Has this been answered? I don't think it has yet. John, Tomas or Curt? -Original Message- From: ironruby-core-boun...@rubyforge.org [mailto:ironruby-core-boun...@rubyforge.org] On Behalf Of Benjamin van der Veen Sent: Thursday, December 11, 2008 11:56 AM To: ironruby-core@rubyforge.org Su

Re: [Ironruby-core] Code Review: gitintegration2

2008-12-15 Thread Jimmy Schementi
Looks awesome. Have you tested this on a local copy of ironruby/ironruby.git, or your own fork? From: ironruby-core-boun...@rubyforge.org [ironruby-core-boun...@rubyforge.org] On Behalf Of Jim Deville [jdevi...@microsoft.com] Sent: Monday, December 15, 20

Re: [Ironruby-core] Determining line number of runtime errors

2008-12-15 Thread Curt Hagenlocher
>From the hosting interface, you need to manually set RuntimeSetup.DebugMode = >true when creating the ScriptRuntime. -Original Message- From: ironruby-core-boun...@rubyforge.org [mailto:ironruby-core-boun...@rubyforge.org] On Behalf Of Jim Deville Sent: Monday, December 15, 2008 4:45 PM

Re: [Ironruby-core] Xna+IronRuby+RubyNewb=headache

2008-12-15 Thread Curt Hagenlocher
IronRuby is still in "alpha". CLR interop is a place we know is still particularly weak. IronPython just released version 2.0, and is considerably more mature. If your goal is to have a fairly polished dynamic language that runs on .NET, then IronPython is probably a better choice. If you li

[Ironruby-core] SVN, Git, Rubyspec, Ironruby-Tags updated

2008-12-15 Thread Jim Deville
I've pushed out new versions of SVN, Git, Rubyspec and IronRuby-tags. Sorry about the dry spell, I'll try to keep up the daily releases. Enjoy! JD ___ Ironruby-core mailing list Ironruby-core@rubyforge.org http://rubyforge.org/mailman/listinfo/ironruby