Closed kassane closed 1 year ago
Do you know when 0.11 will land? I was thinking in doing a downgrade to 0.10 acctually :) to avoid from up updating the code on every change
Recent info about:
https://ziggit.dev/t/how-far-away-is-0-11-really/744/6
It’s time to focus on the release for sure. There are only 2 things left that will prevent from releasing on time:
- if async/await is not done yet
- if the release notes are not done yet
Everything else can be postponed to 0.12.0 or 0.11.1. I may need 1-2 more weeks past June 30th to finish these two important things, but I don’t expect to postpone any longer than that. - Andrew
If it doesn't get released at the end this month... that means yet another delay.
I don't want to use zig-pkg
it just adds more steps to a very simple thing.
I also didn't see any modification in the transpile.zig file, this means the generated code might be wrong
If you downgrade to v0.10.x, can use a fixed version of zig-clap 0.6.0.
Yes! I really hadn't made any changes to the transpiler. Just fix syntax errors based on compatibility breaks between development build versions.
0.11.0-dev.3803+7ad104227
needed some fixesNote:
cpp_vector
test disabled - need fix