-
Notifications
You must be signed in to change notification settings - Fork 49
refactor(hydro_cli)!: use direct &dyn Any
upcasting for Rust 1.86, update pyo3, fix #1821
#1825
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
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! Very confused seeing the Hydro Deploy test failure, don't see any changes that would have broken anything...
Seems to be an actual error |
So weird, something with pyo3 |
I am not sure how to get the hydrocli tests to actually run locally |
Need to Still ultra confused what broke here though (should we enable backtraces in CI?). |
&dyn Any
upcasting for Rust 1.86, fix #1821&dyn Any
upcasting for Rust 1.86, update pyo3, fix #1821
&dyn Any
upcasting for Rust 1.86, update pyo3, fix #1821&dyn Any
upcasting for Rust 1.86, update pyo3, fix #1821
Thinking this might be a genuine bug in the python code |
Fix #1821
https://pyo3.rs/v0.23.0/migration#from-020-to-021
BREAKING CHANGE: Now uses pyo3 0.24