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

Update expect test output to account for OrderedFloat changes #545

Merged
1 commit merged into from
Aug 5, 2024

Conversation

carljm
Copy link
Contributor

@carljm carljm commented Jul 30, 2024

The expect! tests for the parser example are failing in main branch. This failure started with c50cefa which upgraded the ordered-float dependency. It looks like the new version of ordered-float implements Display as a pass-through to the underlying float, and the old version did not, causing these test failures.

Generated by running env UPDATE_EXPECT=1 cargo test --workspace --all-features --all-targets.

Copy link

netlify bot commented Jul 30, 2024

Deploy Preview for salsa-rs canceled.

Name Link
🔨 Latest commit f65bfe1
🔍 Latest deploy log https://app.netlify.com/sites/salsa-rs/deploys/66a84a1ef6aec00008b40e7b

Copy link

codspeed-hq bot commented Jul 30, 2024

CodSpeed Performance Report

Merging #545 will not alter performance

Comparing carljm:update-expect (f65bfe1) with master (cd339fc)

Summary

✅ 1 untouched benchmarks

@carljm carljm marked this pull request as ready for review July 30, 2024 02:13
@carljm
Copy link
Contributor Author

carljm commented Jul 30, 2024

Is it expected that Miri is currently unhappy in main?

@carljm carljm requested a review from nikomatsakis July 30, 2024 02:13
@carljm carljm changed the title Update expect test output Update expect test output to account for OrderedFloat Debug changes Jul 30, 2024
@carljm carljm changed the title Update expect test output to account for OrderedFloat Debug changes Update expect test output to account for OrderedFloat changes Jul 30, 2024
@MichaReiser
Copy link
Contributor

Is it expected that Miri is currently unhappy in main?

Yes, MIRI isn't happy with the concurrent vec dependency.

@MichaReiser
Copy link
Contributor

We should consider running examples as part of CI

@carljm
Copy link
Contributor Author

carljm commented Jul 30, 2024

We should consider running examples as part of CI

They are run as part of CI; I discovered this failure because this test failed on my other PR.

@github-merge-queue github-merge-queue bot closed this pull request by merging all changes into salsa-rs:master in 994c988 Aug 5, 2024
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