You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears that on the latest version 24.11.1 the new "type alias" syntax type foo = barintroduced in Python3.12 is being ignored. The logs also doesn't show anything (even with -v option).
sample use case:
type MyVec[T] =list[T]
"""This simply binds MyVec -> list"""
The text was updated successfully, but these errors were encountered:
Hello @iyakushev, thanks for the feature request. I’ve started an implementation in #772. Its not ready. I lack time to finalize it. Would you like to pick this up ?
Your very welcome @iyakushev, there is no rush implementing this feature. It’s still a pretty new syntax. Dont hesitate to ping me if you have any question or comments. Talk to you later
It appears that on the latest version
24.11.1
the new "type alias" syntaxtype foo = bar
introduced in Python3.12 is being ignored. The logs also doesn't show anything (even with-v
option).sample use case:
The text was updated successfully, but these errors were encountered: