-
Notifications
You must be signed in to change notification settings - Fork 107
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
Fix various issues with generated C++ #798
Conversation
Codecov Report@@ Coverage Diff @@
## master #798 +/- ##
============================================
- Coverage 52.51% 52.45% -0.06%
- Complexity 0 1133 +1133
============================================
Files 240 240
Lines 7705 7708 +3
Branches 742 522 -220
============================================
- Hits 4046 4043 -3
- Misses 3475 3480 +5
- Partials 184 185 +1 Continue to review full report at Codecov.
|
Have you run the C++ code gen tests? |
@JLLeitschuh C++ code gen tests are broken. But I've been generating code into an FRC project and compiling it there. |
All public C++ functions should be PascalCase now
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.
Get this shipped to the teams.
Closes #797