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 more UI tests of transmute! #189

Closed
wants to merge 1 commit into from
Closed

Conversation

jswrenn
Copy link
Collaborator

@jswrenn jswrenn commented Jun 5, 2023

I found that I was unable to easily review changes made atop #183 due to its omnibus UI test producing very long stderr files. This PR lifts the tests of transmute! added in #183, but takes a test-per-file-approach. A test-per-file approach is taken so that reviewers of future PRs that alter the implementation details of transmute! can assess each dimension of change discretely and incrementally — as opposed to contending with .stderr files hundreds of lines in length.

@jswrenn jswrenn force-pushed the more-transmute-ui-tests branch 3 times, most recently from 0651e9a to 665ddc1 Compare June 6, 2023 14:10
Adds tests of size changes and unmet trait bounds. A test-per-file
approach is taken so that reviewers of future PRs that alter the
implementation details of `transmute!` can assess each dimension of
change discretely and incrementally — as opposed to contending with
`.stderr` files hundreds of lines in length.

Co-authored-by: Joshua Liebow-Feeser <joshlf@google.com>
@joshlf
Copy link
Member

joshlf commented Oct 24, 2023

Implemented in #456.

@joshlf joshlf closed this Oct 24, 2023
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