• Franco Fichtner's avatar
    plugins: if a component has a faulty syntax... · f81085df
    Franco Fichtner authored
    simply eval() it and log the error instead of stopping execution.
    
    We don't get to source the code, but since for strict plugins
    there is no direct code execution the plugin acts as if it was
    deinstalled.
    
    As the plugin scope is growing rapidly, we need this to be able to
    guarantee error-free execution in the widest possible sense.  This
    doesn't currently protect function calls, but the same thing must
    be done there as well.
    f81085df
Name
Last commit
Last update
Keywords Loading commit data...
Mk Loading commit data...
Scripts Loading commit data...
contrib Loading commit data...
src Loading commit data...
work Loading commit data...
+POST_INSTALL Loading commit data...
+PRE_DEINSTALL Loading commit data...
.editorconfig Loading commit data...
.gitignore Loading commit data...
CONTRIBUTING.md Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
plist Loading commit data...
ruleset.xml Loading commit data...