feat: Add handling of mutual deletion of nodes in both parents #47
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
26 warnings
build
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/
|
build
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/
|
build
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/
|
build
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/
|
build
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/
|
build
some crates are on edition 2021 which defaults to `resolver = "2"`, but virtual workspaces default to `resolver = "1"`
|
build:
bin/src/main.rs#L1
unused import: `matching::ordered_tree_matching`
|
build:
bin/src/main.rs#L2
unused import: `merge::merge`
|
build:
bin/src/main.rs#L4
unused import: `parsing::ParserConfiguration`
|
build:
bin/src/main.rs#L33
unused variable: `base`
|
build:
bin/src/main.rs#L38
unused variable: `left`
|
build:
bin/src/main.rs#L44
unused variable: `right`
|
build
`bin` (bin "bin") generated 6 warnings (run `cargo fix --bin "bin"` to apply 6 suggestions)
|
test
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
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
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
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
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
some crates are on edition 2021 which defaults to `resolver = "2"`, but virtual workspaces default to `resolver = "1"`
|
test:
bin/src/main.rs#L1
unused import: `matching::ordered_tree_matching`
|
test:
bin/src/main.rs#L2
unused import: `merge::merge`
|
test:
bin/src/main.rs#L4
unused import: `parsing::ParserConfiguration`
|
test:
bin/src/main.rs#L33
unused variable: `base`
|
test:
bin/src/main.rs#L38
unused variable: `left`
|
test:
bin/src/main.rs#L44
unused variable: `right`
|
test
`bin` (bin "bin" test) generated 6 warnings (run `cargo fix --bin "bin" --tests` to apply 6 suggestions)
|