Re: [Ironruby-core] Calling constructor when static .New() method is defined

2010-06-29 Thread Jimmy Schementi
: Tuesday, June 29, 2010 11:59 AM > To: ironruby-core@rubyforge.org > Subject: Re: [Ironruby-core] Calling constructor when static .New() method is > defined > > Philippe Leybaert wrote: > > But I personally think this behavior is completely wrong. Calling .new from > &

Re: [Ironruby-core] Calling constructor when static .New() method is defined

2010-06-29 Thread Jimmy Schementi
@rubyforge.org [mailto:ironruby-core- > boun...@rubyforge.org] On Behalf Of Tomas Matousek > Sent: dinsdag 29 juni 2010 19:24 > To: ironruby-core@rubyforge.org > Subject: Re: [Ironruby-core] Calling constructor when static .New() method is > defined > > You can call CLR constr

Re: [Ironruby-core] Calling constructor when static .New() method is defined

2010-06-29 Thread Philippe Leybaert
9:57 AM To: ironruby-core@rubyforge.org Subject: [Ironruby-core] Calling constructor when static .New() method is defined Shay Friedman suggested I'd post this to the mailing list, as it may be a bug in IronRuby: It seems impossible to call a constructor when there is a static .New() method def

Re: [Ironruby-core] Calling constructor when static .New() method is defined

2010-06-29 Thread Tomas Matousek
yforge.org Subject: [Ironruby-core] Calling constructor when static .New() method is defined Shay Friedman suggested I'd post this to the mailing list, as it may be a bug in IronRuby: It seems impossible to call a constructor when there is a static .New() method defined on a class. This is a mi

[Ironruby-core] Calling constructor when static .New() method is defined

2010-06-29 Thread Philippe Leybaert
Shay Friedman suggested I'd post this to the mailing list, as it may be a bug in IronRuby: It seems impossible to call a constructor when there is a static .New() method defined on a class. This is a minimal test case demonstrating the problem: .NET (C#) class: public class Tester {