quarto-dev / quarto-dev/quarto-cli
the `quarto` script shouldn't overwrite envvars it checks for
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- JavaScript
- Stars
- 6k
- Forks
- 458
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 41
Description
quarto can be called recursively (from user filters, or scripts), and so we need to respect (and not overwrite) any environment variables that we ourselves look for. Specifically, the QUARTO_DENO_* should be used, but not changed, or repeated calls into quarto will overwrite these multiple times.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the quarto script and inspect how it handles the QUARTO_DENO_* environment variables. Verify that recursive calls use existing values without overwriting them, including calls from user filters or scripts.
Written by the indexing model from the issue text.
Assessment
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100