Replies: 2 comments 1 reply
-
It does raise an error at runtime: ![]() |
Beta Was this translation helpful? Give feedback.
1 reply
-
Invalid submit. I opened #13130 to keep things clear. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I feel like the
append
function call should display an error or at least raise an error at runtime. It just ignores the call with the integer and doesn't even add it to the list since the type hint of the array requires strings. It took me a really long time to find the issue because I trustedappend
.Test project: array_type_hinting_test_4.4.1_stable.zip
Beta Was this translation helpful? Give feedback.
All reactions