Re: [Ironruby-core] Issues with using Procs for events

2009-08-25 Thread Martin Smith
09 2:48 PM > *To:* [email protected] > *Subject:* [Ironruby-core] Issues with using Procs for events > > > > Hello, > > > > I am having some object lifetime issues with events in IronRuby. I think I > have a repro, so bear with me. The problem seems

Re: [Ironruby-core] Issues with using Procs for events

2009-08-25 Thread Martin Smith
, August 21, 2009 2:48 PM > *To:* [email protected] > *Subject:* [Ironruby-core] Issues with using Procs for events > > > > Hello, > > > > I am having some object lifetime issues with events in IronRuby. I think I > have a repro, so bear with me. The p

Re: [Ironruby-core] Issues with using Procs for events

2009-08-24 Thread Tomas Matousek
bject: [Ironruby-core] Issues with using Procs for events Hello, I am having some object lifetime issues with events in IronRuby. I think I have a repro, so bear with me. The problem seems to be that the proc seems to have a bunch of extra "stuff" in its execution environment. Consider the

[Ironruby-core] Issues with using Procs for events

2009-08-21 Thread Martin Smith
Hello, I am having some object lifetime issues with events in IronRuby. I think I have a repro, so bear with me. The problem seems to be that the proc seems to have a bunch of extra "stuff" in its execution environment. Consider the following ruby code: require "System.Windows.Forms" include Sy