Skip to content

fix: do not prompt on non-interactive terminals#622

Merged
ajalt merged 1 commit into
ajalt:masterfrom
RafeArnold:disable-prompting-on-non-interactive-terminals
Jan 16, 2026
Merged

fix: do not prompt on non-interactive terminals#622
ajalt merged 1 commit into
ajalt:masterfrom
RafeArnold:disable-prompting-on-non-interactive-terminals

Conversation

@RafeArnold
Copy link
Copy Markdown
Contributor

fixes #618

this has backwards compatibility concerns for library users' tests, as demonstrated by the need to alter this project's own existing tests. this could be considered fine as, if it is fixing incorrect behaviour, the existing test would be considered to be making incorrect assertions in the first place.

@RafeArnold
Copy link
Copy Markdown
Contributor Author

Is there anything to be done to push this PR and #621 through? If it's just a matter of finding the time to review then I understand.

@ajalt
Copy link
Copy Markdown
Owner

ajalt commented Dec 4, 2025

Sorry for the delay. Since the changes are backwards incompatible, I've been waiting until I have time to make a major version release.

@RafeArnold
Copy link
Copy Markdown
Contributor Author

Sorry for the delay. Since the changes are backwards incompatible, I've been waiting until I have time to make a major version release.

Totally understandable. Just a heads up that #621 is backwards compatibility, so shouldn't require a major version release.

@ajalt ajalt merged commit 1011625 into ajalt:master Jan 16, 2026
4 checks passed
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.

Disable prompt options on non-interactive terminals

2 participants