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

Compile with the new builtin syntax #2

Merged
merged 1 commit into from
Jul 3, 2023

Conversation

Spadi0
Copy link
Contributor

@Spadi0 Spadi0 commented Jul 3, 2023

This PR allows the library to compile with the latest master version of the Zig compiler.

The relevant compiler changes are in these two PRs: ziglang/zig#16046 and ziglang/zig#16163. They change the cast builtins to infer the result type and change the order of the conversion builtins to @xFromY instead of @yToX.

The relevant changes are in these two PRs: ziglang/zig#16046 and
ziglang/zig#16163. They change the cast builtins to infer the result
type and change the order of the conversion builtins to `@xFromY`
instead of `@yToX`.
@sam701 sam701 merged commit 930d99e into sam701:main Jul 3, 2023
1 check passed
@sam701
Copy link
Owner

sam701 commented Jul 3, 2023

Thank you for contribution 👍

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