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
, 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
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
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