Do the -X:... console arguments work for anybody? ? C:\tools\IronRuby\build\debug\rbx -X:TabCompletion mscorlib:0:in `CanonicalizePath'': The given path''s format is not supported. (System::NotSupportedException) from mscorlib:0:in `CreateListFromExpressions'' from mscorlib:0:in `AddPathList'' from mscorlib:0:in `.ctor'' from mscorlib:0:in `Init'' from mscorlib:0:in `.ctor'' ? C:\tools\IronRuby\build\debug\rbx -X:ShowASTs mscorlib:0:in `CanonicalizePath'': The given path''s format is not supported. (System::NotSupportedException) from mscorlib:0:in `CreateListFromExpressions'' from mscorlib:0:in `AddPathList'' from mscorlib:0:in `.ctor'' from mscorlib:0:in `Init'' from mscorlib:0:in `.ctor'' ? rbx -X:AutoIndent mscorlib:0:in `CanonicalizePath'': The given path''s format is not supported. (System::NotSupportedException) from mscorlib:0:in `CreateListFromExpressions'' from mscorlib:0:in `AddPathList'' from mscorlib:0:in `.ctor'' from mscorlib:0:in `Init'' from mscorlib:0:in `.ctor'' Cheers Ivan -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/ironruby-core/attachments/20080314/29fb5d71/attachment.html
rbx -X:TabCompletion>>> 1.<TAB>It throws and exception dialog (attached) rbx -X:ShowASTs>>> 1It shows ok>>> 1+1It shows ok rbx -X:AutoIndent don''t sure how to use this funcionality, but console load and seems to work. XP SP2 VS2008 On Thu, Mar 13, 2008 at 8:30 PM, Ivan Porto Carrero <ivan at flanders.co.nz> wrote:> Do the -X:... console arguments work for anybody? > > ? C:\tools\IronRuby\build\debug\rbx -X:TabCompletion > mscorlib:0:in `CanonicalizePath'': The given path''s format is not > supported. (System::NotSupportedException) > from mscorlib:0:in `CreateListFromExpressions'' > from mscorlib:0:in `AddPathList'' > from mscorlib:0:in `.ctor'' > from mscorlib:0:in `Init'' > from mscorlib:0:in `.ctor'' > > ? C:\tools\IronRuby\build\debug\rbx -X:ShowASTs > mscorlib:0:in `CanonicalizePath'': The given path''s format is not > supported. (System::NotSupportedException) > from mscorlib:0:in `CreateListFromExpressions'' > from mscorlib:0:in `AddPathList'' > from mscorlib:0:in `.ctor'' > from mscorlib:0:in `Init'' > from mscorlib:0:in `.ctor'' > > ? rbx -X:AutoIndent > mscorlib:0:in `CanonicalizePath'': The given path''s format is not > supported. (System::NotSupportedException) > from mscorlib:0:in `CreateListFromExpressions'' > from mscorlib:0:in `AddPathList'' > from mscorlib:0:in `.ctor'' > from mscorlib:0:in `Init'' > from mscorlib:0:in `.ctor'' > > Cheers > Ivan > > _______________________________________________ > Ironruby-core mailing list > Ironruby-core at rubyforge.org > http://rubyforge.org/mailman/listinfo/ironruby-core > >-- Brian J. Cardiff bcardiff(?)gmail.com . -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/ironruby-core/attachments/20080313/9e373d14/attachment.html
the attach. sorry. On Thu, Mar 13, 2008 at 8:45 PM, Brian J. Cardiff <bcardiff at gmail.com> wrote:> rbx -X:TabCompletion > >>> 1.<TAB> > It throws and exception dialog (attached) > > rbx -X:ShowASTs > >>> 1 > It shows ok > >>> 1+1 > It shows ok > > rbx -X:AutoIndent > don''t sure how to use this funcionality, but console load and seems to > work. > > XP SP2 VS2008 > > On Thu, Mar 13, 2008 at 8:30 PM, Ivan Porto Carrero <ivan at flanders.co.nz> > wrote: > > > Do the -X:... console arguments work for anybody? > > > > ? C:\tools\IronRuby\build\debug\rbx -X:TabCompletion > > mscorlib:0:in `CanonicalizePath'': The given path''s format is not > > supported. (System::NotSupportedException) > > from mscorlib:0:in `CreateListFromExpressions'' > > from mscorlib:0:in `AddPathList'' > > from mscorlib:0:in `.ctor'' > > from mscorlib:0:in `Init'' > > from mscorlib:0:in `.ctor'' > > > > ? C:\tools\IronRuby\build\debug\rbx -X:ShowASTs > > mscorlib:0:in `CanonicalizePath'': The given path''s format is not > > supported. (System::NotSupportedException) > > from mscorlib:0:in `CreateListFromExpressions'' > > from mscorlib:0:in `AddPathList'' > > from mscorlib:0:in `.ctor'' > > from mscorlib:0:in `Init'' > > from mscorlib:0:in `.ctor'' > > > > ? rbx -X:AutoIndent > > mscorlib:0:in `CanonicalizePath'': The given path''s format is not > > supported. (System::NotSupportedException) > > from mscorlib:0:in `CreateListFromExpressions'' > > from mscorlib:0:in `AddPathList'' > > from mscorlib:0:in `.ctor'' > > from mscorlib:0:in `Init'' > > from mscorlib:0:in `.ctor'' > > > > Cheers > > Ivan > > > > _______________________________________________ > > Ironruby-core mailing list > > Ironruby-core at rubyforge.org > > http://rubyforge.org/mailman/listinfo/ironruby-core > > > > > > > -- > Brian J. Cardiff > bcardiff(?)gmail.com > .-- Brian J. Cardiff bcardiff(?)gmail.com . -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/ironruby-core/attachments/20080313/ba66ef6e/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: autocompletion-error.png Type: image/png Size: 24021 bytes Desc: not available Url : http://rubyforge.org/pipermail/ironruby-core/attachments/20080313/ba66ef6e/attachment-0001.png
Ok It seems to only be broken in PowerShell when I use cmd things work. On Fri, Mar 14, 2008 at 11:46 AM, Brian J. Cardiff <bcardiff at gmail.com> wrote:> the attach. sorry. > > On Thu, Mar 13, 2008 at 8:45 PM, Brian J. Cardiff <bcardiff at gmail.com> > wrote: > > > rbx -X:TabCompletion > > >>> 1.<TAB> > > It throws and exception dialog (attached) > > > > rbx -X:ShowASTs > > >>> 1 > > It shows ok > > >>> 1+1 > > It shows ok > > > > rbx -X:AutoIndent > > don''t sure how to use this funcionality, but console load and seems to > > work. > > > > XP SP2 VS2008 > > > > On Thu, Mar 13, 2008 at 8:30 PM, Ivan Porto Carrero <ivan at flanders.co.nz> > > wrote: > > > > > Do the -X:... console arguments work for anybody? > > > > > > ? C:\tools\IronRuby\build\debug\rbx -X:TabCompletion > > > mscorlib:0:in `CanonicalizePath'': The given path''s format is not > > > supported. (System::NotSupportedException) > > > from mscorlib:0:in `CreateListFromExpressions'' > > > from mscorlib:0:in `AddPathList'' > > > from mscorlib:0:in `.ctor'' > > > from mscorlib:0:in `Init'' > > > from mscorlib:0:in `.ctor'' > > > > > > ? C:\tools\IronRuby\build\debug\rbx -X:ShowASTs > > > mscorlib:0:in `CanonicalizePath'': The given path''s format is not > > > supported. (System::NotSupportedException) > > > from mscorlib:0:in `CreateListFromExpressions'' > > > from mscorlib:0:in `AddPathList'' > > > from mscorlib:0:in `.ctor'' > > > from mscorlib:0:in `Init'' > > > from mscorlib:0:in `.ctor'' > > > > > > ? rbx -X:AutoIndent > > > mscorlib:0:in `CanonicalizePath'': The given path''s format is not > > > supported. (System::NotSupportedException) > > > from mscorlib:0:in `CreateListFromExpressions'' > > > from mscorlib:0:in `AddPathList'' > > > from mscorlib:0:in `.ctor'' > > > from mscorlib:0:in `Init'' > > > from mscorlib:0:in `.ctor'' > > > > > > Cheers > > > Ivan > > > > > > _______________________________________________ > > > Ironruby-core mailing list > > > Ironruby-core at rubyforge.org > > > http://rubyforge.org/mailman/listinfo/ironruby-core > > > > > > > > > > > > -- > > Brian J. Cardiff > > bcardiff(?)gmail.com > > . > > > > > -- > Brian J. Cardiff > bcardiff(?)gmail.com > . > _______________________________________________ > Ironruby-core mailing list > Ironruby-core at rubyforge.org > http://rubyforge.org/mailman/listinfo/ironruby-core > >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/ironruby-core/attachments/20080314/9faf2afb/attachment.html
Member completion is not implemented yet in IronRuby. Tomas From: ironruby-core-bounces at rubyforge.org [mailto:ironruby-core-bounces at rubyforge.org] On Behalf Of Brian J. Cardiff Sent: Thursday, March 13, 2008 3:46 PM To: ironruby-core at rubyforge.org Subject: Re: [Ironruby-core] Console arguments broken? the attach. sorry. On Thu, Mar 13, 2008 at 8:45 PM, Brian J. Cardiff <bcardiff at gmail.com<mailto:bcardiff at gmail.com>> wrote: rbx -X:TabCompletion>>> 1.<TAB>It throws and exception dialog (attached) rbx -X:ShowASTs>>> 1It shows ok>>> 1+1It shows ok rbx -X:AutoIndent don''t sure how to use this funcionality, but console load and seems to work. XP SP2 VS2008 On Thu, Mar 13, 2008 at 8:30 PM, Ivan Porto Carrero <ivan at flanders.co.nz<mailto:ivan at flanders.co.nz>> wrote: Do the -X:... console arguments work for anybody?> C:\tools\IronRuby\build\debug\rbx -X:TabCompletionmscorlib:0:in `CanonicalizePath'': The given path''s format is not supported. (System::NotSupportedException) from mscorlib:0:in `CreateListFromExpressions'' from mscorlib:0:in `AddPathList'' from mscorlib:0:in `.ctor'' from mscorlib:0:in `Init'' from mscorlib:0:in `.ctor''> C:\tools\IronRuby\build\debug\rbx -X:ShowASTsmscorlib:0:in `CanonicalizePath'': The given path''s format is not supported. (System::NotSupportedException) from mscorlib:0:in `CreateListFromExpressions'' from mscorlib:0:in `AddPathList'' from mscorlib:0:in `.ctor'' from mscorlib:0:in `Init'' from mscorlib:0:in `.ctor''> rbx -X:AutoIndentmscorlib:0:in `CanonicalizePath'': The given path''s format is not supported. (System::NotSupportedException) from mscorlib:0:in `CreateListFromExpressions'' from mscorlib:0:in `AddPathList'' from mscorlib:0:in `.ctor'' from mscorlib:0:in `Init'' from mscorlib:0:in `.ctor'' Cheers Ivan _______________________________________________ Ironruby-core mailing list Ironruby-core at rubyforge.org<mailto:Ironruby-core at rubyforge.org> http://rubyforge.org/mailman/listinfo/ironruby-core -- Brian J. Cardiff bcardiff(?)gmail.com . -- Brian J. Cardiff bcardiff(?)gmail.com . -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/ironruby-core/attachments/20080313/fae0494a/attachment.html