Re: [Ironruby-core] Problem with generic method resolution

2009-03-18 Thread Tomas Matousek
PM To: ironruby-core@rubyforge.org Subject: Re: [Ironruby-core] Problem with generic method resolution There are two different Expression classes in the Expressions namespace - a templated one and an untemplated one. You need to force the untemplated one, which you can do by saying System:

Re: [Ironruby-core] Problem with generic method resolution

2009-03-18 Thread Curt Hagenlocher
-core-boun...@rubyforge.org] On Behalf Of Stefan Dobrev Sent: Wednesday, March 18, 2009 4:35 PM To: ironruby-core@rubyforge.org Subject: Re: [Ironruby-core] Problem with generic method resolution Nope. Nobody replied except you :) Bug report is filed: http://rubyforge.org/tracker/?func=detail&

Re: [Ironruby-core] Problem with generic method resolution

2009-03-18 Thread Stefan Dobrev
gt; *From:* ironruby-core-boun...@rubyforge.org [mailto: > ironruby-core-boun...@rubyforge.org] *On Behalf Of *Stefan Dobrev > *Sent:* Monday, March 09, 2009 7:57 PM > *To:* ironruby-core@rubyforge.org > *Subject:* [Ironruby-core] Problem with generic method resolution > > > > Hi, >

Re: [Ironruby-core] Problem with generic method resolution

2009-03-17 Thread Jimmy Schementi
oblem with generic method resolution Hi, I have found out the following problem: >>> require 'System.Core, Version=3.5.0.0, Culture=neutral, >>> PublicKeyToken=b77a5c561934e089' => true >>> include System => Object >>> include System::

[Ironruby-core] Problem with generic method resolution

2009-03-09 Thread Stefan Dobrev
Hi, I have found out the following problem: >>> require 'System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' => true >>> include System => Object >>> include System::Linq::Expressions >>> Expression.Call :0: wrong number of arguments (2 for 4) (ArgumentError) >>> Expre