Skip to content

add repl

add repl #82

Triggered via pull request September 11, 2024 18:07
Status Failure
Total duration 1m 8s
Artifacts

ci.yml

on: pull_request
run cargo tests
57s
run cargo tests
verify formatting and lints
44s
verify formatting and lints
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 3 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/context.rs#L40
docs for function returning `Result` missing `# Errors` section
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)