Skip to content

Define bool as a multi type #1287

Define bool as a multi type

Define bool as a multi type #1287

Triggered via pull request March 24, 2024 00:05
Status Failure
Total duration 2m 39s
Artifacts

build_test_fmt.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 12 warnings
unused variable: `variants`: typecheck/src/primitives.rs#L83
error: unused variable: `variants` --> typecheck/src/primitives.rs:83:5 | 83 | variants: &[RefIdx], | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_variants`
unused variable: `generics`: typecheck/src/primitives.rs#L82
error: unused variable: `generics` --> typecheck/src/primitives.rs:82:5 | 82 | generics: &[RefIdx], | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_generics`
unused variable: `loc`: typecheck/src/primitives.rs#L81
error: unused variable: `loc` --> typecheck/src/primitives.rs:81:5 | 81 | loc: &SpanTuple, | ^^^ help: if this is intentional, prefix it with an underscore: `_loc`
unused variable: `sym`: typecheck/src/primitives.rs#L80
error: unused variable: `sym` --> typecheck/src/primitives.rs:80:5 | 80 | sym: &Symbol, | ^^^ help: if this is intentional, prefix it with an underscore: `_sym`
unused variable: `fir`: typecheck/src/primitives.rs#L79
error: unused variable: `fir` --> typecheck/src/primitives.rs:79:5 | 79 | fir: &Fir<FlattenData<'_>>, | ^^^ help: if this is intentional, prefix it with an underscore: `_fir` | = note: `-D unused-variables` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(unused_variables)]`
build-without-warnings
Process completed with exit code 101.
tests
Process completed with exit code 101.
coding-style
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
coding-style
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
functional_tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
functional_tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
tests-check
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
tests-check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build-without-warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build-without-warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/