Skip to content

Fancy macros which cannot be much fancier without breaking the osaca … #493

Fancy macros which cannot be much fancier without breaking the osaca …

Fancy macros which cannot be much fancier without breaking the osaca … #493

Triggered via push December 30, 2024 05:49
Status Failure
Total duration 3m 3s
Artifacts

lint.yaml

on: push
check-remove-before-flight
16s
check-remove-before-flight
check-cpp
1m 56s
check-cpp
check-iwyu
2m 50s
check-iwyu
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 11 warnings
check-cpp
Process completed with exit code 1.
check-iwyu
Process completed with exit code 1.
readability/multiline_comment: numerics/sin_cos.cpp#L61
Could not find end of multi-line comment
readability/multiline_comment: numerics/sin_cos.cpp#L60
Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.
whitespace/parens: numerics/sin_cos.cpp#L131
Extra space before ( in function call
whitespace/parens: numerics/sin_cos.cpp#L142
Extra space before ( in function call
whitespace/parens: numerics/sin_cos.cpp#L166
Extra space before ( in function call
whitespace/parens: numerics/sin_cos.cpp#L181
Extra space before ( in function call
whitespace/newline: numerics/sin_cos.cpp#L186
Else clause should never be on same line as else (use 2 lines)
whitespace/parens: numerics/sin_cos.cpp#L186
Extra space before ( in function call
whitespace/parens: numerics/sin_cos.cpp#L199
Extra space before ( in function call
whitespace/parens: numerics/sin_cos.cpp#L237
Extra space before ( in function call
Include what you using: numerics/sin_cos.hpp#L1
include_what_you_using_all_the_things.ps1 modifies this file as follows: diff --git a/numerics/sin_cos.hpp b/numerics/sin_cos.hpp index 4451c15..3a0293a 100644 --- a/numerics/sin_cos.hpp +++ b/numerics/sin_cos.hpp @@ -1,7 +1,5 @@ #pragma once -#include "base/macros.hpp" - namespace principia { namespace numerics { namespace _sin_cos {