squash to frameless #127
CI_master.yml
on: push
Prepare
/
Prepare
6s
Matrix: Pixi / build_with_pixi
Ubuntu_20-04
/
Build
57m 7s
Windows
/
Build
1h 28m
Lint
/
Lint
3m 4s
WrapUp
/
WrapUp
4s
Annotations
33 errors and 51 warnings
Lint / Lint
Process completed with exit code 1.
|
Lint / Lint:
src/Gui/FramelessWindow.cpp#L86
invalid use of 'this' outside of a non-static member function
|
Lint / Lint:
src/Gui/FramelessWindow.cpp#L87
unknown type name 'setMenuWidget'
|
Lint / Lint:
src/Gui/FramelessWindow.cpp#L88
extraneous closing brace ('}')
|
Lint / Lint:
src/Gui/FramelessWindow.cpp#L90
out-of-line definition of 'nativeEvent' does not match any declaration in 'Gui::FramelessWindow'
|
Lint / Lint:
src/Gui/FramelessWindow.cpp#L228
expected '}'
|
Lint / Lint
Process completed with exit code 1.
|
Lint / Lint:
src/Gui/FramelessWindow.cpp#L86
invalid use of 'this' outside of a non-static member function [clang-diagnostic-error]
|
Lint / Lint:
src/Gui/FramelessWindow.cpp#L87
unknown type name 'setMenuWidget' [clang-diagnostic-error]
|
Lint / Lint:
src/Gui/FramelessWindow.cpp#L88
extraneous closing brace ('}') [clang-diagnostic-error]
|
Lint / Lint:
src/Gui/FramelessWindow.cpp#L90
out-of-line definition of 'nativeEvent' does not match any declaration in 'Gui::FramelessWindow' [clang-diagnostic-error]
|
Lint / Lint:
src/Gui/FramelessWindow.cpp#L228
expected '}' [clang-diagnostic-error]
|
Lint / Lint
Process completed with exit code 1.
|
Pixi / build_with_pixi (windows-latest):
src/Gui/FramelessWindow.h#L47
'Gui::FramelessWindow::nativeEvent': method with override specifier 'override' did not override any base class methods
|
Pixi / build_with_pixi (windows-latest):
src/Gui/FramelessWindow.h#L47
'Gui::FramelessWindow::nativeEvent': method with override specifier 'override' did not override any base class methods
|
Pixi / build_with_pixi (windows-latest):
src/Gui/FramelessWindow.h#L47
'Gui::FramelessWindow::nativeEvent': method with override specifier 'override' did not override any base class methods
|
Pixi / build_with_pixi (windows-latest):
src/Gui/FramelessWindow.h#L47
'Gui::FramelessWindow::nativeEvent': method with override specifier 'override' did not override any base class methods
|
Pixi / build_with_pixi (windows-latest):
src/Gui/FramelessWindow.h#L47
'Gui::FramelessWindow::nativeEvent': method with override specifier 'override' did not override any base class methods
|
Pixi / build_with_pixi (windows-latest)
Process completed with exit code 1.
|
Pixi / build_with_pixi (macos-latest):
src/Gui/FramelessWindow.cpp#L86
invalid use of 'this' outside of a non-static member function
|
Pixi / build_with_pixi (macos-latest):
src/Gui/FramelessWindow.cpp#L87
unknown type name 'setMenuWidget'
|
Pixi / build_with_pixi (macos-latest):
src/Gui/FramelessWindow.cpp#L88
extraneous closing brace ('}')
|
Pixi / build_with_pixi (macos-latest):
src/Gui/FramelessWindow.cpp#L90
out-of-line definition of 'nativeEvent' does not match any declaration in 'Gui::FramelessWindow'
|
Pixi / build_with_pixi (macos-latest):
src/Gui/FramelessWindow.cpp#L93
cannot initialize a parameter of type 'qintptr *' (aka 'long long *') with an lvalue of type 'long *'
|
|
Pixi / build_with_pixi (macos-latest)
Process completed with exit code 1.
|
Pixi / build_with_pixi (ubuntu-latest):
src/Gui/FramelessWindow.cpp#L86
invalid use of 'this' at top level
|
Pixi / build_with_pixi (ubuntu-latest):
src/Gui/FramelessWindow.cpp#L87
expected constructor, destructor, or type conversion before '(' token
|
Pixi / build_with_pixi (ubuntu-latest):
src/Gui/FramelessWindow.cpp#L88
expected declaration before '}' token
|
Pixi / build_with_pixi (ubuntu-latest):
src/Gui/FramelessWindow.cpp#L90
no declaration matches 'bool Gui::FramelessWindow::nativeEvent(const QByteArray&, void*, long int*)'
|
Pixi / build_with_pixi (ubuntu-latest)
Process completed with exit code 1.
|
Ubuntu_20-04 / Build
Process completed with exit code 1.
|
Windows / Build
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/Gui/FramelessWindow.cpp#L52
Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
|
Lint / Lint:
src/Gui/FramelessWindow.cpp#L53
Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
|
Lint / Lint:
src/Gui/FramelessWindow.cpp#L90
Use int16_t/int64_t/etc, rather than the C type long [runtime/int] [4]
|
Lint / Lint:
src/Gui/FramelessWindow.cpp#L124
Use int16_t/int64_t/etc, rather than the C type long [runtime/int] [4]
|
Lint / Lint:
src/Gui/FramelessWindow.cpp#L125
Use int16_t/int64_t/etc, rather than the C type long [runtime/int] [4]
|
Lint / Lint:
src/Gui/FramelessWindow.h#L25
#ifndef header guard has wrong style, please use: SRC_GUI_FRAMELESSWINDOW_H_ [build/header_guard] [5]
|
Lint / Lint:
src/Gui/FramelessWindow.h#L56
#endif line should be "#endif // SRC_GUI_FRAMELESSWINDOW_H_" [build/header_guard] [5]
|
Lint / Lint:
src/Gui/FramelessWindow.h#L47
Use int16_t/int64_t/etc, rather than the C type long [runtime/int] [4]
|
Lint / Lint:
src/Gui/FramelessWindow.cpp#L2
'/*' within block comment [-Wcomment]
|
Lint / Lint:
src/Gui/FramelessWindow.cpp#L28
Include qglobal.h before testing Q_OS_ macros [-Wclazy-qt-macros]
|
Lint / Lint:
src/Gui/FramelessWindow.h#L2
'/*' within block comment [-Wcomment]
|
Lint / Lint:
src/Gui/CustomTitleBar.h#L2
'/*' within block comment [-Wcomment]
|
Lint / Lint
note: to match this '{'
|
Lint / Lint:
src/Gui/FramelessWindow.h#L2
'/*' within block comment [-Wcomment]
|
Lint / Lint:
src/Gui/FramelessWindow.cpp#L2
'/*' within block comment [clang-diagnostic-comment]
|
Lint / Lint
note: to match this '{'
|
Lint / Lint:
src/Gui/FramelessWindow.h#L2
'/*' within block comment [clang-diagnostic-comment]
|
Lint / Lint:
src/Gui/FramelessWindow.h#L43
method 'isFrameless' can be made const [readability-make-member-function-const]
|
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-12639995825-windows-latest-report.md. No artifacts will be uploaded.
|
Pixi / build_with_pixi (macos-latest)
No files were found with the provided path: /Users/runner/work/FreeCAD/FreeCAD/logs/
/var/crash/*FreeCAD*. No artifacts will be uploaded.
|
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 (macos-latest)
No files were found with the provided path: /Users/runner/work/FreeCAD/FreeCAD/report/Pixi-12639995825-macos-latest-report.md. No artifacts will be uploaded.
|
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]
|
Pixi / build_with_pixi (ubuntu-latest)
No files were found with the provided path: /home/runner/work/FreeCAD/FreeCAD/report/Pixi-12639995825-ubuntu-latest-report.md. No artifacts will be uploaded.
|
Pixi / build_with_pixi (ubuntu-latest)
No files were found with the provided path: /home/runner/work/FreeCAD/FreeCAD/logs/
/var/crash/*FreeCAD*. No artifacts will be uploaded.
|
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.
|
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-12639995825-Logs
|
6.05 KB |
|
Prepare-12639995825-Logs
|
2.52 KB |
|
Ubuntu_20-04-12639995825-Logs
|
80.4 KB |
|
Windows-12639995825-Logs
|
1.66 MB |
|