summaryrefslogtreecommitdiff
path: root/src/modcontext.cc
AgeCommit message (Collapse)Author
2014-01-02Integrate 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-02Integrate 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-04Killed warningsMarius Kintel
2013-06-13Related 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-13Fixed a bug where changing a file during a large automatic reload could ↵Marius Kintel
cause a crash
2013-05-27Support locating previously missing modules. yet another part of #364Marius Kintel
2013-05-13bugfix: Fixed recursion crash (#346)Marius Kintel
2013-04-26Further refactoring of scope/context mechanisms. Mostly related to the new ↵Marius Kintel
FileContext class. Not quite there yet, but almost
2013-04-26Refactoring: Split out FileModule from Module, Added LocalScope renamed some ↵Marius Kintel
confusing 'evaluate' methods to 'instantiate', added FileContext (not yet used)
2013-04-26Refactored assignments and assignments_var into one componentMarius Kintel
2013-04-18Cleaned up argument list handling, related to #116Marius Kintel
2013-04-16Reinstate recursion guard to new context handling, fixes the last known ↵Marius Kintel
subissue of #116 and #328
2013-04-09Disable context debug outputMarius Kintel
2013-04-09Refactored 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
contact: Jan Huwald // Impressum