berkesokhan / rubydotnetcompiler

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

File.expand_path("..") fails #36

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
C:\ruby.net\bin>ruby -e 'File.expand_path("..")'

Unhandled Exception: System.IndexOutOfRangeException: Index was outside the
bounds of the array.
   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 6

That particular bug is an easy fix, but then it fails somewhere else. I'm
working on a complete fix.

Original issue reported on code.google.com by sason...@gmail.com on 2 Oct 2007 at 2:23

GoogleCodeExporter commented 9 years ago

Original comment by sason...@gmail.com on 2 Oct 2007 at 2:24

GoogleCodeExporter commented 9 years ago

Original comment by sason...@gmail.com on 4 Oct 2007 at 9:18