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

Check that the core-graphics crate does not trigger false-positives. #198

Merged
merged 2 commits into from
Nov 26, 2022

Conversation

obi1kenobi
Copy link
Owner

@obi1kenobi obi1kenobi commented Nov 26, 2022

Adding an integration-style test for core-graphics, similar to the one we already have for rust-libp2p. Aimed at preventing a regression of #193.

@obi1kenobi obi1kenobi requested a review from epage as a code owner November 26, 2022 19:07
@@ -129,7 +132,6 @@ jobs:
uses: actions-rs/toolchain@v1
with:
toolchain: stable
components: rustfmt, clippy
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We didn't actually use rustfmt or clippy here, so we shouldn't install them.

Comment on lines -118 to -119
# In this particular version, a feature adds an enum variant.
# Reference: /~https://github.com/obi1kenobi/cargo-semver-check/issues/147
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just moved all the comments describing what's going on to the same place.

@obi1kenobi obi1kenobi requested a review from tonowak November 26, 2022 19:39
@obi1kenobi obi1kenobi merged commit 16eef6c into main Nov 26, 2022
@obi1kenobi obi1kenobi deleted the regression_test_for_core_graphics branch November 26, 2022 19:40
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