Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-02 | Integrate feature registry with functions. | Torsten Paul | |
In case a function is attached to a disabled feature, the function lookup will give a warning message and ignore that (builtin) function. | |||
2014-01-02 | Integrate feature registry with modules. | Torsten Paul | |
In case a module is attached to a disabled feature, the module lookup will give a warning message and ignore that (builtin) module. | |||
2013-12-04 | Killed warnings | Marius Kintel | |
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-06-13 | Fixed a bug where changing a file during a large automatic reload could ↵ | Marius Kintel | |
cause a crash | |||
2013-05-27 | Support locating previously missing modules. yet another part of #364 | Marius Kintel | |
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-26 | Refactored assignments and assignments_var into one component | Marius Kintel | |
2013-04-18 | Cleaned up argument list handling, related to #116 | Marius Kintel | |
2013-04-16 | Reinstate recursion guard to new context handling, fixes the last known ↵ | Marius Kintel | |
subissue of #116 and #328 | |||
2013-04-09 | Disable context debug output | Marius Kintel | |
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 |