Skip to content

refactor for repl: add ElementContext trait #81

refactor for repl: add ElementContext trait

refactor for repl: add ElementContext trait #81

Triggered via push August 29, 2024 00:48
Status Failure
Total duration 1m 17s
Artifacts

ci.yml

on: push
run cargo tests
1m 1s
run cargo tests
verify formatting and lints
1m 5s
verify formatting and lints
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 2 warnings
verify formatting and lints: filter-types/src/filter.rs#L10
first doc comment paragraph is too long
verify formatting and lints
Process completed with exit code 101.
verify formatting and lints: filter-types/src/value.rs#L121
casting `f64` to `i64` may truncate the value
verify formatting and lints: filter-types/src/value.rs#L130
casting `i64` to `f64` causes a loss of precision (`i64` is 64 bits wide, but `f64`'s mantissa is only 52 bits wide)