Skip to content

add some arithmetic filters #74

add some arithmetic filters

add some arithmetic filters #74

Triggered via push August 16, 2024 22:45
Status Success
Total duration 1m 8s
Artifacts

ci.yml

on: push
run cargo tests
56s
run cargo tests
verify formatting and lints
46s
verify formatting and lints
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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)
verify formatting and lints: src/frontend/parser.rs#L271
binding's name is too similar to existing binding
verify formatting and lints: src/frontend/arena.rs#L4
item name starts with its containing module's name
verify formatting and lints: src/frontend/ast.rs#L6
item name starts with its containing module's name
verify formatting and lints: src/frontend/ast.rs#L9
item name starts with its containing module's name
verify formatting and lints: src/frontend/ast.rs#L11
item name starts with its containing module's name
verify formatting and lints: src/frontend/ast.rs#L19
item name starts with its containing module's name
verify formatting and lints: src/frontend/parser.rs#L54
this method could have a `#[must_use]` attribute
verify formatting and lints: src/frontend/parser.rs#L75
docs for function returning `Result` missing `# Errors` section