quarto-dev / quarto-dev/quarto-cli

Replace Deno.run with Deno.command

Open
#8,891 1 comment 1 reaction 1 assignee View on GitHub

@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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.