-
Notifications
You must be signed in to change notification settings - Fork 123
Redis to TOML refactor #3537
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
base: master
Are you sure you want to change the base?
Redis to TOML refactor #3537
Conversation
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.
Not too sure why this file got created.
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.
Changes to this file are expected (since you updated MODULE.bazel), should be all good
|
Your title is backward lol |
right i forgot my branch name was backwards RIP |
williamckha
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.
Excellent work! Left a couple comments
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.
Changes to this file are expected (since you updated MODULE.bazel), should be all good
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.
We should probably write some tests for this class (chat could probably do a good enough job, we just need some basic test cases as a sanity check).
Description
We are transitioning redis to toml for robot constants in this PR.
Testing Done
Ran thunderloop successfully along with connecting to robot and running robot auto test through Ansible.
Resolved Issues
resolves #3315
Length Justification and Key Files to Review
NOTE: Still working on removing redis from workflow.
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