Skip to content

Added tuple type support, fixed compilation with zig master branch#786

Merged
SuperAuguste merged 3 commits intozigtools:masterfrom
alexnask:tuple-decls
Nov 26, 2022
Merged

Added tuple type support, fixed compilation with zig master branch#786
SuperAuguste merged 3 commits intozigtools:masterfrom
alexnask:tuple-decls

Conversation

@alexnask
Copy link
Member

Closes #785

@llogick
Copy link
Contributor

llogick commented Nov 26, 2022

This is a good time to bump up

const min_zig = std.SemanticVersion.parse("0.10.0-dev.4458+b120c819d") catch return; // builtins changed to @min / @max

to 0.11.0-dev.323+30eb2a175 // tuple_decls

@alexnask
Copy link
Member Author

@nullptrdevs Good catch, thanks

@SuperAuguste SuperAuguste merged commit 56a65f4 into zigtools:master Nov 26, 2022
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.

error: no member named 'name_token' in struct 'std.zig.Ast.full.ContainerField.Components'

3 participants