Closed bouk closed 1 year ago
Figured out how to run the codegen! And it seems to work
Added back the context
Thanks for the PR, it looks good to me and I manually verified that there are no codegen regressions.
Could you please rebase against current main
and re-run the code generator? I did a systemd bump to v253
in the meanwhile, so it would be better to refresh the generated code here.
As a sidenote, if you have https://github.com/casey/just installed locally then the whole refresh can be performed through just bump-systemd && just default
.
Oh cool I'll add a note about just
!
@lucab I've implement parsing dictionary signatures as well, which makes the parser complete!
I wasn't able to run the codegen because my dev setup is on macOS...
Related to #13