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

Which commit is compatible with 0.13? #31

Open
scripturial opened this issue Jan 24, 2025 · 3 comments
Open

Which commit is compatible with 0.13? #31

scripturial opened this issue Jan 24, 2025 · 3 comments

Comments

@scripturial
Copy link

scripturial commented Jan 24, 2025

Is it possible to use this with zig 0.13? I have tried zig fetch --save with the latest commit, and an older commit that mentions 0.13. Is there a particular commit for people not using the unstable zig?

I've tried these, and they both produce errors I don't know how to interpret

zig fetch --save git+https://github.com/batiati/mustache-zig
zig fetch --save git+https://github.com/batiati/mustache-zig#ae5ecc1522da983dc39bb0d8b27f5d1b1d7956e3
zig fetch --save git+https://github.com/batiati/mustache-zig#4913f1ff3b5400da604258e9c40825c91d139889
@lcp5y3
Copy link

lcp5y3 commented Jan 26, 2025

I'm not sur this is the last one compatible, but in view of log, I've checkout on this commit id ae5ecc1522da983dc39bb0d8b27f5d1b1d7956e3 to be compatible with zig 0.13.

@scripturial
Copy link
Author

That commit had failing tests so I was a bit weary of using it, and tried the one after it. It would be neat if this project had a tag or branch for 0.13. I know 0.14 is out soon, but it might take a while for all my project dependencies to catch up.

@batiati
Copy link
Owner

batiati commented Jan 27, 2025

Hi there! "Historically", we are pinned on zig master until the language stabilizes, although it's a good idea to tag a version during zig milestones, I'll keep that in mind when 0.14 is released.

That's the commit we bumped to 0.13:
ae5ecc1

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

No branches or pull requests

3 participants