Skip to content

Conversation

@cakebaker
Copy link
Contributor

I noticed the following snippet in our code:

#[cfg(any(
    target_os = "android",
    target_os = "haiku",
    target_os = "ios",
    target_os = "linux",
    target_os = "macos"
))]
#[cfg(any(
    target_os = "android",
    target_os = "haiku",
    target_os = "ios",
    target_os = "linux",
    target_os = "macos"
))]
Flag::new_grouped("tab1", O::TAB1, O::TABDLY),

This PR removes the redundant cfg.

@sylvestre sylvestre merged commit 25f584b into uutils:main Jun 24, 2025
73 checks passed
@cakebaker cakebaker deleted the stty_remove_redundant_cfg branch June 24, 2025 08:58
@github-actions
Copy link

GNU testsuite comparison:

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

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