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

sokol-zig: work around a breaking Zig stdlib naming change #1100

Merged
merged 2 commits into from
Aug 31, 2024

Conversation

floooh
Copy link
Owner

@floooh floooh commented Aug 31, 2024

The injected asRange helper function broke because of this naming change:

ziglang/zig@0fe3fd0

The fix makes it work with both the old and new naming convention (although support for the old convention should be removed once zig 0.14.0 is out, or when support for zig 0.13.0 is moved into a branch).

@floooh floooh merged commit 9b2bf20 into master Aug 31, 2024
31 of 36 checks passed
@floooh floooh deleted the fix/sokol-zig/issue78 branch August 31, 2024 11:19
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.

1 participant