Skip to content

Helix tooltip spelling update in FeatureHelix.cpp #300

Helix tooltip spelling update in FeatureHelix.cpp

Helix tooltip spelling update in FeatureHelix.cpp #300

Triggered via push January 29, 2025 10:20
Status Success
Total duration 25m 24s
Artifacts 8

CI_master.yml

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

Annotations

9 errors and 68 warnings
Lint / Lint
Process completed with exit code 1.
Lint / Lint
Process completed with exit code 1.
Lint / Lint
Process completed with exit code 1.
Lint / Lint: src/Mod/BIM/bimcommands/BimIfcQuantities.py#L105
Module 'ArchComponent' has no 'IfcRoles' member (no-member)
Lint / Lint: src/Mod/BIM/bimcommands/BimIfcQuantities.py#L420
Possibly using variable 'att' before assignment (possibly-used-before-assignment)
Lint / Lint: src/Mod/BIM/importers/importSH3DHelper.py#L227
Possibly using variable 'Gui' before assignment (possibly-used-before-assignment)
Lint / Lint: src/Mod/BIM/importers/importSH3DHelper.py#L2186
No value for argument 'elm' in method call (no-value-for-parameter)
Lint / Lint
Process completed with exit code 1.
Lint / Lint
Process completed with exit code 1.
Lint / Lint: src/Mod/BIM/importers/importSH3DHelper.py#L485
<-- trailing whitespace
Lint / Lint: src/Mod/BIM/importers/importSH3DHelper.py#L1005
# recreate the wire while also rounding the precision of the <-- trailing whitespace
Lint / Lint: src/Mod/BIM/importers/importSH3DHelper.py#L1086
# NOTE: for room to properly display and calculate the area, the <-- trailing whitespace
Lint / Lint: src/Mod/BIM/importers/importSH3DHelper.py#L1451
# The Start and End property are used in the Wall to determine Facebinders <-- trailing whitespace
Lint / Lint: src/Mod/BIM/importers/importSH3DHelper.py#L1769
The face names are suitable for selection later on when creating <-- trailing whitespace
Lint / Lint: src/Mod/BIM/importers/importDAE.py#L1
would reformat src/Mod/BIM/importers/importDAE.py
Lint / Lint: src/Mod/BIM/bimcommands/BimIfcQuantities.py#L1
would reformat src/Mod/BIM/bimcommands/BimIfcQuantities.py
Lint / Lint: src/Mod/BIM/importers/importSH3DHelper.py#L1
would reformat src/Mod/BIM/importers/importSH3DHelper.py
Lint / Lint: src/Mod/BIM/bimcommands/BimIfcQuantities.py#L75
Line too long (113/100) (line-too-long)
Lint / Lint: src/Mod/BIM/bimcommands/BimIfcQuantities.py#L239
TODO remember width (fixme)
Lint / Lint: src/Mod/BIM/bimcommands/BimIfcQuantities.py#L65
Missing class docstring (missing-class-docstring)
Lint / Lint: src/Mod/BIM/bimcommands/BimIfcQuantities.py#L83
Missing function or method docstring (missing-function-docstring)
Lint / Lint: src/Mod/BIM/bimcommands/BimIfcQuantities.py#L84
Import outside toplevel (PySide.QtCore, PySide.QtGui) (import-outside-toplevel)
Lint / Lint: src/Mod/BIM/bimcommands/BimIfcQuantities.py#L99
Import outside toplevel (ArchIFC) (import-outside-toplevel)
Lint / Lint: src/Mod/BIM/bimcommands/BimIfcQuantities.py#L103
Import outside toplevel (ArchComponent) (import-outside-toplevel)
Lint / Lint: src/Mod/BIM/bimcommands/BimIfcQuantities.py#L84
Unused QtCore imported from PySide (unused-import)
Lint / Lint: src/Mod/BIM/bimcommands/BimIfcQuantities.py#L141
Import outside toplevel (Draft) (import-outside-toplevel)
Lint / Lint: src/Mod/BIM/bimcommands/BimIfcQuantities.py#L158
Using open without explicitly specifying an encoding (unspecified-encoding)
Lint / Lint: src/Mod/Measure/App/ShapeFinder.cpp#L57
Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
Lint / Lint: src/Mod/Measure/App/ShapeFinder.cpp#L104
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
Lint / Lint: src/Mod/Measure/App/ShapeFinder.cpp#L385
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
Lint / Lint: src/Mod/Measure/App/ShapeFinder.cpp#L351
Add #include <utility> for pair<> [build/include_what_you_use] [4]
Lint / Lint: src/Mod/Measure/App/ShapeFinder.cpp#L353
Add #include <vector> for vector<> [build/include_what_you_use] [4]
Lint / Lint: src/Mod/Measure/App/ShapeFinder.cpp#L401
Add #include <string> for string [build/include_what_you_use] [4]
Lint / Lint: src/Mod/PartDesign/App/FeatureHelix.cpp#L57
Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
Lint / Lint: src/Mod/PartDesign/App/FeatureHelix.cpp#L80
Use int16_t/int64_t/etc, rather than the C type long [runtime/int] [4]
Lint / Lint: src/Mod/PartDesign/App/FeatureHelix.cpp#L116
Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
Lint / Lint: src/Mod/PartDesign/App/FeatureHelix.cpp#L196
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
Lint / Lint
opencascade::handle has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
Lint / Lint
NCollection_ListNode has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
Lint / Lint
Pass small and trivially-copyable type by value (const class NCollection_BaseList::Iterator &) [-Wclazy-function-args-by-value]
Lint / Lint
Pass small and trivially-copyable type by value (const class NCollection_BaseList::Iterator &) [-Wclazy-function-args-by-value]
Lint / Lint
Pass small and trivially-copyable type by value (const class gp_XY &) [-Wclazy-function-args-by-value]
Lint / Lint
Pass small and trivially-copyable type by value (const class gp_XY &) [-Wclazy-function-args-by-value]
Lint / Lint
Pass small and trivially-copyable type by value (const class gp_XY &) [-Wclazy-function-args-by-value]
Lint / Lint
Pass small and trivially-copyable type by value (const class gp_XY &) [-Wclazy-function-args-by-value]
Lint / Lint
Pass small and trivially-copyable type by value (const class gp_XY &) [-Wclazy-function-args-by-value]
Lint / Lint
Pass small and trivially-copyable type by value (const class gp_XY &) [-Wclazy-function-args-by-value]
Lint / Lint: src/Mod/PartDesign/App/FeatureHelix.cpp#L59
do not declare C-style arrays, use std::array<> instead [cppcoreguidelines-avoid-c-arrays,modernize-avoid-c-arrays]
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.
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-13029175437-windows-latest-report.md. No artifacts will be uploaded.
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.

Artifacts

Produced during runtime
Name Size
Lint-13029175437-Logs
33.8 KB
Pixi-13029175437-macos-latest-Logs
45.7 KB
Pixi-13029175437-macos-latest-report.md
406 Bytes
Pixi-13029175437-ubuntu-latest-Logs
45.8 KB
Pixi-13029175437-ubuntu-latest-report.md
588 Bytes
Prepare-13029175437-Logs
6.32 KB
Ubuntu_20-04-13029175437-Logs
187 KB
Windows-13029175437-Logs
1.62 MB