Wessel

Results 126 comments of Wessel

> By the way, I'm not sure the Union presented above makes much sense. Hah, yeah, you're totally right. Doesn't make much sense indeed. I guess I intended to use...

> (...) I believe that one problem here is that a subclass is a class that derives from another one. (...) That's a very fair point to make. My take...

@mofeing Unfortunately on my side there has been no progress for the support of `Protocol`. A contribution adding support is definitely welcome! The issue which I mean to resolve first...

Thank you, @PhilipVinc!! This really is excellent—a strict improvement. Merging this now and releasing a new version. :)

Actually, you've still marked this as a draft. The PR looks complete to me. Are you happy to have this merged?

Hey @rupert-madden-abbott, Thanks for opening an issue! The simple example that you give works for me: ```python from typing import TypeVar, Generic from plum import dispatch T = TypeVar('T') class...

No problem at all! I figured that the example was missing something. Unfortunately, this usage of `typing` is not (yet) supported by Plum. Plum, however, does offer a construct called...

Hey @seeM! Sorry for not replying sooner. I've been in the last stretch of writing up my dissertation, which is now finally done, so I can get back to it....

@jph00, @seeM, @jmosbacher, thank you all! :) I just got back from a lovely break. It seems that dropping Cython compilation is desirable and comes with a lot of conveniences....

@seeM, version `7.1` of the package drops Cython complication and includes a pure-Python wheel. Would you be able to see if the tests pass on your end for this version?...