Haiku: Add native library IO support#114521
Merged
jozkee merged 2 commits intodotnet:mainfrom Jan 14, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
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__
4bedc18 to
0b60e41
Compare
jkotas
reviewed
Apr 11, 2025
0b60e41 to
6d0f945
Compare
6d0f945 to
0862fad
Compare
This was referenced Apr 11, 2025
Open
0862fad to
473aa80
Compare
This was referenced Apr 15, 2025
Contributor
Author
|
Anything I can do to move this PR forward? |
Member
|
@trungnt2910 I'm sorry we sat on this as long as we did. If you can address the merge conflict that have arisen, we will review it for it to get merged into .NET 11. Thanks. |
jozkee
reviewed
Sep 15, 2025
Contributor
Author
|
Still tracking this, haven't got the time to rebase though, sorry. |
Contributor
Author
|
Just finished my exams and will get back to this soon. |
Adds detection for non-portable filesystem and mount APIs and equivalent implementations using the Haiku API.
456ef86 to
3eb4a31
Compare
Contributor
Author
|
Sorry for the delay, I have rebased and resolved the conflicts. Hope this PR could go forward soon. |
This was referenced Nov 18, 2025
jozkee
approved these changes
Jan 14, 2026
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds detection for non-portable filesystem and mount APIs and equivalent implementations using the Haiku API.
Part of #55803.