Update pyo3 to v0.22 and update code to use pyo3 Bound
types
#680
Annotations
11 errors and 6 warnings
|
src/config.rs#L301
`&PyDict` is not an iterator
|
src/config.rs#L284
the trait bound `&PyType: From<BoundRef<'_, '_, PyType>>` is not satisfied
|
src/config.rs#L286
the trait bound `&PyDict: PyFunctionArgument<'_, '_>` is not satisfied
|
src/inventory.rs#L80
no function or associated item named `new` found for struct `PyDict` in the current scope
|
src/inventory.rs#L83
no function or associated item named `new` found for struct `PyDict` in the current scope
|
src/inventory.rs#L89
no function or associated item named `new` found for struct `PyDict` in the current scope
|
src/node/nodeinfo.rs#L180
no function or associated item named `new` found for struct `PyDict` in the current scope
|
src/node/nodeinfo.rs#L192
no function or associated item named `new` found for struct `PyDict` in the current scope
|
src/types/from.rs#L127
no method named `get_type` found for reference `&pyo3::PyAny` in the current scope
|
src/types/from.rs#L129
no method named `extract` found for reference `&pyo3::PyAny` in the current scope
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
src/config.rs#L14
use of deprecated constant `config::CompatFlag::__pyo3__generated____richcmp__::DEPRECATION`: Implicit equality for simple enums is deprecated. Use `#[pyclass(eq, eq_int)` to keep the current behavior.
|
|
This job failed
Loading