-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
CI: stty PTY check (validates Bluefin samples); refs uutils/coreutils#8608 ublue-os/bluefin#3183 #8664
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
30dbe33
to
4684845
Compare
GNU testsuite comparison:
|
GNU testsuite comparison:
|
…ppy pedantic in stty tests; docs: resolve MD033 by escaping placeholders - Skip stty /dev/tty tests on Android and when /dev/tty is not a TTY (use nix::unistd::isatty) - Apply clippy fixes: replace redundant to_string closures, format arg inline, drop unnecessary mut, remove unused var - docs(stty): escape '<chunk>' and '<input>' to satisfy markdownlint MD033
CodSpeed Performance ReportMerging #8664 will not alter performanceComparing Summary
Footnotes
|
GNU testsuite comparison:
|
GNU testsuite comparison:
|
GNU testsuite comparison:
|
GNU testsuite comparison:
|
This PR adds a Linux-only GitHub Actions workflow that validates stty behavior over a PTY and applies the two Bluefin-reported colon-hex save strings.
Why