Skip to content

implement Update trait for sets/maps #689

implement Update trait for sets/maps

implement Update trait for sets/maps #689

Triggered via pull request June 19, 2024 10:00
Status Success
Total duration 5m 39s
Artifacts

test.yml

on: pull_request
Matrix: Test
Fit to window
Zoom out
Zoom in

Annotations

49 warnings
Test (nightly, true)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test (nightly, true)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test (nightly, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test (nightly, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test (nightly, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test (nightly, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test (nightly, true): src/function/delete.rs#L42
transmute used without annotations
Test (nightly, true)
`salsa` (lib test) generated 1 warning
Test (nightly, true): tests/tracked_fn_on_tracked.rs#L20
the following explicit lifetimes could be elided: 'db
Test (nightly, true)
`salsa` (test "tracked_fn_on_tracked") generated 1 warning (run `cargo clippy --fix --test "tracked_fn_on_tracked"` to apply 1 suggestion)
Test (nightly, true)
`salsa` (example "lazy-input") generated 1 warning (run `cargo clippy --fix --example "lazy-input"` to apply 1 suggestion)
Test (nightly, true)
`salsa` (test "expect_reuse_field_x_of_a_tracked_struct_changes_but_fn_depends_on_field_y") generated 1 warning (run `cargo clippy --fix --test "expect_reuse_field_x_of_a_tracked_struct_changes_but_fn_depends_on_field_y"` to apply 1 suggestion)
Test (nightly, true)
`salsa` (test "specify_tracked_fn_in_rev_1_but_not_2") generated 1 warning (run `cargo clippy --fix --test "specify_tracked_fn_in_rev_1_but_not_2"` to apply 1 suggestion)
Test (nightly, true)
`salsa` (test "tracked-struct-value-field-bad-eq") generated 1 warning (run `cargo clippy --fix --test "tracked-struct-value-field-bad-eq"` to apply 1 suggestion)
Test (nightly, true): tests/tracked_with_struct_db.rs#L40
the following explicit lifetimes could be elided: 'db
Test (nightly, true): tests/tracked_with_struct_db.rs#L49
the function `MyInput::new` doesn't need a mutable reference
Test (beta, false)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test (beta, false)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test (beta, false): src/function/delete.rs#L42
transmute used without annotations
Test (beta, false)
`salsa` (lib test) generated 1 warning
Test (beta, false): tests/tracked_with_struct_db.rs#L33
unneeded unit expression
Test (beta, false): tests/tracked_with_struct_db.rs#L40
the following explicit lifetimes could be elided: 'db
Test (beta, false): tests/tracked_with_struct_db.rs#L49
the function `MyInput::new` doesn't need a mutable reference
Test (beta, false)
`salsa` (test "tracked_with_struct_db") generated 3 warnings (run `cargo clippy --fix --test "tracked_with_struct_db"` to apply 1 suggestion)
Test (beta, false)
`salsa` (test "expect_reuse_field_x_of_a_tracked_struct_changes_but_fn_depends_on_field_y") generated 1 warning (run `cargo clippy --fix --test "expect_reuse_field_x_of_a_tracked_struct_changes_but_fn_depends_on_field_y"` to apply 1 suggestion)
Test (beta, false): tests/tracked-struct-value-field-bad-eq.rs#L57
the following explicit lifetimes could be elided: 'db
Test (beta, false)
`salsa` (test "tracked-struct-value-field-bad-eq") generated 1 warning (run `cargo clippy --fix --test "tracked-struct-value-field-bad-eq"` to apply 1 suggestion)
Test (beta, false)
`salsa` (example "calc") generated 2 warnings (run `cargo clippy --fix --example "calc"` to apply 1 suggestion)
Test (beta, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test (beta, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test (beta, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test (beta, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test (stable, false)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test (stable, false)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test (stable, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test (stable, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test (stable, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test (stable, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test (stable, false): src/function/delete.rs#L42
transmute used without annotations
Test (stable, false)
`salsa` (lib test) generated 1 warning
Test (stable, false): tests/tracked-struct-value-field-bad-eq.rs#L57
the following explicit lifetimes could be elided: 'db
Test (stable, false): tests/deletion-cascade.rs#L26
the following explicit lifetimes could be elided: 'db
Test (stable, false): tests/deletion-cascade.rs#L26
using `clone` on type `u32` which implements the `Copy` trait
Test (stable, false)
`salsa` (test "tracked-struct-value-field-bad-eq") generated 1 warning (run `cargo clippy --fix --test "tracked-struct-value-field-bad-eq"` to apply 1 suggestion)
Test (stable, false): examples/lazy-input/main.rs#L171
the following explicit lifetimes could be elided: 'db
Test (stable, false)
`salsa` (test "deletion-cascade") generated 3 warnings (run `cargo clippy --fix --test "deletion-cascade"` to apply 3 suggestions)
Test (stable, false): tests/tracked_with_struct_db.rs#L33
unneeded unit expression
Test (stable, false): tests/tracked_with_struct_db.rs#L40
the following explicit lifetimes could be elided: 'db
Miri
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.