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

feat: support zig 0.14 #31

Merged
merged 1 commit into from
Sep 3, 2024
Merged

Conversation

weskoerber
Copy link
Contributor

@weskoerber weskoerber commented Aug 28, 2024

Adds support for Zig 0.14 (master).

As far as I can tell, ziglang/zig#20908 broke it -- specifically commit ziglang/zig@1ba6b56.

This PR abstracts the debug symbol information behind some functions, which internally decide which fields of the structures to access depending on the Zig version (0.13 or 0.14).

@lawrence-laz
Copy link
Owner

Looks good, thanks!

I am currently away for a week. Hopefully this does not block you and the PR can wait till the next week?

@weskoerber
Copy link
Contributor Author

No this doesn't block me, I'm using my fork in my config for now. Enjoy your time away :)

@lawrence-laz lawrence-laz merged commit ec7400e into lawrence-laz:main Sep 3, 2024
@lawrence-laz
Copy link
Owner

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