quarto-dev / quarto-dev/quarto-cli
Replace Deno.run with Deno.command
Open
@cscheid is already working on this.
Since Feb 26, 2024.
bug
deno
- Dominant language
- JavaScript
- Stars
- 6k
- Forks
- 458
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 41
Description
Bug description
Deno.run is deprecated and Deno recommends using Deno.command instead: https://docs.deno.com/runtime/manual/advanced/migrate_deprecations#denorun
I discovered this while I was writing automation for Workbench that used Quarto. Using deno.run exposes quarto to this bug: https://github.com/denoland/deno/issues/7087#issuecomment-1483292727 which prevents us from being able to run quarto through pytest in Jenkins.
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.
Assessment
This issue has not been assessed yet.