Added NSGA3 algorithm #11
tests.yaml
on: pull_request
Cargo check and test on Unix systems
3m 49s
Annotations
6 warnings
`extern` block uses type `u128`, which is not FFI-safe:
hv-wfg-sys/src/bindings.rs#L3126
warning: `extern` block uses type `u128`, which is not FFI-safe
--> hv-wfg-sys/src/bindings.rs:3126:18
|
3126 | __value: u128,
| ^^^^ not FFI-safe
|
= note: 128-bit integers don't currently have a known stable ABI
|
`extern` block uses type `u128`, which is not FFI-safe:
hv-wfg-sys/src/bindings.rs#L3116
warning: `extern` block uses type `u128`, which is not FFI-safe
--> hv-wfg-sys/src/bindings.rs:3116:18
|
3116 | __value: u128,
| ^^^^ not FFI-safe
|
= note: 128-bit integers don't currently have a known stable ABI
|
`extern` block uses type `u128`, which is not FFI-safe:
hv-wfg-sys/src/bindings.rs#L3089
warning: `extern` block uses type `u128`, which is not FFI-safe
--> hv-wfg-sys/src/bindings.rs:3089:18
|
3089 | __value: u128,
| ^^^^ not FFI-safe
|
= note: 128-bit integers don't currently have a known stable ABI
|
`extern` block uses type `u128`, which is not FFI-safe:
hv-wfg-sys/src/bindings.rs#L3081
warning: `extern` block uses type `u128`, which is not FFI-safe
--> hv-wfg-sys/src/bindings.rs:3081:18
|
3081 | __value: u128,
| ^^^^ not FFI-safe
|
= note: 128-bit integers don't currently have a known stable ABI
|
`extern` block uses type `u128`, which is not FFI-safe:
hv-wfg-sys/src/bindings.rs#L3073
warning: `extern` block uses type `u128`, which is not FFI-safe
--> hv-wfg-sys/src/bindings.rs:3073:18
|
3073 | __value: u128,
| ^^^^ not FFI-safe
|
= note: 128-bit integers don't currently have a known stable ABI
|
`extern` block uses type `u128`, which is not FFI-safe:
hv-wfg-sys/src/bindings.rs#L1381
warning: `extern` block uses type `u128`, which is not FFI-safe
--> hv-wfg-sys/src/bindings.rs:1381:10
|
1381 | ) -> u128;
| ^^^^ not FFI-safe
|
= note: 128-bit integers don't currently have a known stable ABI
= note: `#[warn(improper_ctypes)]` on by default
|