Skip to content

List out posix compatibles #2548

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

Closed
wants to merge 2 commits into from
Closed

Conversation

fengb
Copy link
Contributor

@fengb fengb commented May 24, 2019

This pulls them inline with the definition in std/os.zig. Currently, having std.debug.warn in the codebase causes blocking compile errors for non-posix systems like wasm32-freestanding.

@fengb
Copy link
Contributor Author

fengb commented May 24, 2019

Wasi mentions "basic POSIX-like" compatibility (specifically excluding fork and exec), and we do allow os.posix to be os.wasi. Should I go ahead and set wasi to be is_posix?

@fengb
Copy link
Contributor Author

fengb commented May 24, 2019

This is probably a stopgap until #2527. Might not be worthwhile?

@fengb
Copy link
Contributor Author

fengb commented May 27, 2019

Will be fixed via POSIX reorg.

@fengb fengb closed this May 27, 2019
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