dbremner / rubydotnetcompiler

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

Ruby.exe -e "1*2/3" -- throws System.ArgumentException #58

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
C:\ruby.net\bin> Ruby.exe -e "1*2/3"

Unhandled Exception: System.ArgumentException: The path is not of a legal form.
   at System.IO.Path.NormalizePathFast(String path, Boolean fullCheck)
   at System.IO.Path.GetFullPathInternal(String path)
   at System.IO.Directory.InternalGetFileDirectoryNames(String path, String
userPathOriginal, String searchPattern, Boolean includeFiles, Boolean
includeDirs, SearchOption searchOption)
   at System.IO.Directory.GetDirectories(String path, String searchPattern,
SearchOption searchOption)
   at Ruby.Dir.glob(String searchString) in
C:\ruby.net\src\RubyRuntime\Built-in Classes\Dir.cs:line 257
   at Ruby.Runtime.Options.rb_w32_cmdvector(String cmd) in
C:\ruby.net\src\RubyRuntime\Runtime\Options.cs:line 170
   at Ruby.Compiler.RubyEntry.process_options() in
C:\ruby.net\src\RubyRuntime\Compiler\Ruby.cs:line 53
   at Ruby.Compiler.RubyEntry.Process(String[] args) in
C:\ruby.net\src\RubyRuntime\Compiler\Ruby.cs:line 43
   at RubyMain.Main(String[] args) in C:\ruby.net\src\Ruby\Main.cs:line 6

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

GoogleCodeExporter commented 8 years ago

Original comment by meaningi...@gmail.com on 1 Nov 2007 at 5:01