WIP: Make ints and floats generic. #356
ci.yml
on: push
Matrix: Rust check
Rust format
8s
Rust check and lint benchmarks
0s
Rust doc
0s
Check sync readme
0s
Check CLI
0s
Matrix: Rust check
Matrix: Rust lint
Coverage
0s
Annotations
11 errors
Rust check:
src/interface/mod.rs#L4
unresolved imports `crate::value::DefaultFloatType`, `crate::value::DefaultIntType`
|
Rust check:
src/operator/mod.rs#L3
unresolved imports `crate::value::DefaultFloatType`, `crate::value::DefaultIntType`
|
Rust check:
src/token/mod.rs#L3
unresolved imports `crate::value::DefaultFloatType`, `crate::value::DefaultIntType`
|
Rust check:
src/tree/mod.rs#L4
unresolved imports `crate::value::DefaultFloatType`, `crate::value::DefaultIntType`
|
Rust check:
src/function/builtin.rs#L92
failed to resolve: use of undeclared type `FloatType`
|
Rust check:
src/function/builtin.rs#L93
failed to resolve: use of undeclared type `FloatType`
|
Rust check:
src/function/builtin.rs#L94
failed to resolve: use of undeclared type `FloatType`
|
Rust check:
src/function/builtin.rs#L95
failed to resolve: use of undeclared type `FloatType`
|
Rust check:
src/function/builtin.rs#L116
failed to resolve: use of undeclared type `IntType`
|
Rust check:
src/function/builtin.rs#L138
failed to resolve: use of undeclared type `IntType`
|
Rust check (--all-features)
The job was canceled because "job" failed.
|