Closed coobas closed 6 years ago
Original comment by Jakub Urban (Bitbucket: urbanj, GitHub: urbanj):
Agree, https://www.python.org/dev/peps/pep-0484/ should be possible to swallow. We should not use types as port names though and thus I'd propose to ignore the annotation in this case. A warning might perhaps be displayed if this happens.
Originally reported by: Jan Pipek (Bitbucket: janpipek, GitHub: janpipek)
A type-annotated function, using the syntax recommended in Python 3.5(?), like this:
Cannot be converted to a FuncActor:
We should adapt the FuncActor to deal with this syntax or at least fail with a more meaningful message.