Skip to content

Add changelog

Add changelog #2422

Triggered via push March 7, 2024 19:08
Status Success
Total duration 6m 0s
Artifacts

coverage.yml

on: push
Matrix: Build and Test
Fit to window
Zoom out
Zoom in

Annotations

5 warnings
writing `&Vec` instead of `&[_]` involves a new object where a slice will do: partiql-catalog/src/call_defs.rs#L34
warning: writing `&Vec` instead of `&[_]` involves a new object where a slice will do --> partiql-catalog/src/call_defs.rs:34:15 | 34 | args: &Vec<CallArgument>, | ^^^^^^^^^^^^^^^^^^ help: change this to: `&[CallArgument]` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_arg = note: `#[warn(clippy::ptr_arg)]` on by default
redundant pattern matching, consider using `is_some()`: /home/runner/work/partiql-lang-rust/partiql-lang-rust/target/debug/build/partiql-parser-0d2f8ec3d2ea6ff4/out/partiql.rs#L47883
warning: redundant pattern matching, consider using `is_some()` --> /home/runner/work/partiql-lang-rust/partiql-lang-rust/target/debug/build/partiql-parser-0d2f8ec3d2ea6ff4/out/partiql.rs:47883:25 | 47883 | let recursive = matches!(rec, Some(_)); | ^^^^^^^^^^^^^^^^^^^^^^ help: try: `rec.is_some()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_pattern_matching = note: `#[warn(clippy::redundant_pattern_matching)]` on by default
writing `&Vec` instead of `&[_]` involves a new object where a slice will do: partiql-catalog/src/call_defs.rs#L34
warning: writing `&Vec` instead of `&[_]` involves a new object where a slice will do --> partiql-catalog/src/call_defs.rs:34:15 | 34 | args: &Vec<CallArgument>, | ^^^^^^^^^^^^^^^^^^ help: change this to: `&[CallArgument]` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_arg = note: `#[warn(clippy::ptr_arg)]` on by default
redundant pattern matching, consider using `is_some()`: /home/runner/work/partiql-lang-rust/partiql-lang-rust/target/debug/build/partiql-parser-0d2f8ec3d2ea6ff4/out/partiql.rs#L47883
warning: redundant pattern matching, consider using `is_some()` --> /home/runner/work/partiql-lang-rust/partiql-lang-rust/target/debug/build/partiql-parser-0d2f8ec3d2ea6ff4/out/partiql.rs:47883:25 | 47883 | let recursive = matches!(rec, Some(_)); | ^^^^^^^^^^^^^^^^^^^^^^ help: try: `rec.is_some()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_pattern_matching = note: `#[warn(clippy::redundant_pattern_matching)]` on by default
Build and Test (ubuntu-20.04)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.