[Ironruby-core] r93 update
Greg Akins
angrygreg at gmail.com
Wed Apr 9 14:18:14 EDT 2008
On Wed, Apr 9, 2008 at 11:54 AM, Robert Brotherus
<robert.brotherus at napa.fi> wrote:
> I have had following working ok with the recent IR iterations:
>
> public object GetGlobalVar(string varName)
> {
> return ExecutionContext.GetGlobalVariable(varName);
> }
>
> public void SetGlobalVar(string varName, object value)
> {
> ExecutionContext.DefineGlobalVariable(varName, value);
> }
>
> It indeed changed few iterations ago and broke my earlier code as well.
Thanks. That also helped me find some relevant tests that gave me a
little more information about what's happening there.
I appreciate your help.
--
Greg Akins
Software Development Manager
SSI Services
http://kc.vanadium.com
http://www.pghcodingdojo.org
http://www.insomnia-consulting.org/monologue
More information about the Ironruby-core
mailing list