Hi, I''m new to IronRuby. I downloaded "IronRuby Alpha" and I am confused about the command line options of ir.exe. If I do: ir.exe -h It does not even list the option -AI which is used by ir.cmd. Is there a list of all the command line options somewhere? Is there a source code file I should look into in IronRuby itself? Thanks,
This option will be removed in the next release. The file is Ruby\Hosting\RubyOptionsParser.cs Tomas -----Original Message----- From: ironruby-core-bounces at rubyforge.org [mailto:ironruby-core-bounces at rubyforge.org] On Behalf Of hellosticky Sent: Tuesday, August 26, 2008 1:01 PM To: IronRuby Subject: [Ironruby-core] Command Line Options Hi, I''m new to IronRuby. I downloaded "IronRuby Alpha" and I am confused about the command line options of ir.exe. If I do: ir.exe -h It does not even list the option -AI which is used by ir.cmd. Is there a list of all the command line options somewhere? Is there a source code file I should look into in IronRuby itself? Thanks, _______________________________________________ Ironruby-core mailing list Ironruby-core at rubyforge.org http://rubyforge.org/mailman/listinfo/ironruby-core
Thanks. I tried the -save option to create a DLL but it doesn''t seem to be working?> -----Original Message----- > From: Tomas Matousek [mailto:Tomas.Matousek at microsoft.com] > Sent: Tuesday, August 26, 2008 4:10 PM > To: hellosticky at gmail.com; ironruby-core at rubyforge.org > Subject: RE: [Ironruby-core] Command Line Options > > This option will be removed in the next release. > > The file is Ruby\Hosting\RubyOptionsParser.cs > > Tomas > > -----Original Message----- > From: ironruby-core-bounces at rubyforge.org > [mailto:ironruby-core-bounces at rubyforge.org] On Behalf Of hellosticky > Sent: Tuesday, August 26, 2008 1:01 PM > To: IronRuby > Subject: [Ironruby-core] Command Line Options > > Hi, I''m new to IronRuby. I downloaded "IronRuby Alpha" and I > am confused about the command line options of ir.exe. If I do: > > ir.exe -h > > It does not even list the option -AI which is used by ir.cmd. > Is there a list of all the command line options somewhere? Is > there a source code file I should look into in IronRuby itself? > > Thanks, > > _______________________________________________ > Ironruby-core mailing list > Ironruby-core at rubyforge.org > http://rubyforge.org/mailman/listinfo/ironruby-core > >
FYI cjac at dev0:/usr/src/svn/rubyforge/ironruby$ svn info trunk/src/ironruby/Hosting/RubyOptionsParser.cs Path: trunk/src/ironruby/Hosting/RubyOptionsParser.cs Name: RubyOptionsParser.cs URL: http://ironruby.rubyforge.org/svn/trunk/src/ironruby/Hosting/RubyOptionsParser.cs Repository Root: http://ironruby.rubyforge.org/svn Repository UUID: 35c07f8d-9825-4069-8e05-7d567adbdaa8 Revision: 138 Node Kind: file Schedule: normal Last Changed Author: jlam Last Changed Rev: 135 Last Changed Date: 2008-08-19 20:34:58 +0000 (Tue, 19 Aug 2008) Text Last Updated: 2008-08-26 20:20:34 +0000 (Tue, 26 Aug 2008) Checksum: 39528db3319697c0e5c19deec70393c5 On Tue, Aug 26, 2008 at 01:10:20PM -0700, Tomas Matousek wrote:> This option will be removed in the next release. > > The file is Ruby\Hosting\RubyOptionsParser.cs > > Tomas > > -----Original Message----- > From: ironruby-core-bounces at rubyforge.org [mailto:ironruby-core-bounces at rubyforge.org] On Behalf Of hellosticky > Sent: Tuesday, August 26, 2008 1:01 PM > To: IronRuby > Subject: [Ironruby-core] Command Line Options > > Hi, I''m new to IronRuby. I downloaded "IronRuby Alpha" and I am confused about the command line options of ir.exe. If I do: > > ir.exe -h > > It does not even list the option -AI which is used by ir.cmd. Is there a list of all the command line options somewhere? Is there a source code file I should look into in IronRuby itself? > > Thanks, > > _______________________________________________ > Ironruby-core mailing list > Ironruby-core at rubyforge.org > http://rubyforge.org/mailman/listinfo/ironruby-core > > _______________________________________________ > Ironruby-core mailing list > Ironruby-core at rubyforge.org > http://rubyforge.org/mailman/listinfo/ironruby-core-------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: Digital signature URL: <http://rubyforge.org/pipermail/ironruby-core/attachments/20080826/034bf6fb/attachment.bin>
Yes, the -save option C.J. pointed to does create the DLL, but running ildasm on it, there''s nothing in there. I''m guessing this is a feature that isn''t supported yet and that I will have to write my own DLL creation? If so, any hints on how to do this?> -----Original Message----- > From: C.J. Adams-Collier [mailto:cjac at colliertech.org] > Sent: Tuesday, August 26, 2008 4:45 PM > To: ironruby-core at rubyforge.org > Cc: hellosticky at gmail.com > Subject: Re: [Ironruby-core] Command Line Options > > FYI > > cjac at dev0:/usr/src/svn/rubyforge/ironruby$ svn info > trunk/src/ironruby/Hosting/RubyOptionsParser.cs > Path: trunk/src/ironruby/Hosting/RubyOptionsParser.cs > Name: RubyOptionsParser.cs > URL: > http://ironruby.rubyforge.org/svn/trunk/src/ironruby/Hosting/R > ubyOptionsParser.cs > Repository Root: http://ironruby.rubyforge.org/svn > Repository UUID: 35c07f8d-9825-4069-8e05-7d567adbdaa8 > Revision: 138 > Node Kind: file > Schedule: normal > Last Changed Author: jlam > Last Changed Rev: 135 > Last Changed Date: 2008-08-19 20:34:58 +0000 (Tue, 19 Aug 2008) > Text Last Updated: 2008-08-26 20:20:34 +0000 (Tue, 26 Aug 2008) > Checksum: 39528db3319697c0e5c19deec70393c5 > > > > On Tue, Aug 26, 2008 at 01:10:20PM -0700, Tomas Matousek wrote: > > This option will be removed in the next release. > > > > The file is Ruby\Hosting\RubyOptionsParser.cs > > > > Tomas > > > > -----Original Message----- > > From: ironruby-core-bounces at rubyforge.org > [mailto:ironruby-core-bounces at rubyforge.org] On Behalf Of hellosticky > > Sent: Tuesday, August 26, 2008 1:01 PM > > To: IronRuby > > Subject: [Ironruby-core] Command Line Options > > > > Hi, I''m new to IronRuby. I downloaded "IronRuby Alpha" and > I am confused about the command line options of ir.exe. If I do: > > > > ir.exe -h > > > > It does not even list the option -AI which is used by > ir.cmd. Is there a list of all the command line options > somewhere? Is there a source code file I should look into in > IronRuby itself? > > > > Thanks, > > > > _______________________________________________ > > Ironruby-core mailing list > > Ironruby-core at rubyforge.org > > http://rubyforge.org/mailman/listinfo/ironruby-core > > > > _______________________________________________ > > Ironruby-core mailing list > > Ironruby-core at rubyforge.org > > http://rubyforge.org/mailman/listinfo/ironruby-core >
Right, precompilation is not supported yet. -save is an experimental option. Tomas -----Original Message----- From: ironruby-core-bounces at rubyforge.org [mailto:ironruby-core-bounces at rubyforge.org] On Behalf Of hellosticky Sent: Tuesday, August 26, 2008 2:11 PM To: ''C.J. Adams-Collier''; ironruby-core at rubyforge.org Subject: Re: [Ironruby-core] Command Line Options Yes, the -save option C.J. pointed to does create the DLL, but running ildasm on it, there''s nothing in there. I''m guessing this is a feature that isn''t supported yet and that I will have to write my own DLL creation? If so, any hints on how to do this?> -----Original Message----- > From: C.J. Adams-Collier [mailto:cjac at colliertech.org] > Sent: Tuesday, August 26, 2008 4:45 PM > To: ironruby-core at rubyforge.org > Cc: hellosticky at gmail.com > Subject: Re: [Ironruby-core] Command Line Options > > FYI > > cjac at dev0:/usr/src/svn/rubyforge/ironruby$ svn info > trunk/src/ironruby/Hosting/RubyOptionsParser.cs > Path: trunk/src/ironruby/Hosting/RubyOptionsParser.cs > Name: RubyOptionsParser.cs > URL: > http://ironruby.rubyforge.org/svn/trunk/src/ironruby/Hosting/R > ubyOptionsParser.cs > Repository Root: http://ironruby.rubyforge.org/svn > Repository UUID: 35c07f8d-9825-4069-8e05-7d567adbdaa8 > Revision: 138 > Node Kind: file > Schedule: normal > Last Changed Author: jlam > Last Changed Rev: 135 > Last Changed Date: 2008-08-19 20:34:58 +0000 (Tue, 19 Aug 2008) > Text Last Updated: 2008-08-26 20:20:34 +0000 (Tue, 26 Aug 2008) > Checksum: 39528db3319697c0e5c19deec70393c5 > > > > On Tue, Aug 26, 2008 at 01:10:20PM -0700, Tomas Matousek wrote: > > This option will be removed in the next release. > > > > The file is Ruby\Hosting\RubyOptionsParser.cs > > > > Tomas > > > > -----Original Message----- > > From: ironruby-core-bounces at rubyforge.org > [mailto:ironruby-core-bounces at rubyforge.org] On Behalf Of hellosticky > > Sent: Tuesday, August 26, 2008 1:01 PM > > To: IronRuby > > Subject: [Ironruby-core] Command Line Options > > > > Hi, I''m new to IronRuby. I downloaded "IronRuby Alpha" and > I am confused about the command line options of ir.exe. If I do: > > > > ir.exe -h > > > > It does not even list the option -AI which is used by > ir.cmd. Is there a list of all the command line options > somewhere? Is there a source code file I should look into in > IronRuby itself? > > > > Thanks, > > > > _______________________________________________ > > Ironruby-core mailing list > > Ironruby-core at rubyforge.org > > http://rubyforge.org/mailman/listinfo/ironruby-core > > > > _______________________________________________ > > Ironruby-core mailing list > > Ironruby-core at rubyforge.org > > http://rubyforge.org/mailman/listinfo/ironruby-core >_______________________________________________ Ironruby-core mailing list Ironruby-core at rubyforge.org http://rubyforge.org/mailman/listinfo/ironruby-core