You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, some extensions specify essential dependencies. While they are essential to their own execution, they are not for the whole program. For example, missing gnuplot does not prevent most documents from being compiled.
Separate dependencies by source; only dependencies of the core should always block execution.
Check core dependencies and what can be figured out from CLI parameters at startup.
For example, engine and log mode are known then.
Check extension dependencies when they are to be run. Don't abort everything; just skip the extension.
On a side-note, dependencies from engines don't seem to show up in the --dependencies dump?
The text was updated successfully, but these errors were encountered:
Currently, some extensions specify essential dependencies. While they are essential to their own execution, they are not for the whole program. For example, missing
gnuplot
does not prevent most documents from being compiled.For example, engine and log mode are known then.
On a side-note, dependencies from engines don't seem to show up in the
--dependencies
dump?The text was updated successfully, but these errors were encountered: