Skip to content

fix: exit loop when paginated DB query in easy PoW auto-enhance loop returns empty array #393

fix: exit loop when paginated DB query in easy PoW auto-enhance loop returns empty array

fix: exit loop when paginated DB query in easy PoW auto-enhance loop returns empty array #393

Triggered via pull request March 24, 2024 03:12
Status Failure
Total duration 2m 22s
Artifacts

clippy-fmt.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 2 warnings
clippy: db/db-core/src/tests.rs#L53
this expression creates a reference which is immediately dereferenced by the compiler
clippy: db/db-core/src/tests.rs#L59
this expression creates a reference which is immediately dereferenced by the compiler
clippy: db/db-core/src/tests.rs#L202
this expression creates a reference which is immediately dereferenced by the compiler
clippy: db/db-core/src/tests.rs#L228
accessing first element with `patterns.get(0)`
clippy: db/db-core/src/tests.rs#L229
accessing first element with `patterns.get(0)`
clippy: db/db-core/src/tests.rs#L379
this expression creates a reference which is immediately dereferenced by the compiler
clippy
Process completed with exit code 101.
clippy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/