Bump tucanos version, libOL is no longer needed #71
Annotations
36 warnings
libmeshb
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
libol
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
unused `std::result::Result` that must be used:
src/lib.rs#L531
warning: unused `std::result::Result` that must be used
--> src/lib.rs:531:25
|
531 | dict.set_item(k, to_numpy_1d(py, v.to_vec()));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...
544 | create_mesh!(Mesh21, 2, Edge);
| ----------------------------- in this macro invocation
|
= note: this `Result` may be an `Err` variant, which should be handled
= note: this warning originates in the macro `create_mesh` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `let _ = ...` to ignore the resulting value
|
531 | let _ = dict.set_item(k, to_numpy_1d(py, v.to_vec()));
| +++++++
|
unused `std::result::Result` that must be used:
src/lib.rs#L517
warning: unused `std::result::Result` that must be used
--> src/lib.rs:517:25
|
517 | dict.set_item(k, to_numpy_1d(py, v.to_vec()));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...
544 | create_mesh!(Mesh21, 2, Edge);
| ----------------------------- in this macro invocation
|
= note: this `Result` may be an `Err` variant, which should be handled
= note: this warning originates in the macro `create_mesh` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `let _ = ...` to ignore the resulting value
|
517 | let _ = dict.set_item(k, to_numpy_1d(py, v.to_vec()));
| +++++++
|
unused `std::result::Result` that must be used:
src/lib.rs#L531
warning: unused `std::result::Result` that must be used
--> src/lib.rs:531:25
|
531 | dict.set_item(k, to_numpy_1d(py, v.to_vec()));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...
543 | create_mesh!(Mesh22, 2, Triangle);
| --------------------------------- in this macro invocation
|
= note: this `Result` may be an `Err` variant, which should be handled
= note: this warning originates in the macro `create_mesh` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `let _ = ...` to ignore the resulting value
|
531 | let _ = dict.set_item(k, to_numpy_1d(py, v.to_vec()));
| +++++++
|
unused `std::result::Result` that must be used:
src/lib.rs#L517
warning: unused `std::result::Result` that must be used
--> src/lib.rs:517:25
|
517 | dict.set_item(k, to_numpy_1d(py, v.to_vec()));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...
543 | create_mesh!(Mesh22, 2, Triangle);
| --------------------------------- in this macro invocation
|
= note: this `Result` may be an `Err` variant, which should be handled
= note: this warning originates in the macro `create_mesh` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `let _ = ...` to ignore the resulting value
|
517 | let _ = dict.set_item(k, to_numpy_1d(py, v.to_vec()));
| +++++++
|
unused `std::result::Result` that must be used:
src/lib.rs#L531
warning: unused `std::result::Result` that must be used
--> src/lib.rs:531:25
|
531 | dict.set_item(k, to_numpy_1d(py, v.to_vec()));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...
542 | create_mesh!(Mesh31, 3, Edge);
| ----------------------------- in this macro invocation
|
= note: this `Result` may be an `Err` variant, which should be handled
= note: this warning originates in the macro `create_mesh` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `let _ = ...` to ignore the resulting value
|
531 | let _ = dict.set_item(k, to_numpy_1d(py, v.to_vec()));
| +++++++
|
unused `std::result::Result` that must be used:
src/lib.rs#L517
warning: unused `std::result::Result` that must be used
--> src/lib.rs:517:25
|
517 | dict.set_item(k, to_numpy_1d(py, v.to_vec()));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...
542 | create_mesh!(Mesh31, 3, Edge);
| ----------------------------- in this macro invocation
|
= note: this `Result` may be an `Err` variant, which should be handled
= note: this warning originates in the macro `create_mesh` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `let _ = ...` to ignore the resulting value
|
517 | let _ = dict.set_item(k, to_numpy_1d(py, v.to_vec()));
| +++++++
|
unused `std::result::Result` that must be used:
src/lib.rs#L531
warning: unused `std::result::Result` that must be used
--> src/lib.rs:531:25
|
531 | dict.set_item(k, to_numpy_1d(py, v.to_vec()));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...
541 | create_mesh!(Mesh32, 3, Triangle);
| --------------------------------- in this macro invocation
|
= note: this `Result` may be an `Err` variant, which should be handled
= note: this warning originates in the macro `create_mesh` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `let _ = ...` to ignore the resulting value
|
531 | let _ = dict.set_item(k, to_numpy_1d(py, v.to_vec()));
| +++++++
|
unused `std::result::Result` that must be used:
src/lib.rs#L517
warning: unused `std::result::Result` that must be used
--> src/lib.rs:517:25
|
517 | dict.set_item(k, to_numpy_1d(py, v.to_vec()));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...
541 | create_mesh!(Mesh32, 3, Triangle);
| --------------------------------- in this macro invocation
|
= note: this `Result` may be an `Err` variant, which should be handled
= note: this warning originates in the macro `create_mesh` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `let _ = ...` to ignore the resulting value
|
517 | let _ = dict.set_item(k, to_numpy_1d(py, v.to_vec()));
| +++++++
|
unused `std::result::Result` that must be used:
src/lib.rs#L531
warning: unused `std::result::Result` that must be used
--> src/lib.rs:531:25
|
531 | dict.set_item(k, to_numpy_1d(py, v.to_vec()));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...
540 | create_mesh!(Mesh33, 3, Tetrahedron);
| ------------------------------------ in this macro invocation
|
= note: this `Result` may be an `Err` variant, which should be handled
= note: this warning originates in the macro `create_mesh` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `let _ = ...` to ignore the resulting value
|
531 | let _ = dict.set_item(k, to_numpy_1d(py, v.to_vec()));
| +++++++
|
unused `std::result::Result` that must be used:
src/lib.rs#L517
warning: unused `std::result::Result` that must be used
--> src/lib.rs:517:25
|
517 | dict.set_item(k, to_numpy_1d(py, v.to_vec()));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...
540 | create_mesh!(Mesh33, 3, Tetrahedron);
| ------------------------------------ in this macro invocation
|
= note: this `Result` may be an `Err` variant, which should be handled
= note: `#[warn(unused_must_use)]` on by default
= note: this warning originates in the macro `create_mesh` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `let _ = ...` to ignore the resulting value
|
517 | let _ = dict.set_item(k, to_numpy_1d(py, v.to_vec()));
| +++++++
|
unused imports: `pyfunction`, `wrap_pyfunction`:
src/lib.rs#L5
warning: unused imports: `pyfunction`, `wrap_pyfunction`
--> src/lib.rs:5:14
|
5 | pyclass, pyfunction, pymethods, pymodule,
| ^^^^^^^^^^
6 | types::{PyDict, PyModule, PyType},
7 | wrap_pyfunction, PyResult, Python,
| ^^^^^^^^^^^^^^^
|
= note: `#[warn(unused_imports)]` on by default
|
unused `std::result::Result` that must be used:
src/lib.rs#L531
warning: unused `std::result::Result` that must be used
--> src/lib.rs:531:25
|
531 | dict.set_item(k, to_numpy_1d(py, v.to_vec()));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...
544 | create_mesh!(Mesh21, 2, Edge);
| ----------------------------- in this macro invocation
|
= note: this `Result` may be an `Err` variant, which should be handled
= note: this warning originates in the macro `create_mesh` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `let _ = ...` to ignore the resulting value
|
531 | let _ = dict.set_item(k, to_numpy_1d(py, v.to_vec()));
| +++++++
|
unused `std::result::Result` that must be used:
src/lib.rs#L517
warning: unused `std::result::Result` that must be used
--> src/lib.rs:517:25
|
517 | dict.set_item(k, to_numpy_1d(py, v.to_vec()));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...
544 | create_mesh!(Mesh21, 2, Edge);
| ----------------------------- in this macro invocation
|
= note: this `Result` may be an `Err` variant, which should be handled
= note: this warning originates in the macro `create_mesh` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `let _ = ...` to ignore the resulting value
|
517 | let _ = dict.set_item(k, to_numpy_1d(py, v.to_vec()));
| +++++++
|
unused `std::result::Result` that must be used:
src/lib.rs#L531
warning: unused `std::result::Result` that must be used
--> src/lib.rs:531:25
|
531 | dict.set_item(k, to_numpy_1d(py, v.to_vec()));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...
543 | create_mesh!(Mesh22, 2, Triangle);
| --------------------------------- in this macro invocation
|
= note: this `Result` may be an `Err` variant, which should be handled
= note: this warning originates in the macro `create_mesh` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `let _ = ...` to ignore the resulting value
|
531 | let _ = dict.set_item(k, to_numpy_1d(py, v.to_vec()));
| +++++++
|
unused `std::result::Result` that must be used:
src/lib.rs#L517
warning: unused `std::result::Result` that must be used
--> src/lib.rs:517:25
|
517 | dict.set_item(k, to_numpy_1d(py, v.to_vec()));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...
543 | create_mesh!(Mesh22, 2, Triangle);
| --------------------------------- in this macro invocation
|
= note: this `Result` may be an `Err` variant, which should be handled
= note: this warning originates in the macro `create_mesh` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `let _ = ...` to ignore the resulting value
|
517 | let _ = dict.set_item(k, to_numpy_1d(py, v.to_vec()));
| +++++++
|
unused `std::result::Result` that must be used:
src/lib.rs#L531
warning: unused `std::result::Result` that must be used
--> src/lib.rs:531:25
|
531 | dict.set_item(k, to_numpy_1d(py, v.to_vec()));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...
542 | create_mesh!(Mesh31, 3, Edge);
| ----------------------------- in this macro invocation
|
= note: this `Result` may be an `Err` variant, which should be handled
= note: this warning originates in the macro `create_mesh` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `let _ = ...` to ignore the resulting value
|
531 | let _ = dict.set_item(k, to_numpy_1d(py, v.to_vec()));
| +++++++
|
unused `std::result::Result` that must be used:
src/lib.rs#L517
warning: unused `std::result::Result` that must be used
--> src/lib.rs:517:25
|
517 | dict.set_item(k, to_numpy_1d(py, v.to_vec()));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...
542 | create_mesh!(Mesh31, 3, Edge);
| ----------------------------- in this macro invocation
|
= note: this `Result` may be an `Err` variant, which should be handled
= note: this warning originates in the macro `create_mesh` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `let _ = ...` to ignore the resulting value
|
517 | let _ = dict.set_item(k, to_numpy_1d(py, v.to_vec()));
| +++++++
|
unused `std::result::Result` that must be used:
src/lib.rs#L531
warning: unused `std::result::Result` that must be used
--> src/lib.rs:531:25
|
531 | dict.set_item(k, to_numpy_1d(py, v.to_vec()));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...
541 | create_mesh!(Mesh32, 3, Triangle);
| --------------------------------- in this macro invocation
|
= note: this `Result` may be an `Err` variant, which should be handled
= note: this warning originates in the macro `create_mesh` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `let _ = ...` to ignore the resulting value
|
531 | let _ = dict.set_item(k, to_numpy_1d(py, v.to_vec()));
| +++++++
|
unused `std::result::Result` that must be used:
src/lib.rs#L517
warning: unused `std::result::Result` that must be used
--> src/lib.rs:517:25
|
517 | dict.set_item(k, to_numpy_1d(py, v.to_vec()));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...
541 | create_mesh!(Mesh32, 3, Triangle);
| --------------------------------- in this macro invocation
|
= note: this `Result` may be an `Err` variant, which should be handled
= note: this warning originates in the macro `create_mesh` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `let _ = ...` to ignore the resulting value
|
517 | let _ = dict.set_item(k, to_numpy_1d(py, v.to_vec()));
| +++++++
|
unused `std::result::Result` that must be used:
src/lib.rs#L531
warning: unused `std::result::Result` that must be used
--> src/lib.rs:531:25
|
531 | dict.set_item(k, to_numpy_1d(py, v.to_vec()));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...
540 | create_mesh!(Mesh33, 3, Tetrahedron);
| ------------------------------------ in this macro invocation
|
= note: this `Result` may be an `Err` variant, which should be handled
= note: this warning originates in the macro `create_mesh` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `let _ = ...` to ignore the resulting value
|
531 | let _ = dict.set_item(k, to_numpy_1d(py, v.to_vec()));
| +++++++
|
unused `std::result::Result` that must be used:
src/lib.rs#L517
warning: unused `std::result::Result` that must be used
--> src/lib.rs:517:25
|
517 | dict.set_item(k, to_numpy_1d(py, v.to_vec()));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...
540 | create_mesh!(Mesh33, 3, Tetrahedron);
| ------------------------------------ in this macro invocation
|
= note: this `Result` may be an `Err` variant, which should be handled
= note: `#[warn(unused_must_use)]` on by default
= note: this warning originates in the macro `create_mesh` (in Nightly builds, run with -Z macro-backtrace for more info)
help: use `let _ = ...` to ignore the resulting value
|
517 | let _ = dict.set_item(k, to_numpy_1d(py, v.to_vec()));
| +++++++
|
unused imports: `pyfunction`, `wrap_pyfunction`:
src/lib.rs#L5
warning: unused imports: `pyfunction`, `wrap_pyfunction`
--> src/lib.rs:5:14
|
5 | pyclass, pyfunction, pymethods, pymodule,
| ^^^^^^^^^^
6 | types::{PyDict, PyModule, PyType},
7 | wrap_pyfunction, PyResult, Python,
| ^^^^^^^^^^^^^^^
|
= note: `#[warn(unused_imports)]` on by default
|
stable
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3, actions-rs/toolchain@v1, actions-rs/clippy-check@v1, actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
stable
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
stable
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/
|
stable
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/
|
stable
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/
|
stable
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/
|
nightly
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3, actions-rs/toolchain@v1, actions-rs/clippy-check@v1, actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
nightly
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
nightly
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/
|
nightly
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/
|
nightly
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/
|
nightly
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/
|