Running mspec.rb directly via ir doesn''t work either... D:\dev\ruby\ironruby\head\tests\ironruby\Specs>..\..\..\build\debug\ir mspec.rb D:\dev\ruby\ironruby\head\src\IronRuby.Libraries\Builtins\KernelOps.cs:300:i n `require'': Type ''IronRuby, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, Ruby.Runtime.RubyContext'' is missing or cannot be loaded. (Microsoft::Scripting::Runtime::MissingTypeException) from :0:in `Initialize##1'' -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/ironruby-core/attachments/20080605/bd441d15/attachment.html>
This is the same error with the "SIGNED" conditional compilation symbols. On Thu, Jun 5, 2008 at 9:16 AM, Peter Bacon Darwin < bacondarwin at googlemail.com> wrote:> Running mspec.rb directly via ir doesn''t work either... > > > > D:\dev\ruby\ironruby\head\tests\ironruby\Specs>..\..\..\build\debug\ir > mspec.rb > > D:\dev\ruby\ironruby\head\src\IronRuby.Libraries\Builtins\KernelOps.cs:300:in > `require'': Type ''IronRuby, Version=1.0.0.0, Culture=neutral, > PublicKeyToken=31bf3856ad364e35, Ruby.Runtime.RubyContext'' is > > missing or cannot be loaded. > (Microsoft::Scripting::Runtime::MissingTypeException) > > from :0:in `Initialize##1'' > > _______________________________________________ > Ironruby-core mailing list > Ironruby-core at rubyforge.org > http://rubyforge.org/mailman/listinfo/ironruby-core > >-- Michael Letterle [Polymath Prokrammer] http://blog.prokrams.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/ironruby-core/attachments/20080605/363c7038/attachment.html>
Peter Bacon Darwin:> Running mspec.rb directly via ir doesn''t work either... > > > > D:\dev\ruby\ironruby\head\tests\ironruby\Specs>..\..\..\build\debug\ir > mspec.rb > > D:\dev\ruby\ironruby\head\src\IronRuby.Libraries\Builtins\KernelOps.cs: > 3 > 00:in `require'': Type ''IronRuby, Version=1.0.0.0, Culture=neutral, > PublicKeyToken=31bf3856ad364e35, Ruby.Runtime.RubyContext'' is > > missing or cannot be loaded. > (Microsoft::Scripting::Runtime::MissingTypeException) > > from :0:in `Initialize##1''There''s something busted in the external transform for mspec. So please avoid using it for the time being - rake spec - - fail and friends should still work in this release. Jim - can you investigate? Thanks, -John
Yeah, I''ll try running the transform and see what''s not getting pushed over. JD -----Original Message----- From: John Lam (IRONRUBY) Sent: Thursday, June 05, 2008 8:06 AM To: ironruby-core at rubyforge.org; Jim Deville Subject: RE: [Ironruby-core] rake mspec Peter Bacon Darwin:> Running mspec.rb directly via ir doesn''t work either... > > > > D:\dev\ruby\ironruby\head\tests\ironruby\Specs>..\..\..\build\debug\ir > mspec.rb > > D:\dev\ruby\ironruby\head\src\IronRuby.Libraries\Builtins\KernelOps.cs: > 3 > 00:in `require'': Type ''IronRuby, Version=1.0.0.0, Culture=neutral, > PublicKeyToken=31bf3856ad364e35, Ruby.Runtime.RubyContext'' is > > missing or cannot be loaded. > (Microsoft::Scripting::Runtime::MissingTypeException) > > from :0:in `Initialize##1''There''s something busted in the external transform for mspec. So please avoid using it for the time being - rake spec - - fail and friends should still work in this release. Jim - can you investigate? Thanks, -John
Thanks for kicking me about the SIGNED symbol Michael. It hadn''t been a problem for a few revisions so I forgot about it. From: ironruby-core-bounces at rubyforge.org [mailto:ironruby-core-bounces at rubyforge.org] On Behalf Of Michael Letterle Sent: Thursday,05 June 05, 2008 15:17 To: ironruby-core at rubyforge.org Subject: Re: [Ironruby-core] rake mspec This is the same error with the "SIGNED" conditional compilation symbols. On Thu, Jun 5, 2008 at 9:16 AM, Peter Bacon Darwin <bacondarwin at googlemail.com> wrote: Running mspec.rb directly via ir doesn''t work either... D:\dev\ruby\ironruby\head\tests\ironruby\Specs>..\..\..\build\debug\ir mspec.rb D:\dev\ruby\ironruby\head\src\IronRuby.Libraries\Builtins\KernelOps.cs:300:i n `require'': Type ''IronRuby, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, Ruby.Runtime.RubyContext'' is missing or cannot be loaded. (Microsoft::Scripting::Runtime::MissingTypeException) from :0:in `Initialize##1'' _______________________________________________ Ironruby-core mailing list Ironruby-core at rubyforge.org http://rubyforge.org/mailman/listinfo/ironruby-core -- Michael Letterle [Polymath Prokrammer] http://blog.prokrams.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/ironruby-core/attachments/20080605/bd2dc18f/attachment.html>