[Ironruby-core] inspect in console
Tomas Matousek
Tomas.Matousek at microsoft.com
Thu Jul 24 18:47:35 EDT 2008
-i was Python specific option, MRI uses this option for a different feature (that we don’t support yet).
Tomas
From: ironruby-core-bounces at rubyforge.org [mailto:ironruby-core-bounces at rubyforge.org] On Behalf Of Ivan Porto Carrero
Sent: Thursday, July 24, 2008 12:16 PM
To: ironruby-core at rubyforge.org
Subject: [Ironruby-core] inspect in console
Hi,
Did the -i switch break on the ir command ?
I create a file test.rb with the following content:
myvar = "hello world"
puts myvar
and then type in ir -i test.rb
That yields: (loosely translated I can't find the file .....\-i )
mscorlib:0:in `WinIOError': Kan bestand C:\projects\lumpr\src\Sylvester.DesktopEdition\Sylvester.IronRuby\-i niet vinden
. (System::IO::FileNotFoundException)
from mscorlib:0:in `Init'
from mscorlib:0:in `.ctor'
from c:\tools\IronRuby\src\microsoft.scripting.core\PlatformAdaptationLayer.cs:187:in `OpenInputFileStream'
from c:\tools\IronRuby\src\microsoft.scripting.core\SourceFileContentProvider.cs:62:in `GetStream'
from c:\tools\IronRuby\src\microsoft.scripting.core\SourceFileContentProvider.cs:45:in `GetStream'
from c:\tools\IronRuby\src\microsoft.scripting.core\runtime\languageboundtextcontentprovider.cs:38:in `GetReader
'
from c:\tools\IronRuby\src\microsoft.scripting.core\sourceunit.cs:102:in `GetReader'
from c:\tools\IronRuby\src\microsoft.scripting.core\sourceunit.cs:212:in `Compile'
from c:\tools\IronRuby\src\microsoft.scripting.core\sourceunit.cs:246:in `ExecuteProgram'
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://rubyforge.org/pipermail/ironruby-core/attachments/20080724/7ffb08d9/attachment.html>
More information about the Ironruby-core
mailing list