ENH: Output files written to temp, then copied to final filename when closed #3187
Annotations
5 errors and 3 warnings
|
src/Plugins/ComplexCore/src/ComplexCore/Filters/Algorithms/WriteStlFile.cpp#L209
code should be clang-formatted [-Wclang-format-violations]
|
src/Plugins/ComplexCore/src/ComplexCore/Filters/Algorithms/WriteStlFile.cpp#L276
code should be clang-formatted [-Wclang-format-violations]
|
src/Plugins/ComplexCore/src/ComplexCore/Filters/Algorithms/WriteStlFile.cpp#L277
code should be clang-formatted [-Wclang-format-violations]
|
|
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
|
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))};
|
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/
|
The logs for this run have expired and are no longer available.
Loading