Skip to content

Proto conversion name consistency#3664

Open
maggiettu wants to merge 16 commits intoUBC-Thunderbots:masterfrom
maggiettu:ProtoConversion
Open

Proto conversion name consistency#3664
maggiettu wants to merge 16 commits intoUBC-Thunderbots:masterfrom
maggiettu:ProtoConversion

Conversation

@maggiettu
Copy link
Copy Markdown

Description

Renamed all the proto conversion functions to have proto in the name, as well as all their use cases

Testing Done

Resolved Issues

#2901

Length Justification and Key Files to Review

N/A

Review Checklist

  • Function & Class comments: All function definitions (usually in the .h file) should have a javadoc style comment at the start of them. For examples, see the functions defined in thunderbots/software/geom. Similarly, all classes should have an associated Javadoc comment explaining the purpose of the class.
  • Remove all commented out code
  • Remove extra print statements: for example, those just used for testing
  • Resolve all TODO's: All TODO (or similar) statements should either be completed or associated with a github issue

@@ -100,7 +100,7 @@ void UnixSimulatorBackend::onValueReceived(World world)
{
world_output->sendProto(*createWorldWithSequenceNumber(world, sequence_number++));
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'createWorldWithSequenceNumberProto'

Copy link
Copy Markdown
Contributor

@StarrryNight StarrryNight left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work! Tests are failing because there are some function calls yet to be renamed. Try using search everywhere to find remaining functions to change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants