Revision history for Scope-Upper
0.17 2011-10-03 21:45 UTC
- + Fix : uplevel() will now use the correct pad when executing its callback. This fixes at least two issues :
+ + Fix : uplevel() will now use the correct pad when executing its
+ callback. This fixes at least two issues :
- closures defined inside the uplevel callback can now correctly
access lexicals from inside and outside the callback.
- state variables in the uplevel callback now work properly.