-
Notifications
You must be signed in to change notification settings - Fork 531
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
make Tagged a universal trait so tagging value classes works #801
Conversation
Codecov Report
@@ Coverage Diff @@
## master #801 +/- ##
=======================================
Coverage 87.99% 87.99%
=======================================
Files 64 64
Lines 1499 1499
Branches 5 5
=======================================
Hits 1319 1319
Misses 180 180
Continue to review full report at Codecov.
|
Thanks for this ... I'm literally about to push the button on releasing 2.3.3, so this has missed the boat unfortunately. This looks good, but we've made several attempts to improve things in this area before and they've all turned out to have downsides of one sort or another. I have a vague feeling that we've actually tried exactly this change previously ... would you mind going through the related PRs and issues and see if you can work out where things stand? |
I have been going through some related PRs:
I don't find any evidence that this specific change has been tried previously. @milessabin I'll be happy to check other PRs/issues. Do you have any specific in mind? |
Needs rebase. Is there any reason not to do this? Looks like a no-brainer to me. |
Issues with 2.10 maybe? |
We dropped 2.10 🎉 |
This fixes issue #644
I also ran mima and it did not find any binary incompatible changes: