Skip to content

Update partiql-tests, address TODOs, update changelog #2027

Update partiql-tests, address TODOs, update changelog

Update partiql-tests, address TODOs, update changelog #2027

Triggered via push June 30, 2023 00:02
Status Success
Total duration 10m 16s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

coverage.yml

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

Annotations

4 warnings
field `id` is never read: partiql-catalog/src/lib.rs#L139
warning: field `id` is never read --> partiql-catalog/src/lib.rs:139:5 | 138 | pub struct FunctionEntry<'a> { | ------------- field in this struct 139 | id: ObjectId, | ^^ | = note: `FunctionEntry` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
fields `id` and `ty` are never read: partiql-catalog/src/lib.rs#L133
warning: fields `id` and `ty` are never read --> partiql-catalog/src/lib.rs:133:5 | 132 | pub struct TypeEntry { | --------- fields in this struct 133 | id: ObjectId, | ^^ 134 | ty: PartiqlType, | ^^ | = note: `TypeEntry` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default
field `id` is never read: partiql-catalog/src/lib.rs#L139
warning: field `id` is never read --> partiql-catalog/src/lib.rs:139:5 | 138 | pub struct FunctionEntry<'a> { | ------------- field in this struct 139 | id: ObjectId, | ^^ | = note: `FunctionEntry` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
fields `id` and `ty` are never read: partiql-catalog/src/lib.rs#L133
warning: fields `id` and `ty` are never read --> partiql-catalog/src/lib.rs:133:5 | 132 | pub struct TypeEntry { | --------- fields in this struct 133 | id: ObjectId, | ^^ 134 | ty: PartiqlType, | ^^ | = note: `TypeEntry` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default