Skip to content

ENH: Output files written to temp, then copied to final filename when closed #3187

ENH: Output files written to temp, then copied to final filename when closed

ENH: Output files written to temp, then copied to final filename when closed #3187

Triggered via pull request October 19, 2023 23:31
Status Failure
Total duration 1h 48m 41s
Artifacts

format_pr.yml

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

Annotations

5 errors and 3 warnings
clang_format_pr
Process completed with exit code 1.
clang_format_pr: src/Plugins/ComplexCore/src/ComplexCore/Filters/Algorithms/WriteStlFile.cpp#L209
code should be clang-formatted [-Wclang-format-violations]
clang_format_pr: src/Plugins/ComplexCore/src/ComplexCore/Filters/Algorithms/WriteStlFile.cpp#L276
code should be clang-formatted [-Wclang-format-violations]
clang_format_pr: src/Plugins/ComplexCore/src/ComplexCore/Filters/Algorithms/WriteStlFile.cpp#L277
code should be clang-formatted [-Wclang-format-violations]
clang_format_pr
Process completed with exit code 1.
clang_format_pr: src/Plugins/ComplexCore/src/ComplexCore/Filters/Algorithms/WriteStlFile.cpp#L209
[clang-format] reported by reviewdog 🐶 Raw Output: src/Plugins/ComplexCore/src/ComplexCore/Filters/Algorithms/WriteStlFile.cpp:209:- atomicFileSave.removeTempFile(); // Remove the temp file src/Plugins/ComplexCore/src/ComplexCore/Filters/Algorithms/WriteStlFile.cpp:209:+ atomicFileSave.removeTempFile(); // Remove the temp file
clang_format_pr: src/Plugins/ComplexCore/src/ComplexCore/Filters/Algorithms/WriteStlFile.cpp#L276
[clang-format] reported by reviewdog 🐶 Raw Output: src/Plugins/ComplexCore/src/ComplexCore/Filters/Algorithms/WriteStlFile.cpp:276:- atomicFileSave.removeTempFile(); // Remove the temp file src/Plugins/ComplexCore/src/ComplexCore/Filters/Algorithms/WriteStlFile.cpp:277:- return {MakeWarningVoidResult(-27873, fmt::format("Error Writing STL File '{}'. Not enough elements written for Feature Id {}. Wrote {} of 50. No file written.", filename, featureId, totalWritten))}; src/Plugins/ComplexCore/src/ComplexCore/Filters/Algorithms/WriteStlFile.cpp:276:+ atomicFileSave.removeTempFile(); // Remove the temp file src/Plugins/ComplexCore/src/ComplexCore/Filters/Algorithms/WriteStlFile.cpp:277:+ return {MakeWarningVoidResult(-27873, src/Plugins/ComplexCore/src/ComplexCore/Filters/Algorithms/WriteStlFile.cpp:278:+ fmt::format("Error Writing STL File '{}'. Not enough elements written for Feature Id {}. Wrote {} of 50. No file written.", filename, featureId, totalWritten))};
clang_format_pr
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, ammaraskar/gcc-problem-matcher@a141586609e2a558729b99a8c574c048f7f56204. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/