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
With the error ERROR (/opt/quarto/share/filters/main.lua:3832) cannot open lifecycle: No such file or directory. I assume this is supposed to work, since otherwise extensions have no access to the lifecycle hooks.
Bug description
The AST processing phases feature doesn't seem compatible with packaged extensions.
This works:
Whereas this fails:
With the error
ERROR (/opt/quarto/share/filters/main.lua:3832) cannot open lifecycle: No such file or directory
. I assume this is supposed to work, since otherwise extensions have no access to the lifecycle hooks.Steps to reproduce
I've made a super simple reprex of this here: https://github.com/multimeric/quarto-lifecycle:
git clone https://github.com/multimeric/quarto-lifecycle
cd quarto-lifecycle
quarto render example.qmd
.Expected behavior
The document to render without error.
Actual behavior
ERROR (/opt/quarto/share/filters/main.lua:3832) cannot open lifecycle: No such file or directory
Your environment
Ubuntu 22.04.
Quarto check output
The text was updated successfully, but these errors were encountered: