dbremner / rubydotnetcompiler

Automatically exported from code.google.com/p/rubydotnetcompiler
0 stars 0 forks source link

InvalidProgramException for "%w()" #31

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Test case:

  %w()

Result:

  Unhandled Exception: System.InvalidProgramException: Common Language
Runtime detected an invalid program.
     at Ruby.Compiler.AST.SOURCEFILE.ExecuteMain(Assembly Assembly,
String[] args)
     at Ruby.Compiler.AST.SOURCEFILE.ExecuteMain(PEFile Assembly, String[]
args)
     at Ruby.Compiler.RubyEntry.Process(String[] args)
     at RubyMain.Main(String[] args) in C:\ruby.net\src\Ruby\Main.cs:line 5

This prevents dcov from running.

Original issue reported on code.google.com by sason...@gmail.com on 27 Sep 2007 at 11:07

GoogleCodeExporter commented 8 years ago

Original comment by meaningi...@gmail.com on 2 Oct 2007 at 7:58