Skip to content

WIP: Make ints and floats generic. #356

WIP: Make ints and floats generic.

WIP: Make ints and floats generic. #356

Triggered via push October 13, 2024 10:06
Status Failure
Total duration 34s
Artifacts

ci.yml

on: push
Matrix: Rust check
Rust format
8s
Rust format
Rust test
0s
Rust test
Rust check and lint benchmarks
0s
Rust check and lint benchmarks
Rust doc
0s
Rust doc
Check sync readme
0s
Check sync readme
Check CLI
0s
Check CLI
Matrix: Rust check
Matrix: Rust lint
Coverage
0s
Coverage
Fit to window
Zoom out
Zoom in

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.