-
Notifications
You must be signed in to change notification settings - Fork 1
wip! reserved keywords #18
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
Conversation
* Refactor: see dylibso/xtp-bindgen#18 * Support nullable vs required
bhelx
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. I like not littering the code with r# everywhere!
7f2e117 to
91bcde3
Compare
|
Thanks! I pushed up one more change that handles the (off-chance) that someone uses a reserved word as an export ( (Edit: and rebased on top of #16) |
|
This looks good to me! I am planning to look into why tests are failing this afternoon |
zshipko
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just pushed a commit that fixes the bindgen tests locally, but not on CI 😞
We can merge this and I can debug CI on another branch
Just a quick rev on #17 – we can throw it away if we like!
(Additionally, I switched us over to
serde_json::Mapfromstd::collections::HashMap.)I haven't tested these, but I can do so after rebasing on #16 if we're interested in this!