Skip to content

Conversation

cscheid
Copy link
Collaborator

@cscheid cscheid commented Jun 4, 2024

Closes #9032.

(This doesn't fix all of the stack trace displays, and will need ongoing work. But it's the only way for us to do it)

It also changes Quarto's startup scripts to only set QUARTO_DEBUG=true in dev mode if QUARTO_DEBUG isn't already set, allowing us to test Quarto by (eg) QUARTO_DEBUG=false quarto inspect a b c.

@cscheid cscheid merged commit c92bfdb into main Jun 4, 2024
@cscheid cscheid deleted the bugfix/9032 branch June 4, 2024 22:44
@cderv
Copy link
Collaborator

cderv commented Jun 5, 2024

Thank you !

cderv added a commit that referenced this pull request Jul 17, 2024
QUARTO_DEBUG was not working on windows because of a trailing whitespace making the string comparaison not working. It follows up on new behavior for error in 1.6 #9870
cderv added a commit to cderv/quarto-cli that referenced this pull request Jul 17, 2024
QUARTO_DEBUG was not working on windows because of a trailing whitespace making the string comparaison not working. It follows up on new behavior for error in 1.5 quarto-dev#9870
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Do not always show stack trace when error

2 participants