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

Fix ci breaking due to new dependencies and rustc changes #161

Merged
merged 1 commit into from
Mar 28, 2024

Conversation

ten3roberts
Copy link
Contributor

No description provided.

@ten3roberts ten3roberts force-pushed the test-ci branch 3 times, most recently from a5e77da to 5c30dd9 Compare March 26, 2024 12:47
@ten3roberts ten3roberts changed the title DONT MERGE: tests a ci run Fix ci breaking due to new dependencies and cargo warnings Mar 26, 2024
@ten3roberts ten3roberts force-pushed the test-ci branch 3 times, most recently from 16a3a8a to f81c492 Compare March 26, 2024 12:59
@ten3roberts
Copy link
Contributor Author

Failing on windows due to an extra function call before main (in Rust) on windows only

@ten3roberts ten3roberts changed the title Fix ci breaking due to new dependencies and cargo warnings Fix ci breaking due to new dependencies and rustc changes Mar 26, 2024
@ten3roberts ten3roberts changed the base branch from master to color-eyre-0.6 March 26, 2024 14:43
Copy link
Contributor

@thenorili thenorili left a comment

Choose a reason for hiding this comment

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

I gave my understanding of what you're doing here -- please correct me if I'm wrong, feel free to commit if not.

out of scope but we/I need to handle that huge block of warnings.

@@ -168,7 +170,7 @@ fn test_backwards_compatibility(target: String, file_name: &str) {
fn normalize_backtrace(input: &str) -> String {
input
.lines()
.take_while(|v| !v.contains("core::panic"))
.take_while(|v| !v.contains("core::panic") && !v.contains("theme_test_helper::main"))
Copy link
Contributor

Choose a reason for hiding this comment

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

This is ignoring a specific kind of panic from theme_test_helper, right?

@thenorili thenorili merged commit 3cdeeac into color-eyre-0.6 Mar 28, 2024
29 checks passed
@thenorili thenorili deleted the test-ci branch March 28, 2024 20:51
@ten3roberts ten3roberts restored the test-ci branch March 29, 2024 08:40
@pksunkara pksunkara deleted the test-ci branch March 29, 2024 09:40
@ten3roberts ten3roberts restored the test-ci branch March 29, 2024 09:57
@yaahc yaahc deleted the test-ci branch April 25, 2024 21: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