update tucanos version & set thread affinity #154
Annotations
10 errors and 5 warnings
Run clippy:
src/mesh.rs#L89
error: borrow as raw pointer
--> src/mesh.rs:89:32
|
89 | pub fn empty(_cls: &Bound<'_, PyType>) -> Self {
| ^^^^^^^^^^^^^^^^^^ help: try: `&raw const #[pymethods]`
...
635 | create_mesh!(Mesh33, 3, Tetrahedron);
| ------------------------------------ in this macro invocation
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#borrow_as_ptr
= note: `-D clippy::borrow-as-ptr` implied by `-D clippy::pedantic`
= help: to override `-D clippy::pedantic` add `#[allow(clippy::borrow_as_ptr)]`
= note: this error originates in the macro `create_mesh` (in Nightly builds, run with -Z macro-backtrace for more info)
|
Run clippy:
src/mesh.rs#L107
error: borrow as raw pointer
--> src/mesh.rs:107:37
|
107 | pub fn from_meshb(_cls: &Bound<'_, PyType>, fname: &str) -> PyResult<Self> {
| ^^^^^^^^^^^^^^^^^^ help: try: `&raw const #[pymethods]`
...
635 | create_mesh!(Mesh33, 3, Tetrahedron);
| ------------------------------------ in this macro invocation
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#borrow_as_ptr
= note: this error originates in the macro `create_mesh` (in Nightly builds, run with -Z macro-backtrace for more info)
|
Run clippy:
src/mesh.rs#L130
error: borrow as raw pointer
--> src/mesh.rs:130:23
|
130 | _cls: &Bound<'_, PyType>,
| ^^^^^^^^^^^^^^^^^^ help: try: `&raw const #[pymethods]`
...
635 | create_mesh!(Mesh33, 3, Tetrahedron);
| ------------------------------------ in this macro invocation
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#borrow_as_ptr
= note: this error originates in the macro `create_mesh` (in Nightly builds, run with -Z macro-backtrace for more info)
|
Run clippy:
src/mesh.rs#L89
error: borrow as raw pointer
--> src/mesh.rs:89:32
|
89 | pub fn empty(_cls: &Bound<'_, PyType>) -> Self {
| ^^^^^^^^^^^^^^^^^^ help: try: `&raw const #[pymethods]`
...
636 | create_mesh!(Mesh32, 3, Triangle);
| --------------------------------- in this macro invocation
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#borrow_as_ptr
= note: this error originates in the macro `create_mesh` (in Nightly builds, run with -Z macro-backtrace for more info)
|
Run clippy:
src/mesh.rs#L107
error: borrow as raw pointer
--> src/mesh.rs:107:37
|
107 | pub fn from_meshb(_cls: &Bound<'_, PyType>, fname: &str) -> PyResult<Self> {
| ^^^^^^^^^^^^^^^^^^ help: try: `&raw const #[pymethods]`
...
636 | create_mesh!(Mesh32, 3, Triangle);
| --------------------------------- in this macro invocation
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#borrow_as_ptr
= note: this error originates in the macro `create_mesh` (in Nightly builds, run with -Z macro-backtrace for more info)
|
Run clippy:
src/mesh.rs#L130
error: borrow as raw pointer
--> src/mesh.rs:130:23
|
130 | _cls: &Bound<'_, PyType>,
| ^^^^^^^^^^^^^^^^^^ help: try: `&raw const #[pymethods]`
...
636 | create_mesh!(Mesh32, 3, Triangle);
| --------------------------------- in this macro invocation
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#borrow_as_ptr
= note: this error originates in the macro `create_mesh` (in Nightly builds, run with -Z macro-backtrace for more info)
|
Run clippy:
src/mesh.rs#L89
error: borrow as raw pointer
--> src/mesh.rs:89:32
|
89 | pub fn empty(_cls: &Bound<'_, PyType>) -> Self {
| ^^^^^^^^^^^^^^^^^^ help: try: `&raw const #[pymethods]`
...
637 | create_mesh!(Mesh31, 3, Edge);
| ----------------------------- in this macro invocation
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#borrow_as_ptr
= note: this error originates in the macro `create_mesh` (in Nightly builds, run with -Z macro-backtrace for more info)
|
Run clippy:
src/mesh.rs#L107
error: borrow as raw pointer
--> src/mesh.rs:107:37
|
107 | pub fn from_meshb(_cls: &Bound<'_, PyType>, fname: &str) -> PyResult<Self> {
| ^^^^^^^^^^^^^^^^^^ help: try: `&raw const #[pymethods]`
...
637 | create_mesh!(Mesh31, 3, Edge);
| ----------------------------- in this macro invocation
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#borrow_as_ptr
= note: this error originates in the macro `create_mesh` (in Nightly builds, run with -Z macro-backtrace for more info)
|
Run clippy:
src/mesh.rs#L130
error: borrow as raw pointer
--> src/mesh.rs:130:23
|
130 | _cls: &Bound<'_, PyType>,
| ^^^^^^^^^^^^^^^^^^ help: try: `&raw const #[pymethods]`
...
637 | create_mesh!(Mesh31, 3, Edge);
| ----------------------------- in this macro invocation
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#borrow_as_ptr
= note: this error originates in the macro `create_mesh` (in Nightly builds, run with -Z macro-backtrace for more info)
|
Run clippy:
src/mesh.rs#L89
error: borrow as raw pointer
--> src/mesh.rs:89:32
|
89 | pub fn empty(_cls: &Bound<'_, PyType>) -> Self {
| ^^^^^^^^^^^^^^^^^^ help: try: `&raw const #[pymethods]`
...
638 | create_mesh!(Mesh22, 2, Triangle);
| --------------------------------- in this macro invocation
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#borrow_as_ptr
= note: this error originates in the macro `create_mesh` (in Nightly builds, run with -Z macro-backtrace for more info)
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Install Rust
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/
|
Install Rust
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/
|
Install Rust
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/
|
Install Rust
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/
|
Loading