-
Notifications
You must be signed in to change notification settings - Fork 24
Switch to windows-bindgen #29
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
965b551 to
3caff3e
Compare
fcf01be to
a9f6312
Compare
|
Out of curiosity, is the benefit of |
|
Yup, that's the idea. It also prevents downloading big wads of code that end up largely unused via feature flags... I've been struggling with getting the codegen lined up correctly, something about the formatting is not working right. Want to take a look? |
Instead of the current approach, would it make more sense to run the binding generation in CI and then assert that |
That is kind of the current approach? I've used similar code in a bunch of projects and it mostly works well. But for some reason the formatting isn't sticky here... |
Kind of yeah. I was thinking something like:
If whitespace is still an issue, we could also consider using |
|
Unfortunately, CI doesn't run on PRs in this repo so I can't test whether my changes in #30 work as intended. Edit: I pushed a follow-up commit that enables CI for PRs, needs maintainer approval though. |
4f0d6d7 to
591718d
Compare
|
That feels more like a workaround, though! I think I figured it out, the rustfmt component wasn't installed. |
95ad5ff to
b552308
Compare
No description provided.