-
Notifications
You must be signed in to change notification settings - Fork 84
Update parameters typing to leverage recursive types #443
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
|
Good point! But I believe it's using 0.971.
I guess we'll have to wait a little while more then, since I don't think we'll switch to using |
Hi @christophebedard, we discussed this issue in the waffle meeting and we decided to re-add "help wanted" label. |
I removed it because this issue wasn't immediately actionable based on my quick investigation, but, sure, that works for me! |
Looks like recursive types are supported by mypy now: python/mypy#731.
launch_ros/launch_ros/launch_ros/parameters_type.py
Lines 55 to 57 in 3569f0d
launch_ros/launch_ros/launch_ros/parameters_type.py
Lines 72 to 73 in 3569f0d
launch_ros/utilities/normalize_parameters.py
. Perhaps that could be revisited to see if we can simplify it.# type:
comments could also be updated to the more modern type annotations.The text was updated successfully, but these errors were encountered: