Skip to content

Avoid using CFilePointer typealias in default logger#433

Merged
kukushechkin merged 3 commits intoapple:mainfrom
madsodgaard:main
Mar 27, 2026
Merged

Avoid using CFilePointer typealias in default logger#433
kukushechkin merged 3 commits intoapple:mainfrom
madsodgaard:main

Conversation

@madsodgaard
Copy link
Copy Markdown
Contributor

Rewrites the default log handler to avoid typing out what the C file pointer looks like on different platforms.

This fixes #374 - as we do not make any assumptions at compile time about what FILE* is imported as in Swift.

Copy link
Copy Markdown
Contributor

@marcprux marcprux left a comment

Choose a reason for hiding this comment

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

Love it!

@kukushechkin kukushechkin added the 🔨 semver/patch No public API change. label Mar 26, 2026
Copy link
Copy Markdown
Member

@ktoso ktoso left a comment

Choose a reason for hiding this comment

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

lgtm, just needs formatting fix

@kukushechkin kukushechkin merged commit f4f84c9 into apple:main Mar 27, 2026
57 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🔨 semver/patch No public API change.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support Android 23

4 participants