FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

iOS support by theoparis · Pull Request #14223 · uutils/coreutils · GitHub

iOS support - #14223

Draft
theoparis wants to merge 1 commit into
uutils:mainfrom
theoparis:push-vmwuuzowlwwl
Draft

iOS support#14223
theoparis wants to merge 1 commit into
uutils:mainfrom
theoparis:push-vmwuuzowlwwl

Conversation

Copy link
Copy Markdown

No description provided.

Signed-off-by: Theo Paris <theo@theoparis.com>
macro_rules! init_startup_state_capture {
() => {
#[cfg(not(target_os = "macos"))]
#[cfg(not(any(target_os = "macos", target_os = "ios")))]

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.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality
Suggested change
#[cfg(not(any(target_os = "macos", target_os = "ios")))]
#[cfg(not(target_vendor = "apple"))]

oech3 commented Aug 29, 2026

Copy link
Copy Markdown
Contributor

I'm fine to use vendor = apple always. However, I don't think there is worth to officially support iOS (add CI).

Copy link
Copy Markdown

GNU testsuite comparison:

Skip an intermittent issue tests/date/date-locale-hour (fails in this run but passes in the 'main' branch)
Skipping an intermittent issue tests/cut/bounded-memory (passes in this run but fails in the 'main' branch)
Skipping an intermittent issue tests/tail/tail-n0f (passes in this run but fails in the 'main' branch)
Note: The gnu test tests/printf/printf-surprise is now being skipped but was previously passing.
Congrats! The gnu test tests/tail/pipe-f is now passing!

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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


Back | FazBrowse Home | New Git URL