[Omake] Re: A minimal tag system for omake

Aleksey Nogin nogin at metaprl.org
Wed Dec 5 09:40:33 PST 2007


On 05.12.2007 05:51, Alain Frisch wrote:

> Alain Frisch wrote:
>> GetDynVar(var, tag) =
>>   result =
>>   try
>>     map = $(getvar $(var))
>>     result = $(map.find $(tag))
>>   catch Exception(v)
>>   value $(result)
> 
> Btw, I've observed that with the current SVN rev of omake, it is not
> necessary to explicitly "export" in the try block above, whereas in the
> released version, the "export" directive is needed. Is this change
> intentional?
> 
This does not seem right. I've filed a Bugzilla report on this -
http://bugzilla.metaprl.org/show_bug.cgi?id=711

Aleksey


More information about the Omake mailing list