-
Notifications
You must be signed in to change notification settings - Fork 46
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
Ziglua build broken on zig 0.14.0-dev.2596+e6879e99e #130
Comments
nurpax
added a commit
to nurpax/ziglua
that referenced
this issue
Jan 3, 2025
- There's no root_module.addCMacro anymore - There's also no root_module.unwind_tables boolean anymore. My fix only fixes the break but I don't know what's the right value to set here. The choices are null, sync, and async. I couldn't get the luajit variant to build on Windows. for natecraddock#130
nurpax
added a commit
to nurpax/ziglua
that referenced
this issue
Jan 3, 2025
- There's no root_module.addCMacro anymore - There's also no root_module.unwind_tables boolean anymore. My fix only fixes the break but I don't know what's the right value to set here. The choices are null, sync, and async. I couldn't get the luajit variant to build on Windows. for natecraddock#130
nurpax
added a commit
to nurpax/ziglua
that referenced
this issue
Jan 6, 2025
- There's no root_module.addCMacro anymore - There's also no root_module.unwind_tables boolean anymore. Setting "unwind_tables = .sync" should match earlier behavior. for natecraddock#130
nurpax
added a commit
to nurpax/ziglua
that referenced
this issue
Jan 24, 2025
+ this includes fixing things to enable running "zig build test" for natecraddock#130
natecraddock
pushed a commit
that referenced
this issue
Jan 24, 2025
- There's no root_module.addCMacro anymore - There's also no root_module.unwind_tables boolean anymore. Setting "unwind_tables = .sync" should match earlier behavior. for #130
natecraddock
pushed a commit
that referenced
this issue
Jan 24, 2025
+ this includes fixing things to enable running "zig build test" for #130
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
FWIW, it was still fine very recently on zig 0.14.0-dev.2384.
The text was updated successfully, but these errors were encountered: