Skip to content

tty: fix for Ctrl-D when stdin is a terminal#6059

Merged
cakebaker merged 1 commit intouutils:mainfrom
zhitkoff:tty-bstr
Mar 13, 2024
Merged

tty: fix for Ctrl-D when stdin is a terminal#6059
cakebaker merged 1 commit intouutils:mainfrom
zhitkoff:tty-bstr

Conversation

@zhitkoff
Copy link
Copy Markdown
Contributor

This PR updates bstr crate version from 1.9 to 1.9.1 to fix an issue with handling stdin when it is a terminal, i.e. in cut it would not exit on Ctrl-D (EOF) input. This check is used in tty-eof.pl GNU test.
Reference: BurntSushi/bstr#180

@github-actions
Copy link
Copy Markdown

GNU testsuite comparison:

Skip an intermittent issue tests/tail/inotify-dir-recreate (fails in this run but passes in the 'main' branch)

1 similar comment
@github-actions
Copy link
Copy Markdown

GNU testsuite comparison:

Skip an intermittent issue tests/tail/inotify-dir-recreate (fails in this run but passes in the 'main' branch)

@cakebaker cakebaker merged commit e3f9c80 into uutils:main Mar 13, 2024
@cakebaker
Copy link
Copy Markdown
Contributor

Thanks!

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.

2 participants