Skip to content

ENH: Rename complex to simplnx #3443

ENH: Rename complex to simplnx

ENH: Rename complex to simplnx #3443

Triggered via pull request December 20, 2023 12:53
Status Failure
Total duration 1m 2s
Artifacts

format_pr.yml

on: pull_request
clang_format_pr
53s
clang_format_pr
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 10 warnings
clang_format_pr
reviewdog: Too many results (annotations) in diff. You may miss some annotations due to GitHub limitation for annotation created by logging command. Please check GitHub Actions log console to see all results. Limitation: - 10 warning annotations and 10 error annotations per step - 50 annotations per job (sum of annotations from all the steps) - 50 annotations per run (separate from the job annotations, these annotations aren't created by users) Source: https://github.community/t5/GitHub-Actions/Maximum-number-of-annotations-that-can-be-created-using-GitHub/m-p/39085
clang_format_pr
Process completed with exit code 1.
clang_format_pr: src/Plugins/OrientationAnalysis/src/OrientationAnalysis/Filters/Algorithms/ReadH5Ebsd.cpp#L161
code should be clang-formatted [-Wclang-format-violations]
clang_format_pr: src/Plugins/OrientationAnalysis/src/OrientationAnalysis/Filters/Algorithms/ReadH5Ebsd.cpp#L162
code should be clang-formatted [-Wclang-format-violations]
clang_format_pr: src/Plugins/OrientationAnalysis/src/OrientationAnalysis/Filters/Algorithms/ReadH5Ebsd.cpp#L216
code should be clang-formatted [-Wclang-format-violations]
clang_format_pr: src/Plugins/OrientationAnalysis/src/OrientationAnalysis/Filters/Algorithms/WriteINLFile.cpp#L3
code should be clang-formatted [-Wclang-format-violations]
clang_format_pr: src/Plugins/OrientationAnalysis/test/AlignSectionsMisorientationTest.cpp#L41
code should be clang-formatted [-Wclang-format-violations]
clang_format_pr: src/Plugins/OrientationAnalysis/test/AlignSectionsMutualInformationTest.cpp#L25
code should be clang-formatted [-Wclang-format-violations]
clang_format_pr: src/Plugins/OrientationAnalysis/test/BadDataNeighborOrientationCheckTest.cpp#L38
code should be clang-formatted [-Wclang-format-violations]
clang_format_pr: src/Plugins/OrientationAnalysis/test/ConvertHexGridToSquareGridTest.cpp#L60
code should be clang-formatted [-Wclang-format-violations]
clang_format_pr: src/Plugins/OrientationAnalysis/src/OrientationAnalysis/Filters/Algorithms/GenerateIPFColors.cpp#L26
[clang-format] reported by reviewdog 🐶 Raw Output: src/Plugins/OrientationAnalysis/src/OrientationAnalysis/Filters/Algorithms/GenerateIPFColors.cpp:26:- GenerateIPFColorsImpl(GenerateIPFColors* filter, FloatVec3Type referenceDir, nx::core::Float32Array& eulers, nx::core::Int32Array& phases, nx::core::UInt32Array& crystalStructures, int32_t numPhases, src/Plugins/OrientationAnalysis/src/OrientationAnalysis/Filters/Algorithms/GenerateIPFColors.cpp:27:- const nx::core::IDataArray* goodVoxels, nx::core::UInt8Array& colors) src/Plugins/OrientationAnalysis/src/OrientationAnalysis/Filters/Algorithms/GenerateIPFColors.cpp:26:+ GenerateIPFColorsImpl(GenerateIPFColors* filter, FloatVec3Type referenceDir, nx::core::Float32Array& eulers, nx::core::Int32Array& phases, nx::core::UInt32Array& crystalStructures, src/Plugins/OrientationAnalysis/src/OrientationAnalysis/Filters/Algorithms/GenerateIPFColors.cpp:27:+ int32_t numPhases, const nx::core::IDataArray* goodVoxels, nx::core::UInt8Array& colors)
clang_format_pr: src/Plugins/OrientationAnalysis/src/OrientationAnalysis/Filters/Algorithms/ReadH5Ebsd.cpp#L162
[clang-format] reported by reviewdog 🐶 Raw Output: src/Plugins/OrientationAnalysis/src/OrientationAnalysis/Filters/Algorithms/ReadH5Ebsd.cpp:162:- const nx::core::IFilter::MessageHandler& mMessageHandler, std::set<std::string> selectedArrayNames, const std::array<size_t, 3>& dcDims, src/Plugins/OrientationAnalysis/src/OrientationAnalysis/Filters/Algorithms/ReadH5Ebsd.cpp:163:- const std::vector<std::string>& floatArrayNames, const std::vector<std::string>& intArrayNames) src/Plugins/OrientationAnalysis/src/OrientationAnalysis/Filters/Algorithms/ReadH5Ebsd.cpp:162:+ const nx::core::IFilter::MessageHandler& mMessageHandler, std::set<std::string> selectedArrayNames, const std::array<size_t, 3>& dcDims, src/Plugins/OrientationAnalysis/src/OrientationAnalysis/Filters/Algorithms/ReadH5Ebsd.cpp:163:+ const std::vector<std::string>& floatArrayNames, const std::vector<std::string>& intArrayNames)
clang_format_pr: src/Plugins/OrientationAnalysis/src/OrientationAnalysis/Filters/Algorithms/ReadH5Ebsd.cpp#L216
[clang-format] reported by reviewdog 🐶 Raw Output: src/Plugins/OrientationAnalysis/src/OrientationAnalysis/Filters/Algorithms/ReadH5Ebsd.cpp:216:- auto* phasePtr = reinterpret_cast<int32_t*>(ebsdReader->getPointerByName(eulerNames[3])); // get the phase data from the EbsdReader src/Plugins/OrientationAnalysis/src/OrientationAnalysis/Filters/Algorithms/ReadH5Ebsd.cpp:216:+ auto* phasePtr = reinterpret_cast<int32_t*>(ebsdReader->getPointerByName(eulerNames[3])); // get the phase data from the EbsdReader
clang_format_pr: src/Plugins/OrientationAnalysis/src/OrientationAnalysis/Filters/Algorithms/WriteINLFile.cpp#L3
[clang-format] reported by reviewdog 🐶 Raw Output: src/Plugins/OrientationAnalysis/src/OrientationAnalysis/Filters/Algorithms/WriteINLFile.cpp:3:-#include "simplnx/SIMPLNXVersion.hpp"
clang_format_pr: src/Plugins/OrientationAnalysis/src/OrientationAnalysis/Filters/Algorithms/WriteINLFile.cpp#L8
[clang-format] reported by reviewdog 🐶 Raw Output: src/Plugins/OrientationAnalysis/src/OrientationAnalysis/Filters/Algorithms/WriteINLFile.cpp:7:+#include "simplnx/SIMPLNXVersion.hpp"
clang_format_pr: src/Plugins/OrientationAnalysis/test/AlignSectionsMisorientationTest.cpp#L42
[clang-format] reported by reviewdog 🐶 Raw Output: src/Plugins/OrientationAnalysis/test/AlignSectionsMisorientationTest.cpp:42:- "6_6_align_sections_misorientation.dream3d"); src/Plugins/OrientationAnalysis/test/AlignSectionsMisorientationTest.cpp:42:+ "6_6_align_sections_misorientation.dream3d");
clang_format_pr: src/Plugins/OrientationAnalysis/test/AlignSectionsMutualInformationTest.cpp#L26
[clang-format] reported by reviewdog 🐶 Raw Output: src/Plugins/OrientationAnalysis/test/AlignSectionsMutualInformationTest.cpp:26:- "6_5_align_sections_mutual_information"); src/Plugins/OrientationAnalysis/test/AlignSectionsMutualInformationTest.cpp:26:+ "6_5_align_sections_mutual_information");
clang_format_pr: src/Plugins/OrientationAnalysis/test/BadDataNeighborOrientationCheckTest.cpp#L39
[clang-format] reported by reviewdog 🐶 Raw Output: src/Plugins/OrientationAnalysis/test/BadDataNeighborOrientationCheckTest.cpp:39:- "bad_data_neighbor_orientation_check.dream3d"); src/Plugins/OrientationAnalysis/test/BadDataNeighborOrientationCheckTest.cpp:39:+ "bad_data_neighbor_orientation_check.dream3d");
clang_format_pr: src/Plugins/OrientationAnalysis/test/ConvertHexGridToSquareGridTest.cpp#L61
[clang-format] reported by reviewdog 🐶 Raw Output: src/Plugins/OrientationAnalysis/test/ConvertHexGridToSquareGridTest.cpp:61:- k_HexToSqrTestFilesDir); src/Plugins/OrientationAnalysis/test/ConvertHexGridToSquareGridTest.cpp:61:+ k_HexToSqrTestFilesDir);
clang_format_pr: src/Plugins/OrientationAnalysis/test/ConvertHexGridToSquareGridTest.cpp#L101
[clang-format] reported by reviewdog 🐶 Raw Output: src/Plugins/OrientationAnalysis/test/ConvertHexGridToSquareGridTest.cpp:101:- k_HexToSqrTestFilesDir); src/Plugins/OrientationAnalysis/test/ConvertHexGridToSquareGridTest.cpp:101:+ k_HexToSqrTestFilesDir);