Closed jcreekmore closed 1 month ago
Oh, so that's what has been preventing me from updating to itertools
0.13! Thank you.
Is there something I am missing or need to do to get a review?
For the last few months, maintainers pay very little attention to community issues/PRs :(
It's weird, given that they still release new versions, blog posts, etc. They're probably focusing on their own checklist for sea-orm
1.0 and then sea-orm
1.1.0 with sqlx
0.8, although it's hard to say for sure.
Thank you everyone for the contribution! This feature is now available in the latest release. Now is a good time to upgrade! Your participation is what makes us unique; your adoption is what drives us forward. You can support SeaQL 🌊 by starring our repos, sharing our libraries and becoming a sponsor ⭐.
Thank you everyone for the contribution! This feature is now available in the latest release. Now is a good time to upgrade! Your participation is what makes us unique; your adoption is what drives us forward. You can support SeaQL 🌊 by starring our repos, sharing our libraries and becoming a sponsor ⭐.
Bug Fixes
itertools
version 0.13.0 added aget
method that takes precedence over theEnumIter::get
method. TheEnumIter
derive should be calling the method fully-qualified to ensure that the local version is called rather than the method that is provided by theItertools
trait. This was fixed instrum
0.26.x, but since this is a forked/adapted version of theEnumIter
derive, it requires the same fix .