Skip to content

[Sketcher] Update parameter name & add comment #1195

[Sketcher] Update parameter name & add comment

[Sketcher] Update parameter name & add comment #1195

Triggered via push January 22, 2025 19:46
Status Success
Total duration 36m 16s
Artifacts 8

CI_master.yml

on: push
Prepare  /  Prepare
3s
Prepare / Prepare
Matrix: Pixi / build_with_pixi
WrapUp  /  WrapUp
4s
WrapUp / WrapUp
Fit to window
Zoom out
Zoom in

Annotations

1 error and 59 warnings
Lint / Lint
Process completed with exit code 1.
Prepare / Prepare
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Lint / Lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Lint / Lint: src/Mod/Sketcher/Gui/EditModeCoinManager.cpp#L60
Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
Lint / Lint: src/Mod/Sketcher/Gui/EditModeCoinManager.cpp#L61
Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
Lint / Lint: src/Mod/Sketcher/Gui/EditModeCoinManager.cpp#L442
Use int16_t/int64_t/etc, rather than the C type long [runtime/int] [4]
Lint / Lint: src/Mod/Sketcher/Gui/EditModeCoinManager.cpp#L444
Using C-style cast. Use static_cast<uint32_t>(...) instead [readability/casting] [4]
Lint / Lint: src/Mod/Sketcher/Gui/EditModeCoinManager.cpp#L689
Never use sprintf. Use snprintf instead. [runtime/printf] [5]
Lint / Lint: src/Mod/Sketcher/Gui/EditModeCoinManager.cpp#L612
Add #include <vector> for vector<> [build/include_what_you_use] [4]
Lint / Lint: src/Mod/Sketcher/Gui/EditModeCoinManager.cpp#L637
Add #include <list> for list<> [build/include_what_you_use] [4]
Lint / Lint: src/Mod/Sketcher/Gui/EditModeCoinManager.cpp#L1045
Add #include <string> for string [build/include_what_you_use] [4]
Lint / Lint: src/Base/Type.h#L119
Pass small and trivially-copyable type by value (const class Base::Type &) [-Wclazy-function-args-by-value]
Lint / Lint: src/Base/Type.h#L150
Pass small and trivially-copyable type by value (const class Base::Type &) [-Wclazy-function-args-by-value]
Lint / Lint: src/Base/Type.h#L155
Pass small and trivially-copyable type by value (const class Base::Type &) [-Wclazy-function-args-by-value]
Lint / Lint: src/Base/Type.h#L160
Pass small and trivially-copyable type by value (const class Base::Type &) [-Wclazy-function-args-by-value]
Lint / Lint: src/Base/Type.h#L165
Pass small and trivially-copyable type by value (const class Base::Type &) [-Wclazy-function-args-by-value]
Lint / Lint: src/Base/Type.h#L170
Pass small and trivially-copyable type by value (const class Base::Type &) [-Wclazy-function-args-by-value]
Lint / Lint: src/Base/Type.h#L175
Pass small and trivially-copyable type by value (const class Base::Type &) [-Wclazy-function-args-by-value]
Lint / Lint: src/Base/TimeInfo.h#L70
Pass small and trivially-copyable type by value (const class Base::TimeInfo &) [-Wclazy-function-args-by-value]
Lint / Lint: src/Base/TimeInfo.h#L70
Pass small and trivially-copyable type by value (const class Base::TimeInfo &) [-Wclazy-function-args-by-value]
Lint / Lint: src/Base/TimeInfo.h#L76
Pass small and trivially-copyable type by value (const class Base::TimeInfo &) [-Wclazy-function-args-by-value]
Lint / Lint: src/Mod/Sketcher/Gui/EditModeCoinManager.cpp#L166
0b1111111111111111 is a magic number; consider replacing it with a named constant [cppcoreguidelines-avoid-magic-numbers,readability-magic-numbers]
Lint / Lint: src/Mod/Sketcher/Gui/EditModeCoinManager.cpp#L170
0b1111110011111100 is a magic number; consider replacing it with a named constant [cppcoreguidelines-avoid-magic-numbers,readability-magic-numbers]
Lint / Lint: src/Mod/Sketcher/Gui/EditModeCoinManager.cpp#L174
0b1111110011111100 is a magic number; consider replacing it with a named constant [cppcoreguidelines-avoid-magic-numbers,readability-magic-numbers]
Lint / Lint: src/Mod/Sketcher/Gui/EditModeCoinManager.cpp#L178
0b1111110011111100 is a magic number; consider replacing it with a named constant [cppcoreguidelines-avoid-magic-numbers,readability-magic-numbers]
Lint / Lint: src/Mod/Sketcher/Gui/EditModeCoinManager.cpp#L182
static member accessed through instance [readability-static-accessed-through-instance]
Lint / Lint: src/Mod/Sketcher/Gui/EditModeCoinManager.cpp#L186
static member accessed through instance [readability-static-accessed-through-instance]
Lint / Lint: src/Mod/Sketcher/Gui/EditModeCoinManager.cpp#L190
static member accessed through instance [readability-static-accessed-through-instance]
Lint / Lint: src/Mod/Sketcher/Gui/EditModeCoinManager.cpp#L194
static member accessed through instance [readability-static-accessed-through-instance]
Lint / Lint: src/Mod/Sketcher/Gui/EditModeCoinManager.cpp#L198
static member accessed through instance [readability-static-accessed-through-instance]
Lint / Lint: src/Mod/Sketcher/Gui/EditModeCoinManager.cpp#L202
static member accessed through instance [readability-static-accessed-through-instance]
Pixi / build_with_pixi (ubuntu-latest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Pixi / build_with_pixi (macos-latest): src/3rdParty/libE57Format/src/SourceDestBufferImpl.cpp#L491
implicit conversion from 'const int64_t' (aka 'const long long') to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
Pixi / build_with_pixi (macos-latest): src/3rdParty/libE57Format/src/SourceDestBufferImpl.cpp#L203
implicit conversion from 'const int32_t' (aka 'const int') to 'float' changes value from 2147483647 to 2147483648 [-Wimplicit-const-int-float-conversion]
Pixi / build_with_pixi (macos-latest): src/3rdParty/libE57Format/src/SourceDestBufferImpl.cpp#L215
implicit conversion from 'const uint32_t' (aka 'const unsigned int') to 'float' changes value from 4294967295 to 4294967296 [-Wimplicit-const-int-float-conversion]
Pixi / build_with_pixi (macos-latest): src/3rdParty/libE57Format/src/SourceDestBufferImpl.cpp#L227
implicit conversion from 'const int64_t' (aka 'const long long') to 'float' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
Pixi / build_with_pixi (macos-latest): src/3rdParty/libE57Format/src/SourceDestBufferImpl.cpp#L227
implicit conversion from 'const int64_t' (aka 'const long long') to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
Ubuntu_20-04 / Build
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release. A separate `actions/cache/restore` step should be used instead. See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
Ubuntu_20-04 / Build
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release. A separate `actions/cache/restore` step should be used instead. See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
Windows / Build
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release. A separate `actions/cache/restore` step should be used instead. See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
Windows / Build
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release. A separate `actions/cache/restore` step should be used instead. See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
Pixi / build_with_pixi (windows-latest)
No files were found with the provided path: D:\a\FreeCAD\FreeCAD/logs/ /var/crash/*FreeCAD*. No artifacts will be uploaded.
Pixi / build_with_pixi (windows-latest)
'=': conversion from 'size_t' to '_Ty', possible loss of data
Pixi / build_with_pixi (windows-latest)
No files were found with the provided path: D:\a\FreeCAD\FreeCAD/report/Pixi-12915893537-windows-latest-report.md. No artifacts will be uploaded.
WrapUp / WrapUp
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636

Artifacts

Produced during runtime
Name Size
Lint-12915893537-Logs
19.6 KB
Pixi-12915893537-macos-latest-Logs
45.8 KB
Pixi-12915893537-macos-latest-report.md
406 Bytes
Pixi-12915893537-ubuntu-latest-Logs
45.7 KB
Pixi-12915893537-ubuntu-latest-report.md
594 Bytes
Prepare-12915893537-Logs
3.83 KB
Ubuntu_20-04-12915893537-Logs
187 KB
Windows-12915893537-Logs
1.62 MB