ksindi / implements

:snake: Pythonic interfaces using decorators
http://implements.readthedocs.io/
Apache License 2.0
33 stars 4 forks source link

Implements version 0.3.0 #26

Closed pshirali closed 3 years ago

pshirali commented 3 years ago

This version has:

25: Fix: Extra data-descriptors from the implementation won't raise errors

24: Implementations are prevented from inheriting from interfaces

22: Method signatures of data-descriptors are additionally verified

21: Interface errors are collected and reported together

pshirali commented 3 years ago

I've reviewed the DeepSource report. None are worth fixing. Ignoring them.

ksindi commented 3 years ago

Thanks @pshirali! Let me know when ready to review.

pshirali commented 3 years ago

Hi @ksindi . It is ready for review

Feel free to let me know of any changes which you want me to make. If you are OK with the changes, please go ahead with the merge. I'd request you to please release this as version 0.3.0

ksindi commented 3 years ago

Thanks @pshirali! This looks great!

ksindi commented 3 years ago

@pshirali released!