biqqles / dataclassy

A fast and flexible reimplementation of data classes
https://pypi.org/project/dataclassy
Mozilla Public License 2.0
81 stars 9 forks source link

fix post_init with multiple inheritance #30

Closed hroskes closed 3 years ago

biqqles commented 3 years ago

Thanks, I'll take a look at this.

biqqles commented 3 years ago

Sorry for ignoring this, I've been very busy and also I want to fix #35 before turning my attention to this.

hroskes commented 3 years ago

No, thank you for everything!

biqqles commented 3 years ago

I cherry-picked your excellent test, then realised that this scenario is fixed with the original strategy thanks to the improvements in #35! As always, let me know if you have any issues.

hroskes commented 3 years ago

Thank you so much! I'll run my workflows and let you know how it goes.

hroskes commented 3 years ago

I'm still seeing some corner cases that fail :( I'm so sorry