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 v6.4.0 #1013

Merged
merged 45 commits into from
Jul 23, 2024
Merged

Release Candidate v6.4.0 #1013

merged 45 commits into from
Jul 23, 2024

Conversation

ruck314 added 30 commits June 27, 2024 15:25
Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
If an else has a brace on one side, it should have it on both  [readability/braces]
Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon]
Multi-line string (...) found.  This lint script doesn't do well with such strings, and may give bogus warnings.  Use C++11 raw strings or concatenation instead.  [readability/multiline_string]
Missing space after ,  [whitespace/comma]
Weird number of spaces at line-start.  Are you using a 2-space indent?  [whitespace/indent]
public: should be indented +1 space inside class [whitespace/indent]
Weird number of spaces at line-start.  Are you using a 2-space indent?  [whitespace/indent]
At least two spaces is best between code and comments  [whitespace/comments]
Using C-style cast.  Use reinterpret_cast<void**>(...) instead  [readability/casting]
Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line]
Empty loop bodies should use {} or continue  [whitespace/empty_loop_body]
An else should appear on the same line as the preceding }  [whitespace/newline]
Extra space before ( in function call  [whitespace/parens]
Mismatching spaces inside () in if  [whitespace/parens]
Add #include <XXX> for XXX  [build/include_what_you_use]
Using C-style cast.  Use static_cast<XXXX>(...) instead  [readability/casting]
Never use XXXX. Use snprintf instead.  [runtime/printf]
Use operator XXX instead of YYY  [readability/alt_tokens]
Use int16/int64/etc, rather than the C type long  [runtime/int]
Extra space for operator  ++;  [whitespace/operators]
ruck314 and others added 11 commits June 29, 2024 08:40
'sys/syscall.h' already included at ./src/rogue/Logging.cpp:27  [build/include]
Storage-class specifier (static, extern, typedef, etc) should be at the beginning of the declaration.  [build/storage_class]
Single-parameter constructors should be marked explicit.  [runtime/explicit]
'virtual' is redundant since function is already declared as 'final'  [readability/inheritance]
Namespace should be terminated with '// namespace CRCPP'  [readability/namespace]
updating docker and conda to source reusable YAML CI scripts
@ruck314 ruck314 marked this pull request as ready for review July 23, 2024 04:18
@ruck314 ruck314 merged commit 50f80b4 into main Jul 23, 2024
2 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.

3 participants