Re: [Ironruby-core] Ruby 1.9.1 stable released

2009-02-04 Thread Nathan Stott
What are "modulo continuations"? I've never heard that term. I've done very little ruby work but am interested in the topic. I did a quick google and only things related to iron ruby came back when I entered modulo continuations. On Wed, Feb 4, 2009 at 4:28 PM, Jimmy Schementi < jimmy.scheme...

Re: [Ironruby-core] videos over IronRuby

2009-02-04 Thread Nathan Stott
Your English accent is fine. If you work on your 'r' no one will even know what country you are from. No native English speaker would have any difficulty understanding you. On Wed, Feb 4, 2009 at 4:37 AM, Ivan Porto Carrero wrote: > Hi, > I did a couple presentations the last few months on IronR

Re: [Ironruby-core] Ruby 1.9.1 stable released

2009-02-05 Thread Nathan Stott
yforge.org [mailto: > ironruby-core-boun...@rubyforge.org] *On Behalf Of *Nathan Stott > *Sent:* Wednesday, February 04, 2009 6:41 PM > *To:* ironruby-core@rubyforge.org > *Subject:* Re: [Ironruby-core] Ruby 1.9.1 stable released > > > > What are "modulo continuations"

[Ironruby-core] problem

2009-03-18 Thread Nathan Stott
Hi all. I have a question that probably belongs on a users mailing list but I could not find one. I get the following error when trying to use my IronRuby windsor registration script: System.InvalidOperationException: can't convert Castle::Core::ComponentModel into Castle::Core::ComponentModel I

Re: [Ironruby-core] problem

2009-03-18 Thread Nathan Stott
} } 2009/3/18 Tomas Matousek > How do you run this script? From command line (ir.exe script.rb) or do > you use hosting API? > > > > Tomas > > > > *From:* ironruby-core-boun...@rubyforge.org [mailto: > ironruby-core-boun...@rubyforge.org] *On Behalf Of *Nath

Re: [Ironruby-core] problem

2009-03-18 Thread Nathan Stott
vice.ComponentLoader.Load(IWindsorContainer container, TextReader reader) in ComponentLoader.cs: line 64 at Motorpool.Calendar.Web.Test.ComponentLoaderRegisteringComponentContext .ShouldRegisterComponent() in ComponentLoaderRegisteringComponentContext.cs: line 26 On Wed, Mar 18, 2009 at 1:55 PM, Nathan Stott w

Re: [Ironruby-core] problem

2009-03-18 Thread Nathan Stott
8a8c27e5dda7/src/Ninject.Dynamic/RubyEngine.cs#L166 > > http://github.com/casualjim/ninject-dynamic/blob/0b531d9e3ae46cc3e8549c9cfc078a8c27e5dda7/src/Ninject.Dynamic/RubyEngine.cs#L142 > > http://github.com/casualjim/ninject-dynamic/blob/0b531d9e3ae46cc3e8549c9cfc078a8c27e5dda7/src/Ninject.Dyn

Re: [Ironruby-core] problem

2009-03-18 Thread Nathan Stott
> testing > > On Wed, Mar 18, 2009 at 8:22 PM, Ivan Porto Carrero > wrote: > >> Are you using resharper for your unit tests? >> >> >> >> 2009/3/18 Nathan Stott >> >>> I dont know if this helps, but this is the full output of the test: >&

Re: [Ironruby-core] problem

2009-03-18 Thread Nathan Stott
2009/3/18 Tomas Matousek > Yes, this was the right list – we don’t have any other. > > > > Tomas > > > > *From:* ironruby-core-boun...@rubyforge.org [mailto: > ironruby-core-boun...@rubyforge.org] *On Behalf Of *Nathan Stott > *Sent:* Wednesday, March 18, 2009 1

Re: [Ironruby-core] problem

2009-03-18 Thread Nathan Stott
Hey Ivan, thanks. I found your post about ninject. Good stuff. 2009/3/18 Ivan Porto Carrero > sometype.to_clr_type.name :) > > you can look in the ninject stuff I did.. i bet it has a lot of the stuff > you will need for your windsor dsl > > > > 2009/3/18 Nath