Skip to content

Conversation

@willshuttleworth
Copy link
Contributor

closes #3859, specifically the drain, line, min, and time settings

@github-actions
Copy link

github-actions bot commented Jul 3, 2025

GNU testsuite comparison:

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

@willshuttleworth willshuttleworth force-pushed the stty-special-settings branch from 3584501 to ec40c3d Compare July 3, 2025 23:46
@github-actions
Copy link

github-actions bot commented Jul 4, 2025

GNU testsuite comparison:

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

@willshuttleworth willshuttleworth force-pushed the stty-special-settings branch 2 times, most recently from 20f9e88 to e70cbce Compare July 4, 2025 06:42
@github-actions
Copy link

github-actions bot commented Jul 4, 2025

GNU testsuite comparison:

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

} else if *arg == "line" {
match args_iter.next() {
Some(line) => {
if let Ok(n) = line.parse::<u32>() {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's the reason for parsing u32 instead of u8? It would allow you to get rid of the size check and the casting.

@willshuttleworth willshuttleworth force-pushed the stty-special-settings branch from e70cbce to 9e029f5 Compare July 7, 2025 02:29
@github-actions
Copy link

github-actions bot commented Jul 7, 2025

GNU testsuite comparison:

Skip an intermittent issue tests/timeout/timeout (fails in this run but passes in the 'main' branch)

@cakebaker cakebaker merged commit 2ee135e into uutils:main Jul 7, 2025
76 checks passed
@cakebaker
Copy link
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.

stty: allow changing special settings

2 participants