-
Notifications
You must be signed in to change notification settings - Fork 567
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 derive Data when type param bounds are defined #1058
Conversation
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.
Thanks for fixing that!
This should be added to the changelog and the tests probably better fit into the druid-derive
crate, then we can get this merged.
added entry to changelog
cc31aae
to
ed709ea
Compare
added entry to changelog
@xStrom @Finnerale I don't know why clipper+test are failing to compile |
it's an upstream issue, see linebender/piet#220 & servo/core-foundation-rs#396 |
I think the upstream issue is fixed, so I'm re-running the job. |
CHANGELOG.md
Outdated
- Fix derive `Data` when type param bounds are defined ([#1058] by [@chris-zen]) | ||
- Ensure that `update` is called after all commands. ([#1062] by [@jneem]) | ||
- Fix derive `Data` when type param bounds are defined ([#1058] by [@chris-zen]) |
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.
Now we have the entry twice :D
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.
🤦♂️ sorry, I messed up while merging.
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.
Seems to be ready now, thanks!
This PR addresses #1034