Avatar for the weiji14 user
weiji14
cog3pio
BlogDocsChangelog

Performance History

Latest Results

:rotating_light: Setup CI to run linting using cargo clippy (#22) * :construction_worker: Setup CI to run linting using cargo clippy Run `cargo clippy --all-targets --all-features` on Continuous Integration on every Pull Request and push to main. Adapted from https://doc.rust-lang.org/stable/clippy/continuous_integration/github_actions.html * :rotating_light: Fix error: useless conversion to the same type * :pencil2: Fix typo with missing backtick * :rotating_light: Rename PyCogReader's `to_numpy` to `as_numpy` Fixes `error: methods with the following characteristics: (`to_*` and `self` type is not `Copy`) usually take `self` by reference`. Xref https://rust-lang.github.io/rust-clippy/master/index.html#wrong_self_convention * :rotating_light: Fix needless_lifetimes Xref https://rust-lang.github.io/rust-clippy/stable/index.html#/needless_lifetimes * :rotating_light: Allow clippy::type_complexity on xy_coords Silence `error: very complex type used. Consider factoring parts into `type` definitions`. Xref https://rust-lang.github.io/rust-clippy/stable/index.html#/type_complexity * :truck: More to_numpy to as_numpy renames Missed a few more method renames of `to_numpy` to `as_numpy` in commit ef4cc712217e7748af0cfb63f30d825e576fac03.
main
25 days ago

Active Branches

No pull requests foundAs pull requests are created, their performance will appear here.
Home Terms PrivacyDocs