Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-13 | Related to #399, reverted assignment evaluation order to be the same as in ↵ | Marius Kintel | |
2013.01 as the new implementation broke existing scripts. Added some experimental commented out code, which can be used as reference in the future | |||
2013-05-13 | bugfix: Fixed recursion crash (#346) | Marius Kintel | |
2013-04-26 | Further refactoring of scope/context mechanisms. Mostly related to the new ↵ | Marius Kintel | |
FileContext class. Not quite there yet, but almost | |||
2013-04-26 | Refactoring: Split out FileModule from Module, Added LocalScope renamed some ↵ | Marius Kintel | |
confusing 'evaluate' methods to 'instantiate', added FileContext (not yet used) | |||
2013-04-16 | Reinstate recursion guard to new context handling, fixes the last known ↵ | Marius Kintel | |
subissue of #116 and #328 | |||
2013-04-09 | Refactored context handling into using separate Module contexts and Eval ↵ | Marius Kintel | |
contexts. This allows for recursive module calls, and cascading children. I believe this fixes issue #116 |