Skip to content

Move the *CA markup macros into their own header and mark up Cbrt #1560

Move the *CA markup macros into their own header and mark up Cbrt

Move the *CA markup macros into their own header and mark up Cbrt #1560

Triggered via pull request January 2, 2025 19:00
Status Failure
Total duration 2m 46s
Artifacts

lint.yaml

on: pull_request
check-remove-before-flight
15s
check-remove-before-flight
check-cpp
32s
check-cpp
check-iwyu
2m 33s
check-iwyu
Fit to window
Zoom out
Zoom in

Annotations

1 error and 3 warnings
check-iwyu
Process completed with exit code 1.
Include what you using: numerics/cbrt.cpp#L1
include_what_you_using_all_the_things.ps1 modifies this file as follows: diff --git a/numerics/cbrt.cpp b/numerics/cbrt.cpp index 8f72657..731b1f7 100644 --- a/numerics/cbrt.cpp +++ b/numerics/cbrt.cpp @@ -11,7 +11,6 @@ #include "glog/logging.h" #include "numerics/double_precision.hpp" #include "numerics/fma.hpp" -#include "numerics/osaca.hpp" #include "quantities/elementary_functions.hpp" namespace principia {
Include what you using: numerics/osaca.hpp#L1
include_what_you_using_all_the_things.ps1 modifies this file as follows: diff --git a/numerics/osaca.hpp b/numerics/osaca.hpp index e5ba9b3..14899cb 100644 --- a/numerics/osaca.hpp +++ b/numerics/osaca.hpp @@ -1,7 +1,5 @@ #pragma once -#include "base/macros.hpp" - #define PRINCIPIA_USE_OSACA 0 // The macros OSACA_FUNCTION_BEGIN and OSACA_RETURN are used to analyse the
Include what you using: numerics/sin_cos.cpp#L1
include_what_you_using_all_the_things.ps1 modifies this file as follows: diff --git a/numerics/sin_cos.cpp b/numerics/sin_cos.cpp index b28bb67..f275493 100644 --- a/numerics/sin_cos.cpp +++ b/numerics/sin_cos.cpp @@ -11,7 +11,6 @@ #include "numerics/accurate_tables.mathematica.h" #include "numerics/double_precision.hpp" #include "numerics/fma.hpp" -#include "numerics/osaca.hpp" #include "numerics/polynomial_evaluators.hpp" #include "quantities/elementary_functions.hpp"