Update pyo3 to v0.22 and update code to use pyo3 Bound
types
#684
Annotations
10 errors and 8 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 following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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