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

update to latest Zig #31

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

update to latest Zig #31

wants to merge 5 commits into from

Conversation

ivelsantos
Copy link

@Vexu
Copy link
Owner

Vexu commented Feb 26, 2025

  • Handles [][:0]u8 conversion to [][]const u8

I opened ziglang/zig#23016 for this.

@Vexu
Copy link
Owner

Vexu commented Feb 26, 2025

As pointed out in the issue the problem is the missing const. Better fix is to replace [][]const u8 with []const []const u8.

@ivelsantos
Copy link
Author

74d3578 removed the explicit args conversion added by b4dba66 and changed [][]const u8 to []const []const u8 where needed.
Thanks.

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.

2 participants