Re: [Ironruby-core] how to initialize iron ruby from c#

2009-02-07 Thread Tomas Matousek
The release on DLR CodePlex is broken. We are working on a fix. The problem is in signed assemblies. Removing ir.exe.config (located next to ir.exe) might help. Tomas From: ironruby-core-boun...@rubyforge.org [mailto:ironruby-core-boun...@rubyforge.org] On Behalf Of Meinrad Recheis Sent: Satur

Re: [Ironruby-core] Code Review: StackTraces1

2009-02-07 Thread Curt Hagenlocher
Looks good. -Original Message- From: Tomas Matousek Sent: Friday, February 06, 2009 6:13 PM To: IronRuby External Code Reviewers Cc: ironruby-core@rubyforge.org Subject: Code Review: StackTraces1 tfpt review "/shelveset:StackTraces1;REDMOND\tomat" Removes dependency on _stub_ specia

Re: [Ironruby-core] how to initialize iron ruby from c#

2009-02-07 Thread Thibaut Barrère
> > Hi there, > > I am trying to initialize an iron ruby engine for execution of code > snipptes from a c# application. extensive googling has not helped me with > the task because there seem to have been much changes in iron ruby lately. > Here is my code: > > var runtime = Ruby.CreateRuntime(); >

[Ironruby-core] how to initialize iron ruby from c#

2009-02-07 Thread Meinrad Recheis
Hi there, I am trying to initialize an iron ruby engine for execution of code snipptes from a c# application. extensive googling has not helped me with the task because there seem to have been much changes in iron ruby lately. Here is my code: var runtime = Ruby.CreateRuntime(); var engine = m_ru

Re: [Ironruby-core] test .net code with ruby BDD libraries

2009-02-07 Thread Claudio Maccari
It’s exactly what I’m looking for Thanks Claudio ps. Thanks again for coming at ALT.NET conf! From: ironruby-core-boun...@rubyforge.org [mailto:ironruby-core-boun...@rubyforge.org] On Behalf Of Ivan Porto Carrero Sent: sabato 7 febbraio 2009 18.15 To: ironruby-core@rubyforge.org Subj

Re: [Ironruby-core] test .net code with ruby BDD libraries

2009-02-07 Thread Jimmy Schementi
I've using bacon (http://github.com/chneukirchen/bacon) to test C# Silverlight code, and it works great on the desktop as well. It's definitely the smallest of the bdd libraries, and feels fastest, but I've got no data to support that (yet). http://blog.jimmy.schementi.com/2009/01/dynamic-langu

Re: [Ironruby-core] test .net code with ruby BDD libraries

2009-02-07 Thread Curtis Mitchell
I posted a way of testing .net code with ruby a few months back. It incorporates autotest also. http://www.curtismitchell.com/2b/?p=15 Sent from my mobile -Original Message- From: Ivan Porto Carrero Date: Sat, 7 Feb 2009 18:14:52 To: Subject: Re: [Ironruby-core] test .net code with

Re: [Ironruby-core] test .net code with ruby BDD libraries

2009-02-07 Thread Thibaut Barrère
Hi, > Has someone already try to test .net code with ruby DBB library? > > If the answer is yes, is there somewhere a sample/post/article of this > work? > > Did not use RSpec yet (as it was reported to be slow), but MSpec (BDD) and Test::Unit (can be BDD too) did the trick. Check out this for a

Re: [Ironruby-core] test .net code with ruby BDD libraries

2009-02-07 Thread Ivan Porto Carrero
http://msdn.microsoft.com/en-us/magazine/dd434651.aspx --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero GSM: +32.486.787.582 Blog: http://flanders.co.nz Twitter: http://twitter.com/casualjim On Sat, Feb 7, 2009 at 6:02 PM, Claudio Maccari wrote: > Good morning, > >

[Ironruby-core] test .net code with ruby BDD libraries

2009-02-07 Thread Claudio Maccari
Good morning, I would try to test my .net code using a BDD approach. I believe Ruby has a clean syntax and great libraries to do BDD so I would use one them on IronRuby. Has someone already try to test .net code with ruby DBB library? If the answer is yes, is there somewhere a sample/post/ar

Re: [Ironruby-core] automating VS

2009-02-07 Thread Michael Letterle
I'm pretty sure there's a demo out there somewhere with John using 2010 and interacting with the new xaml code editor... On Sat, Feb 7, 2009 at 1:28 AM, Oleg Tkachenko wrote: > Yes, that was VS 2008. Unfortunately the demo contained some unreleased > features so I couldn't publish the code. But