You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Over in the PyO3 repo we're currently discussing accepting an anyhow optional feature. PyO3/pyo3#1822
I am aware that you've got the pyo3 optional feature; I was wondering if for symmetry you wanted us to take ownership of the eyre / pyo3 integration by adding an eyre optional feature to pyo3?
Presumably we can just copy the trait implementations you already have from this repo over to the PyO3 codebase.
The text was updated successfully, but these errors were encountered:
@yaahc we've now merged an eyre feature into PyO3 and will probably release it in the next couple of weeks (PyO3/pyo3#1921). Feel free to close this ticket / update eyre as you see fit.
* (cargo-release) start next development iteration 0.5.3-alpha.0
* add support for customized panic messages
* reorg a little
* add example and changelog
* reorder items in example
* fix missing semi
Hi,
Thanks for providing integration with PyO3!
Over in the PyO3 repo we're currently discussing accepting an
anyhow
optional feature. PyO3/pyo3#1822I am aware that you've got the
pyo3
optional feature; I was wondering if for symmetry you wanted us to take ownership of theeyre
/pyo3
integration by adding aneyre
optional feature to pyo3?Presumably we can just copy the trait implementations you already have from this repo over to the PyO3 codebase.
The text was updated successfully, but these errors were encountered: