Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add GitHub action PR workflow #1

Merged
merged 2 commits into from
May 17, 2021
Merged

Add GitHub action PR workflow #1

merged 2 commits into from
May 17, 2021

Conversation

connec
Copy link
Owner

@connec connec commented May 17, 2021

  • a652d4b ci: Add pull request workflow

    The pr workflow triggers on pull requests against master and runs
    clippy, test, and doc. RUST[DOC]FLAGS=-D warnings is used to
    promote warnings to errors when supported.

  • 9c14a4f fix: Fix expl_impl_clone_on_copy lint

    This was being triggered by the derive for EnumSetType, which generates
    an item that triggers the lint. It wasn't seen until now due to
    rust-lang/rust-clippy#4612, which was only fixed in Rust 1.52.0.

@connec connec force-pushed the pr-workflow branch 6 times, most recently from 031bd17 to 1981941 Compare May 17, 2021 19:34
The `pr` workflow triggers on pull requests against master and runs
`clippy`, `test`, and `doc`. `RUST[DOC]FLAGS=-D warnings` is used to
promote warnings to errors when supported.
This was being triggered by the derive for EnumSetType, which generates
an item that triggers the lint. It wasn't seen until now due to
[rust-lang/rust-clippy#4612][1], which was only fixed in Rust 1.52.0.

[1]: rust-lang/rust-clippy#4612
@connec connec merged commit e3885c7 into master May 17, 2021
@connec connec deleted the pr-workflow branch May 17, 2021 20:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant