Fix various typos #291
CI_master.yml
on: push
Prepare
/
Prepare
5s
Matrix: Pixi / build_with_pixi
Ubuntu_20-04
/
Build
12m 38s
Windows
/
Build
24m 8s
Lint
/
Lint
3m 35s
WrapUp
/
WrapUp
8s
Annotations
13 errors and 69 warnings
Lint / Lint
Process completed with exit code 1.
|
Lint / Lint
Process completed with exit code 1.
|
Lint / Lint:
src/Mod/BIM/ArchCommands.py#L119
Possibly using variable 'x' before assignment (possibly-used-before-assignment)
|
Lint / Lint:
src/Mod/BIM/ArchCommands.py#L331
The raise statement is not inside an except clause (misplaced-bare-raise)
|
Lint / Lint:
src/Mod/BIM/ArchCommands.py#L336
The raise statement is not inside an except clause (misplaced-bare-raise)
|
Lint / Lint:
src/Mod/BIM/ArchCommands.py#L647
Module 'ArchWall' has no 'makeWall' member (no-member)
|
Lint / Lint:
src/Mod/BIM/ArchCommands.py#L821
Possibly using variable 'FreeCADGui' before assignment (possibly-used-before-assignment)
|
Lint / Lint:
src/Mod/BIM/ArchCommands.py#L909
Possibly using variable 'QtGui' before assignment (possibly-used-before-assignment)
|
Lint / Lint:
src/Mod/BIM/ArchCommands.py#L1021
Possibly using variable 'QtCore' before assignment (possibly-used-before-assignment)
|
Lint / Lint:
src/Mod/BIM/nativeifc/ifc_tools.py#L196
Possibly using variable 'person' before assignment (possibly-used-before-assignment)
|
Lint / Lint:
src/Mod/BIM/nativeifc/ifc_tools.py#L197
Possibly using variable 'organisation' before assignment (possibly-used-before-assignment)
|
Lint / Lint
Process completed with exit code 1.
|
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/BIM/nativeifc/ifc_tools.py#L1449
anumber ==> a number
|
Lint / Lint:
src/Mod/BIM/nativeifc/ifc_tools.py#L1451
anumber ==> a number
|
Lint / Lint:
src/Mod/CAM/CAMTests/PathTestUtils.py#L1
would reformat src/Mod/CAM/CAMTests/PathTestUtils.py
|
Lint / Lint:
src/Mod/BIM/nativeifc/ifc_export.py#L1
would reformat src/Mod/BIM/nativeifc/ifc_export.py
|
Lint / Lint:
src/Mod/BIM/nativeifc/ifc_tools.py#L1
would reformat src/Mod/BIM/nativeifc/ifc_tools.py
|
Lint / Lint:
src/Mod/BIM/ArchCommands.py#L1
would reformat src/Mod/BIM/ArchCommands.py
|
Lint / Lint:
src/Mod/BIM/ArchCommands.py#L101
Line too long (123/100) (line-too-long)
|
Lint / Lint:
src/Mod/BIM/ArchCommands.py#L145
Line too long (136/100) (line-too-long)
|
Lint / Lint:
src/Mod/BIM/ArchCommands.py#L582
Line too long (107/100) (line-too-long)
|
Lint / Lint:
src/Mod/BIM/ArchCommands.py#L584
Line too long (102/100) (line-too-long)
|
Lint / Lint:
src/Mod/BIM/ArchCommands.py#L586
Line too long (103/100) (line-too-long)
|
Lint / Lint:
src/Mod/BIM/ArchCommands.py#L619
Line too long (112/100) (line-too-long)
|
Lint / Lint:
src/Mod/BIM/ArchCommands.py#L620
Line too long (109/100) (line-too-long)
|
Lint / Lint:
src/Mod/BIM/ArchCommands.py#L635
Line too long (108/100) (line-too-long)
|
Lint / Lint:
src/Mod/BIM/ArchCommands.py#L691
Unnecessary parens after 'not' keyword (superfluous-parens)
|
Lint / Lint:
src/Mod/BIM/ArchCommands.py#L716
Unnecessary parens after 'not' keyword (superfluous-parens)
|
Lint / Lint:
src/Base/Placement.cpp#L32
Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
|
Lint / Lint:
src/Base/Placement.cpp#L215
Add #include <string> for string [build/include_what_you_use] [4]
|
Lint / Lint:
src/Mod/Measure/Gui/TaskMeasure.cpp#L51
Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
|
Lint / Lint:
src/Mod/Measure/Gui/TaskMeasure.cpp#L268
Add #include <string> for string [build/include_what_you_use] [4]
|
Lint / Lint:
src/Mod/Spreadsheet/App/Sheet.cpp#L49
Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
|
Lint / Lint:
src/Mod/Spreadsheet/App/Sheet.cpp#L50
Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
|
Lint / Lint:
src/Mod/Spreadsheet/App/Sheet.cpp#L51
Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
|
Lint / Lint:
src/Mod/Spreadsheet/App/Sheet.cpp#L220
Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
|
Lint / Lint:
src/Mod/Spreadsheet/App/Sheet.cpp#L598
Use int16_t/int64_t/etc, rather than the C type long [runtime/int] [4]
|
Lint / Lint:
src/Mod/Spreadsheet/App/Sheet.cpp#L731
Is this a non-const reference? If so, make const or use a pointer: int& r [runtime/references] [2]
|
Lint / Lint:
build/_deps/fmt-src/include/fmt/core.h#L2095
Returning a void expression [-Wclazy-returning-void-expression]
|
Lint / Lint:
build/_deps/fmt-src/include/fmt/core.h#L2197
fmt::detail::specs_setter has copy-ctor but not dtor, copy-assignment [-Wclazy-rule-of-three]
|
Lint / Lint:
build/_deps/fmt-src/include/fmt/core.h#L2233
fmt::detail::dynamic_specs_handler has copy-ctor but not dtor, copy-assignment [-Wclazy-rule-of-three]
|
Lint / Lint:
build/_deps/fmt-src/include/fmt/core.h#L3126
Pass small and trivially-copyable type by value (const signed char &) [-Wclazy-function-args-by-value]
|
Lint / Lint:
build/_deps/fmt-src/include/fmt/core.h#L3127
Pass small and trivially-copyable type by value (const unsigned char &) [-Wclazy-function-args-by-value]
|
Lint / Lint:
build/_deps/fmt-src/include/fmt/core.h#L3128
Pass small and trivially-copyable type by value (const short &) [-Wclazy-function-args-by-value]
|
Lint / Lint:
build/_deps/fmt-src/include/fmt/core.h#L3129
Pass small and trivially-copyable type by value (const unsigned short &) [-Wclazy-function-args-by-value]
|
Lint / Lint:
build/_deps/fmt-src/include/fmt/core.h#L3130
Pass small and trivially-copyable type by value (const long &) [-Wclazy-function-args-by-value]
|
Lint / Lint:
build/_deps/fmt-src/include/fmt/core.h#L3131
Pass small and trivially-copyable type by value (const unsigned long &) [-Wclazy-function-args-by-value]
|
Lint / Lint:
build/_deps/fmt-src/include/fmt/core.h#L3134
Pass small and trivially-copyable type by value (const std::nullptr_t &) [-Wclazy-function-args-by-value]
|
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]
|
Pixi / build_with_pixi (macos-latest):
src/3rdParty/OndselSolver/OndselSolver/FullVector.h#L183
unused parameter 'tol' [-Wunused-parameter]
|
Pixi / build_with_pixi (macos-latest):
src/3rdParty/OndselSolver/OndselSolver/FullVector.h#L183
unused parameter 'tol' [-Wunused-parameter]
|
Pixi / build_with_pixi (macos-latest):
src/3rdParty/OndselSolver/OndselSolver/FullVector.h#L183
unused parameter 'tol' [-Wunused-parameter]
|
Pixi / build_with_pixi (macos-latest):
src/3rdParty/OndselSolver/OndselSolver/FullVector.h#L183
unused parameter 'tol' [-Wunused-parameter]
|
Pixi / build_with_pixi (macos-latest):
src/3rdParty/OndselSolver/OndselSolver/FullVector.h#L183
unused parameter 'tol' [-Wunused-parameter]
|
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 (ubuntu-latest):
src/3rdParty/OndselSolver/OndselSolver/FullVector.h#L183
unused parameter 'tol' [-Wunused-parameter]
|
Pixi / build_with_pixi (ubuntu-latest):
src/3rdParty/OndselSolver/OndselSolver/FullVector.h#L183
unused parameter 'tol' [-Wunused-parameter]
|
Pixi / build_with_pixi (ubuntu-latest):
src/3rdParty/OndselSolver/OndselSolver/FullVector.h#L183
unused parameter 'tol' [-Wunused-parameter]
|
Pixi / build_with_pixi (ubuntu-latest):
src/3rdParty/OndselSolver/OndselSolver/FullVector.h#L183
unused parameter 'tol' [-Wunused-parameter]
|
Pixi / build_with_pixi (ubuntu-latest):
src/3rdParty/OndselSolver/OndselSolver/FullVector.h#L183
unused parameter 'tol' [-Wunused-parameter]
|
Pixi / build_with_pixi (ubuntu-latest):
src/3rdParty/OndselSolver/OndselSolver/FullVector.h#L183
unused parameter 'tol' [-Wunused-parameter]
|
Pixi / build_with_pixi (ubuntu-latest):
src/3rdParty/OndselSolver/OndselSolver/FullVector.h#L183
unused parameter 'tol' [-Wunused-parameter]
|
Pixi / build_with_pixi (ubuntu-latest):
src/3rdParty/OndselSolver/OndselSolver/FullVector.h#L183
unused parameter 'tol' [-Wunused-parameter]
|
Pixi / build_with_pixi (ubuntu-latest):
src/3rdParty/OndselSolver/OndselSolver/FullMatrix.h#L700
unused variable 'aaaa' [-Wunused-variable]
|
Pixi / build_with_pixi (ubuntu-latest):
src/3rdParty/OndselSolver/OndselSolver/FullVector.h#L183
unused parameter 'tol' [-Wunused-parameter]
|
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):
src/Mod/Measure/Gui/TaskMeasure.cpp#L150
not enough arguments for function-like macro invocation 'QStringLiteral'
|
Pixi / build_with_pixi (windows-latest):
src/Mod/Measure/Gui/TaskMeasure.cpp#L150
not enough arguments for function-like macro invocation 'QT_UNICODE_LITERAL'
|
Pixi / build_with_pixi (windows-latest)
No files were found with the provided path: D:\a\FreeCAD\FreeCAD/report/Pixi-12410941095-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.
|
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-12410941095-Logs
|
26.8 KB |
|
Pixi-12410941095-macos-latest-Logs
|
45.3 KB |
|
Pixi-12410941095-macos-latest-report.md
|
379 Bytes |
|
Pixi-12410941095-ubuntu-latest-Logs
|
45.7 KB |
|
Pixi-12410941095-ubuntu-latest-report.md
|
546 Bytes |
|
Prepare-12410941095-Logs
|
5.3 KB |
|
Ubuntu_20-04-12410941095-Logs
|
186 KB |
|
Windows-12410941095-Logs
|
1.65 MB |
|