Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace Deno.run with Deno.command #8891

Open
melissa-barca opened this issue Feb 26, 2024 · 1 comment · May be fixed by #8893
Open

Replace Deno.run with Deno.command #8891

melissa-barca opened this issue Feb 26, 2024 · 1 comment · May be fixed by #8893
Assignees
Labels
bug Something isn't working deno Issues related to deno
Milestone

Comments

@melissa-barca
Copy link

melissa-barca commented Feb 26, 2024

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: denoland/deno#7087 (comment) which prevents us from being able to run quarto through pytest in Jenkins.

@melissa-barca melissa-barca added the bug Something isn't working label Feb 26, 2024
@mcanouil mcanouil added enhancement New feature or request and removed bug Something isn't working labels Feb 26, 2024
@mcanouil mcanouil added the triaged-to Issues that were not self-assigned, signals that an issue was assigned to someone. label Feb 26, 2024
@cscheid cscheid added bug Something isn't working and removed triaged-to Issues that were not self-assigned, signals that an issue was assigned to someone. enhancement New feature or request labels Feb 26, 2024
@cscheid cscheid added this to the v1.5 milestone Feb 26, 2024
@cscheid cscheid added the deno Issues related to deno label Feb 26, 2024
@cscheid
Copy link
Collaborator

cscheid commented Feb 26, 2024

@melissa-barca thank you!

@cscheid cscheid linked a pull request Feb 26, 2024 that will close this issue
@cscheid cscheid modified the milestones: v1.5, Future May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working deno Issues related to deno
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants