Filter extensions can't be specified in combination with processing phases #11750
Labels
bug
Something isn't working
extensions
relates to Quarto extensions mechanism
lua
Issues related to the lua codebase, filter chain, etc
Milestone
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: