Skip to content

support for index expressions and SUM builtin #625

support for index expressions and SUM builtin

support for index expressions and SUM builtin #625

Triggered via pull request July 28, 2024 21:23
Status Failure
Total duration 5m 31s
Artifacts

ci.yaml

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

Annotations

15 errors and 14 warnings
Build (ubuntu-latest)
Process completed with exit code 101.
Build (macos-latest)
Process completed with exit code 101.
field `arrays` is never read: src/simlin-engine/src/bytecode.rs#L93
error: field `arrays` is never read --> src/simlin-engine/src/bytecode.rs:93:16 | 90 | pub struct ByteCodeContext { | --------------- field in this struct ... 93 | pub(crate) arrays: Vec<ArrayDefinition>, | ^^^^^^ | = note: `ByteCodeContext` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
field `dimensions` is never read: src/simlin-engine/src/bytecode.rs#L85
error: field `dimensions` is never read --> src/simlin-engine/src/bytecode.rs:85:16 | 84 | pub struct ArrayDefinition { | --------------- field in this struct 85 | pub(crate) dimensions: Vec<usize>, | ^^^^^^^^^^ | = note: `ArrayDefinition` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis = note: `-D dead-code` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(dead_code)]`
Lint and format Rust
Clippy had exited with the 101 exit code
Code Coverage
Process completed with exit code 1.
frontend
Type 'import("/home/runner/work/simlin/simlin/src/engine/lib/core/engine").ErrorCode' is not assignable to type 'import("/home/runner/work/simlin/simlin/src/core/lib/datamodel").ErrorCode'.
frontend
Type 'import("/home/runner/work/simlin/simlin/src/engine/lib/core/engine").ErrorCode' is not assignable to type 'import("/home/runner/work/simlin/simlin/src/core/lib/datamodel").ErrorCode'.
frontend
Argument of type 'import("/home/runner/work/simlin/simlin/src/engine/lib/core/engine").ErrorCode' is not assignable to parameter of type 'import("/home/runner/work/simlin/simlin/src/engine/lib/iengine").ErrorCode'.
frontend
Argument of type 'import("/home/runner/work/simlin/simlin/src/engine/lib/core/engine").ErrorCode' is not assignable to parameter of type 'import("/home/runner/work/simlin/simlin/src/engine/lib/iengine").ErrorCode'.
frontend
Argument of type 'import("/home/runner/work/simlin/simlin/src/engine/lib/core/engine").ErrorCode' is not assignable to parameter of type 'import("/home/runner/work/simlin/simlin/src/engine/lib/iengine").ErrorCode'.
frontend
Argument of type 'import("/home/runner/work/simlin/simlin/src/engine/lib/core/engine").ErrorCode' is not assignable to parameter of type 'import("/home/runner/work/simlin/simlin/src/engine/lib/iengine").ErrorCode'.
frontend
Type 'ErrorCode' is not assignable to type 'ErrorCode | undefined'.
frontend
Type 'ErrorCode' is not assignable to type 'ErrorCode | undefined'.
frontend
Process completed with exit code 2.
Build (ubuntu-latest)
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 (ubuntu-latest)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build (macos-latest)
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 (macos-latest)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Lint and format Rust
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Lint and format Rust
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Code Coverage
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/
Code Coverage
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
frontend
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2, actions/setup-python@v2, actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
frontend
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v2, actions/setup-python@v2, actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
frontend
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/
frontend
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/
frontend
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/
frontend
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/