Evict large function definitions from the Helpers.hh header file#288
Merged
mjcarroll merged 1 commit intogazebosim:mainfrom Nov 23, 2021
Merged
Evict large function definitions from the Helpers.hh header file#288mjcarroll merged 1 commit intogazebosim:mainfrom
mjcarroll merged 1 commit intogazebosim:mainfrom
Conversation
d72d454 to
ba2544b
Compare
Contributor
Author
|
In other projects, sometimes when I move code from hh to cc files, I'll add |
ahcorde
previously requested changes
Nov 23, 2021
ba2544b to
a4d03b4
Compare
Signed-off-by: Jeremy Nimmer <jeremy.nimmer@tri.global>
a4d03b4 to
d080c06
Compare
Contributor
Author
|
Windows is fixed as of the latest push. I'd missed the |
I don't think it's necessary here. |
mjcarroll
approved these changes
Nov 23, 2021
7 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🦟 Bug fix
Summary
Evict large function definitions from the
Helpers.hhheader file, per Google Style Guide.This is a prerequistite for fixing the static storage duration of the
std::regexused by the duration parser, towards the goal of #269.Checklist
Added tests (N/A)Updated documentation (as needed)Updated migration guide (as needed)codecheckpassed (See contributing) -- no new errors; the 9 errors on themainbranch are also reported on this PR.Note to maintainers: Remember to use Squash-Merge