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
To get better support for Python 3, raise minimum supported Robot Framework to 3.1. This will allow support for Python type annotations and allows Robot Framework to detect the type of the argument correctly and convert argument to correct type. When type is converted correctly by Robot Framework, SL can remove all code that explicitly handles the conversio, example this type of code:
I'm actually not sure about #1021. At least RF doesn't automatically convert non-typed arguments to strings. I also think it doesn't convert arguments to strings even if they'd be explicitly typed to be strings. That feature could be implemented but earliest in RF 3.2.
To get better support for Python 3, raise minimum supported Robot Framework to 3.1. This will allow support for Python type annotations and allows Robot Framework to detect the type of the argument correctly and convert argument to correct type. When type is converted correctly by Robot Framework, SL can remove all code that explicitly handles the conversio, example this type of code:
Also #1021 is automatically then done.
The text was updated successfully, but these errors were encountered: