-
Notifications
You must be signed in to change notification settings - Fork 123
RuntimeManager Interface
#3573
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
RuntimeManager Interface
#3573
Conversation
nycrat
left a comment
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.
Mostly looks good, but check the failing tests I think you need to include runtime_manager as a dependency for the GL widgets that use it. Otherwise, I would also tag a TODO in the various incomplete classes.
src/software/thunderscope/binary_context_managers/runtime_loader.py
Outdated
Show resolved
Hide resolved
nycrat
left a comment
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.
looks good 👍
StarrryNight
left a comment
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.
Nice work. Looks good to me too.
Description
This is a partial ticket to help with construction of #3553 by introducing the common singleton interface for each of the subsequent tickets of interest. Additionally constants have been introduced to standardize some of the naming & value schemes.
Required functions have been stubbed out and some helpers have been defined for:
#3572
#3568
#3569
Testing Done
Thunderscope runs as usual.
Resolved Issues
Length Justification and Key Files to Review
Review Checklist
It is the reviewers responsibility to also make sure every item here has been covered
.hfile) should have a javadoc style comment at the start of them. For examples, see the functions defined inthunderbots/software/geom. Similarly, all classes should have an associated Javadoc comment explaining the purpose of the class.TODO(or similar) statements should either be completed or associated with a github issue