quarto-dev / quarto-cli

Open-source scientific and technical publishing system built on Pandoc.
https://quarto.org
Other
3.76k stars 309 forks source link

Epic: Execution Planner #6518

Open cscheid opened 1 year ago

cscheid commented 1 year ago

In our TypeScript codebase, we need a source of truth for which input files produce which output files (and which temporaries).

Potential wins once we have this:

Issues:

Notes

Lockfiles

When fixing #6472, we should consider a design for lockfiles, so that different instances of running quarto (which happens often when running a VS code preview and a command-line render, like in our test suite) don't step on each other's toes.

Other things to do

mcanouil commented 1 year ago

Discussions that would be addressed by this epic (Maybe worth opening explicitly an issue out of them)

Slightly related:



PS: don't hide, simply edit/remove^^