You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I made a bad change that caused CRAN failures by using Deno.exit(1) to force an exit status. That hard exit only came up on badly-formed commands (eg. quarto redner file.qmd), but it was enough to trigger a CRAN failure (for which I'm super grateful!)
We have other suspicious instances of Deno.exit() in our code base, and should review them before 1.6 is out. This is the rg output:
I made a bad change that caused CRAN failures by using
Deno.exit(1)
to force an exit status. That hard exit only came up on badly-formed commands (eg.quarto redner file.qmd
), but it was enough to trigger a CRAN failure (for which I'm super grateful!)We have other suspicious instances of
Deno.exit()
in our code base, and should review them before 1.6 is out. This is therg
output:cc @cderv
The text was updated successfully, but these errors were encountered: