Skip to content

Source-level names in JSON trace #1236

Source-level names in JSON trace

Source-level names in JSON trace #1236

Triggered via pull request December 6, 2024 14:12
Status Success
Total duration 2m 36s
Artifacts 1

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
fixpoint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
rustfmt
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
unneeded `return` statement: crates/flux-refineck/src/type_env.rs#L896
warning: unneeded `return` statement --> crates/flux-refineck/src/type_env.rs:896:5 | 896 | return Some(format!("{:?}", loc)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_return = note: `#[warn(clippy::needless_return)]` on by default help: remove `return` | 896 - return Some(format!("{:?}", loc)); 896 + Some(format!("{:?}", loc)) |
clippy
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
vtock
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636

Artifacts

Produced during runtime
Name Size
fixpoint
6.53 MB