Skip to content

dd: enable WASI support for StdinFile on nightly#12264

Open
xtqqczze wants to merge 1 commit into
uutils:mainfrom
xtqqczze:nightly-wasi
Open

dd: enable WASI support for StdinFile on nightly#12264
xtqqczze wants to merge 1 commit into
uutils:mainfrom
xtqqczze:nightly-wasi

Conversation

@xtqqczze
Copy link
Copy Markdown
Contributor

@xtqqczze xtqqczze commented May 12, 2026

Follow-up to #12258

wasi-ext is not yet stabilised, so introduce a cfg for rustc nightly.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 12, 2026

GNU testsuite comparison:

Skipping an intermittent issue tests/tail/follow-name (passes in this run but fails in the 'main' branch)
Note: The gnu test tests/rm/many-dir-entries-vs-OOM is now being skipped but was previously passing.
Note: The gnu test tests/seq/seq-epipe is now being skipped but was previously passing.
Note: The gnu test tests/tail/tail-n0f is now being skipped but was previously passing.

Comment thread src/uu/dd/build.rs
Comment thread src/uu/dd/build.rs Outdated
Comment thread src/uu/dd/build.rs Outdated
Comment thread src/uu/dd/build.rs
// file that was distributed with this source code.

fn main() {
println!("cargo:rustc-check-cfg=cfg(nightly)");
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

still not a fan of this
esp without any comment on the why

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.

3 participants