[Ironruby-core] possible problem on mono

2009-02-20 Thread Ivan Porto Carrero
Hi When I try to run the igem script on mono it always comes back with a NullReferenceException. igem list --debug --backtrace ERROR: While executing gem ... (System::NullReferenceException) Object reference not set to an instance of an object IronRuby.Libraries:0:in `TryFlattenArray'

Re: [Ironruby-core] possible problem on mono

2009-02-20 Thread Tomas Matousek
Could you try to narrow it down to a simple repro? What parameters are passed to “flatten!” that make it fail? (You may want to run it with –D to get full stack information, although it will be slower). Tomas From: ironruby-core-boun...@rubyforge.org

Re: [Ironruby-core] Code Review: command_line

2009-02-20 Thread Jimmy Schementi
Awesomo -Original Message- From: ironruby-core-boun...@rubyforge.org [mailto:ironruby-core- boun...@rubyforge.org] On Behalf Of Jim Deville Sent: Thursday, February 19, 2009 4:10 PM To: IronRuby External Code Reviewers Cc: ironruby-core@rubyforge.org Subject: [Ironruby-core] Code