Skip to content

Haiku: Add native library IO support #114521

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

trungnt2910
Copy link
Contributor

Adds detection for non-portable filesystem and mount APIs and equivalent implementations using the Haiku API.

Part of #55803.

@Copilot Copilot AI review requested due to automatic review settings April 11, 2025 02:55
@ghost ghost added the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label Apr 11, 2025
@dotnet-policy-service dotnet-policy-service bot added the community-contribution Indicates that the PR has been added by a community member label Apr 11, 2025
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot reviewed 2 out of 4 changed files in this pull request and generated 1 comment.

Files not reviewed (2)
  • src/native/libs/Common/pal_config.h.in: Language not supported
  • src/native/libs/configure.cmake: Language not supported
Comments suppressed due to low confidence (1)

src/native/libs/System.Native/pal_mount.c:28

  • [nitpick] Consider standardizing the Haiku platform macro naming across the codebase (e.g., using TARGET_HAIKU uniformly instead of mixing HAIKU and TARGET_HAIKU).
#ifdef __HAIKU__

@trungnt2910 trungnt2910 force-pushed the dev/trungnt2910/haiku-native-libs-io branch from 4bedc18 to 0b60e41 Compare April 11, 2025 03:02
@jkotas jkotas added area-System.IO and removed needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners labels Apr 11, 2025
Copy link
Contributor

Tagging subscribers to this area: @dotnet/area-system-io
See info in area-owners.md if you want to be subscribed.

Adds detection for non-portable filesystem and mount APIs and
equivalent implementations using the Haiku API.
@trungnt2910 trungnt2910 force-pushed the dev/trungnt2910/haiku-native-libs-io branch from 0862fad to 473aa80 Compare April 11, 2025 14:06
@am11 am11 added the os-haiku label Apr 11, 2025
@trungnt2910
Copy link
Contributor Author

Anything I can do to move this PR forward?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-System.IO community-contribution Indicates that the PR has been added by a community member os-haiku
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants