Tin Tvrtković

Results 444 comments of Tin Tvrtković

> So the reason why dataclasses work seems to be that they store default values as class variables!? Even if it's a slot class? 👀

Alright, I've fixed the tests so everything should be gucci on the test matrix. This is ready for a design and implementation review.

@sobolevn After some context at the last typing meetup, any chance of a review here? ;)

> Won't it be easier for you to ship your own plugin? While mypy can have only basic support of attrs for regular use-cases. You're absolutely right, the goal is...

So before we go any further, can you check on 3.10? According to the docs (https://docs.python.org/3/library/typing.html#newtype) in 3.10+ NewType will produce a class, not a function.

Alright, looking into this as the last thing before I cut a new release. I'm actually surprised NewTypes used to work with singledispatch at all, before. The original idea was...

Would be great if you gave https://github.com/python-attrs/cattrs/pull/310 a try in the next couple of days, then I can cut a release.