Re: [Ironruby-core] Git push

2009-05-03 Thread Jimmy Schementi
http://ironruby.codeplex.com/WorkItem/View.aspx?WorkItemId=572 This is now fixed. Not sure if RSpec or Cucumber are blocked by any other bugs (someone reported something on the mailing list recently ... but there are no bugs open for it). > -Original Message- > From: ironruby-core-boun.

Re: [Ironruby-core] Time class instance

2009-05-03 Thread jirapong.na...@gmail.com
Hi, It would be nice to have anyone to review my code :-). bug file in at http://ironruby.codeplex.com/WorkItem/View.aspx?WorkItemId=1021 Thanks, -Jirapong On May 4, 2009, at 8:43 AM, Jimmy Schementi wrote: Doesn’t look like anyone has reviewed this yet. To make sure it doesn’t get lost,

Re: [Ironruby-core] Git push

2009-05-03 Thread Xerxes Battiwalla
Hi there - does this mean that the rspec fixes are in there too? (http://ironruby.codeplex.com/WorkItem/View.aspx?WorkItemId=572) Thanks, Xerxes On Sat, May 2, 2009 at 10:01 AM, Jim Deville wrote: > Hey everyone, > > > > I usually just quietly push changes out, but I wanted to say something abo

Re: [Ironruby-core] Time class instance

2009-05-03 Thread Jimmy Schementi
Doesn't look like anyone has reviewed this yet. To make sure it doesn't get lost, can you also make a bug on codeplex for this? From: ironruby-core-boun...@rubyforge.org [mailto:ironruby-core-boun...@rubyforge.org] On Behalf Of jirapong.na...@gmail.com Sent: Friday, April 24, 2009 1:56 PM To: i

Re: [Ironruby-core] Building expressions

2009-05-03 Thread Shri Borde
It cannot be done. Even if you could get to the ExpressionTree of a Ruby lambda, the ExpressionTree would be loosely-bound as Ruby uses duck-typing, whereas Moq expects a strongly-typed ExpressionTree so that it can figure out the exact method that you are trying to associate some expectation wi

Re: [Ironruby-core] TypeError thrown in DynamicMetaObjectBinder.Bind

2009-05-03 Thread Shri Borde
I think you need to do an explicit conversion to MutableString. The DLR used to do some automatic conversions, but now you need to be explicit. I don't know what code to use so you will have to wait until someone who knows that can reply... -Original Message- From: ironruby-core-boun...

[Ironruby-core] Building expressions

2009-05-03 Thread Ivan Porto Carrero
Hi I'm trying to get some Moq mockery going in IronRuby but Moq expects Expression> in his methods. Is there a way to make a RubyProc/lambda return an expression or convert it to an expression? --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Author of IronRuby in Acti

[Ironruby-core] TypeError thrown in DynamicMetaObjectBinder.Bind

2009-05-03 Thread Daniele Alessandri
Hi, I'm reviewing ironruby-hpricot to clean up its code but I've just noticed that something has changed in IronRuby since I last tested my library. Please refer to the the following gist for a simplified test case to reproduce the problem: http://gist.github.com/105928 I'm pretty sure this was w