-
Notifications
You must be signed in to change notification settings - Fork 97
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
feat(rust): add the driver exporter #1756
Conversation
I'm not sure why the CI is broken... Maybe a cache invalidation issue? CC @mbrobbel |
Looks like actions/runner-images#9732. |
Well, I've tried to relaunch the pipeline but it's still failing... @lidavidm can you clear the cache? |
#1764, but I still see that cargo isn't found despite having what is supposed to be the latest image version |
For now I'm just not going to run this on M1 and we can add it back later |
@alexandreyc if you rebase, it should work 🤞 |
It works! Thanks! |
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.
Thanks! I started reviewing this.
Thanks @mbrobbel for your thorough review! I think I've taken into account all your comments. I've pushed a last commit to better differentiate between broken internal invariant (panicking) and API misuse (erroring) |
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.
Thanks for working through all those comments so quickly. On to the next PR!
@lidavidm I think this PR can be merged |
Third PR for the Rust implementation containing the driver exporter which allows to automatically create a C-compatible driver from a native Rust driver.
Third PR for the Rust implementation containing the driver exporter which allows to automatically create a C-compatible driver from a native Rust driver.