Skip to content
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

Release Candidate 6.3.0 #149

Merged
merged 35 commits into from
Jul 11, 2024
Merged

Release Candidate 6.3.0 #149

merged 35 commits into from
Jul 11, 2024

Conversation

ruck314
Copy link
Contributor

@ruck314 ruck314 commented Jul 6, 2024

ruck314 added 30 commits July 3, 2024 15:19
Bug fix for running with Linux Version 3
If an else has a brace on one side, it should have it on both  [readability/braces]
Almost always, snprintf is better than strcpy  [runtime/printf]
 Found C system header after other header. Should be: axis_gen1.h, c system, c++ system, other.  [build/include_order]
 linux/types.h already included at XXXX  [build/include]
[runtime/casting] is acceptable risk for this aximemorymap driver
Add #include <XXX> for YYY  [build/include_what_you_use]
Empty loop bodies should use {} or continue  [whitespace/empty_loop_body]
Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line]
{ should almost always be at the end of the previous line  [whitespace/braces]
Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line]
Missing spaces around XXX  [whitespace/operators]
Extra space after ( in XXXX call  [whitespace/parens]
At least two spaces is best between code and comments  [whitespace/comments]
Missing space after ,  [whitespace/comma]
Else clause should never be on same line as else (use 2 lines)  [whitespace/newline]
Do not use namespace using-directives.  Use using-declarations instead.  [build/namespaces]
@ruck314 ruck314 marked this pull request as ready for review July 11, 2024 17:16
@ruck314 ruck314 merged commit 8970397 into main Jul 11, 2024
3 checks passed
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.

1 participant