-
Notifications
You must be signed in to change notification settings - Fork 227
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
Make Optional things Optional #974
Conversation
This is a great effort! May I suggest doing this a few files or a few classes at a time? It's easier for us maintainers to review and merge a little bit at a time than to review a lot all at once. It will also mean you have fewer merge conflicts to deal with as other PRs go in. |
+1 great effort 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks generally good to me, with the exception of the failing tests. Once that is fixed, and CI is green, I'm happy to approve.
Signed-off-by: Brian Chen <brian.chen@openrobotics.org>
d5e19af
to
3a64b40
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I rebased this onto the latest and fixed the remaining issues. This now looks good to me.
I combed through all 154 matches of = None in the codebase and made Optional things, well,
Optional
Signed-off-by: Brian Chen brian.chen@openrobotics.org