I added the following to http://ironruby.net/Support. Could you send the 
exception information as described below?

Bugs

If you encounter a bug in IronRuby, or would like to ask for a feature, please 
submit an issue<http://ironruby.codeplex.com/WorkItem/Create.aspx> to the 
IronRuby CodePlex project<http://ironruby.codeplex.com>. A good bug report 
should include as much of the following information as possible:

 *   IronRuby version - This is the output of "ir.exe -v" for binary releases, 
or the date and time when you did a GIT pull if you are building from sources, 
and if it is a Debug build or a Release build
 *   Platform - Version of CLR, OS, machine type
 *   MRI results - For pure Ruby code, does it work with ruby.exe
 *   Exception information
    *   For cases where the exception backtrace is printed to the scree, full 
output of "ir.exe -ExceptionDetail"
    *   For cases where the application catches the exception, or if the 
backtrace is not accurate, the call stack from the Call Stack window in VS 
after running using "ir.exe -D", and enabling catching of all Exceptions under 
the "Debug" menu.

Thanks,

Shri





-----Original Message-----
From: ironruby-core-boun...@rubyforge.org 
[mailto:ironruby-core-boun...@rubyforge.org] On Behalf Of Matt Otto
Sent: Thursday, May 07, 2009 10:06 AM
To: ironruby-core@rubyforge.org
Subject: [Ironruby-core] IronRuby and Cucumber - undefined method `bin_path' 
for Gem:Module (NoMethodError)



Hello,



I'm running into the following issue trying to run cucumber with the

latest iron ruby source from git:

c:/ruby/bin/cucumber:19: undefined method `bin_path' for Gem:Module

(NoMethodError)



This occurs when running either icucumber --help or the i18n cucumber

sample. I've not tried any of the other examples.



Yesterday morning I was able to get the scenarios in the i18n examples

to partially execute until they failed with

"Unable to cast from Func to BlockCallTargetN" and :0:in `concat':

can't modify frozen object (TypeError)". exceptions, but after

updating this morning I'm only seeing the undefined method exception.



I'm currently sharing gems between MRI and Iron Ruby if that matters,

and am using the instructions found here for cucumber:

http://wiki.github.com/aslakhellesoy/cucumber/ironruby-and-net



Does anyone have any ideas? Or should I file a bug for this on

CodePlex? Also if you need more information let me know.



Thanks in advance,

Matt

_______________________________________________

Ironruby-core mailing list

Ironruby-core@rubyforge.org

http://rubyforge.org/mailman/listinfo/ironruby-core


_______________________________________________
Ironruby-core mailing list
Ironruby-core@rubyforge.org
http://rubyforge.org/mailman/listinfo/ironruby-core

Reply via email to