Skip to content

translate-c: support macro with 'assert(false && "error message")' #19610

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

Merged
merged 1 commit into from
Apr 11, 2024

Conversation

travisstaloch
Copy link
Contributor

closes #14642 with modified fix suggested by @Vexu in #14642 (comment)

@travisstaloch travisstaloch force-pushed the translate-c-assert-strlit branch from a3b400c to 7341d54 Compare April 11, 2024 04:58
@Vexu Vexu enabled auto-merge (squash) April 11, 2024 05:00
@travisstaloch
Copy link
Contributor Author

No idea why x86_64-windows-release failed https://github.com/ziglang/zig/actions/runs/8641722757/job/23691709128?pr=19610#step:3:79

Doesn't seem related to this PR.

@travisstaloch
Copy link
Contributor Author

oic. it says above that chocolatey couldn't download ninja. thats why ninja couldn't be found.

@Vexu Vexu merged commit 3d16520 into ziglang:master Apr 11, 2024
@travisstaloch travisstaloch deleted the translate-c-assert-strlit branch April 11, 2024 23:02
travisstaloch added a commit to travisstaloch/zig that referenced this pull request Apr 11, 2024
Vexu pushed a commit that referenced this pull request Apr 12, 2024
this is a follow up to #19610 with fix suggested by Vexu in
#14642 (comment)
TUSF pushed a commit to TUSF/zig that referenced this pull request May 9, 2024
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.

translate-c fails on macro with assert(1 && "error message")
2 participants