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

Fix #3655: provide posixlib syslog method #3656

Merged

Conversation

LeeTibbert
Copy link
Contributor

@LeeTibbert LeeTibbert commented Jan 8, 2024

Fix #3655. The posixlib syslog() method is now declared.

syslog.scala methods are now marked @blocking.

Fix was tested manually on macOS 14.n using the example code from the Issue.

@LeeTibbert LeeTibbert added component:posixlib backport candidate PR which might be backported into previous major release of SN labels Jan 8, 2024
@LeeTibbert
Copy link
Contributor Author

If the @blocking annotation is available in the SN 0.4.n (where n is recent) stream, then this
PR is a candidate for backporting.

@WojciechMazur WojciechMazur merged commit f1829ac into scala-native:main Jan 8, 2024
62 checks passed
WojciechMazur pushed a commit that referenced this pull request Jan 17, 2024
WojciechMazur pushed a commit that referenced this pull request Jan 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport candidate PR which might be backported into previous major release of SN component:posixlib
Projects
None yet
Development

Successfully merging this pull request may close these issues.

posixlib syslog.scala is missing syslog method & other woes
2 participants