-
Notifications
You must be signed in to change notification settings - Fork 1.7k
internal: Only compare relevant parts in ide::{runnables,inlay_hints}
tests
#16256
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
Conversation
ide::runnables
testside::{runnables,inlay_hints}
tests
ignore: false, | ||
}, | ||
}, | ||
cfg: Some( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is interesting data (as long as its Some
), same for when use_name_in_title
is true
. Would be good to render those conditionally (or otherwise keep them in the output in some way)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure, gonna add that.
Thanks! |
☀️ Test successful - checks-actions |
This PR limits the data being compared. Therefore the tests should be more readable, as well as being more robust to changes to the data structure.
Part of #14268.