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

Cleanup - Move test helpers to test_utils crate #20

Merged
merged 4 commits into from
Jan 8, 2025

Conversation

Lichtso
Copy link
Collaborator

@Lichtso Lichtso commented Jan 8, 2025

No description provided.

@Lichtso Lichtso changed the title Cleanup - Move test helpers to ´test_utils´ crate Cleanup - Move test helpers to test_utils crate Jan 8, 2025
@Lichtso Lichtso requested a review from LucasSte January 8, 2025 15:38
@Lichtso Lichtso force-pushed the cleanup/move_to_test_utils branch from ab0ca33 to 9768a2c Compare January 8, 2025 15:57
@Lichtso Lichtso force-pushed the cleanup/move_to_test_utils branch from 9768a2c to 76f76d5 Compare January 8, 2025 16:09
@@ -11,6 +11,7 @@

//! Virtual machine for SBPF programs.
#![warn(missing_docs)]
#![allow(clippy::literal_string_with_formatting_args)]
Copy link
Collaborator

Choose a reason for hiding this comment

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

Why are we ignoring this case?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

It reports all kinds of false positives (even in comments) and it can't even track the origin correctly, so it will just output random stuff with no way to tell what it was complaining about. There are already multiple bug reports upstream. No idea why they did not just revert it.

@Lichtso Lichtso merged commit 946f7d9 into main Jan 8, 2025
11 checks passed
@Lichtso Lichtso deleted the cleanup/move_to_test_utils branch January 8, 2025 22:18
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.

2 participants