Skip to content
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

os: make SystemError public to enable use of os.error_* functions by other modules #20754

Merged
merged 1 commit into from Feb 8, 2024

Conversation

syrmel
Copy link
Contributor

@syrmel syrmel commented Feb 8, 2024

This tiny PR makes the SystemError struct and the const error_code_not_set public, which will allow use of os.error_posix() and os.error_win32() by other modules.

@spytheman spytheman merged commit b7b47fe into vlang:master Feb 8, 2024
46 of 48 checks passed
@syrmel syrmel deleted the os-stat branch February 8, 2024 11:52
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.

None yet

2 participants