Merge branch 'main' into beam_reduced_integration #66
CI_master.yml
on: push
Prepare
/
Prepare
9s
MacOS_13_Conda_Intel
/
Build
43m 52s
Ubuntu_20-04
/
Build
1h 25m
Ubuntu_22-04_Conda
/
Build
1h 35m
Windows
/
Build
2h 5m
Windows_Conda
/
Build
57m 19s
Lint
/
Lint
16m 38s
WrapUp
/
WrapUp
5s
Annotations
8 errors and 43 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/App/Application.cpp#L128
'Build/Version.h' file not found [clang-diagnostic-error]
|
Lint / Lint:
src/Gui/Application.cpp#L78
'GuiInitScript.h' file not found [clang-diagnostic-error]
|
Lint / Lint:
src/Gui/propertyeditor/PropertyEditor.cpp#L902
'moc_PropertyEditor.cpp' file not found [clang-diagnostic-error]
|
Lint / Lint:
src/Mod/TechDraw/Gui/TaskProjGroup.cpp#L43
'ui_TaskProjGroup.h' file not found [clang-diagnostic-error]
|
Lint / Lint
Process completed with exit code 1.
|
Lint / Lint:
src/App/StringHasher.cpp#L319
re-use ==> reuse
|
Lint / Lint:
src/Gui/Application.cpp#L228
mApp ==> map
|
Lint / Lint:
src/Gui/Application.cpp#L245
mApp ==> map
|
Lint / Lint:
src/Gui/Application.cpp#L249
mApp ==> map
|
Lint / Lint:
src/Gui/Application.cpp#L257
mApp ==> map
|
Lint / Lint:
src/Gui/Application.cpp#L276
mApp ==> map
|
Lint / Lint:
src/Gui/Application.cpp#L277
mApp ==> map
|
Lint / Lint:
src/Gui/Application.cpp#L404
mApp ==> map
|
Lint / Lint:
src/Mod/Part/App/TopoShape.h#L1554
overriden ==> overridden
|
Lint / Lint:
src/Gui/Application.cpp#L257
QObject::connect(&mApp, SIGNAL(messageReceived(const QList<QByteArray> &)), <--Consider using Functor-Based Connections
|
Lint / Lint:
src/Gui/Application.cpp#L258
&mw, SLOT(processMessages(const QList<QByteArray> &))); <--Consider using Functor-Based Connections
|
Lint / Lint:
src/Gui/Application.cpp#L2438
QTimer::singleShot(0, &mw, SLOT(delayedStartup())); <--Consider using Functor-Based Connections
|
Lint / Lint:
src/Mod/TechDraw/Gui/TaskProjGroup.cpp#L99
// connect(ui->butReset, SIGNAL(clicked()), this, SLOT(onResetClicked())); <--Consider using Functor-Based Connections
|
Lint / Lint:
src/Mod/TechDraw/Gui/QGIHighlight.h#L45
Zero-parameter constructors should not be marked explicit. [runtime/explicit] [5]
|
Lint / Lint:
src/Mod/TechDraw/Gui/QGISectionLine.h#L49
Zero-parameter constructors should not be marked explicit. [runtime/explicit] [5]
|
Lint / Lint:
src/Mod/TechDraw/Gui/ViewProviderViewPart.cpp#L232
Missing space around colon in range-based for loop [whitespace/forcolon] [2]
|
Lint / Lint
fatal error: 'Build/Version.h' file not found
|
Lint / Lint:
src/App/StringHasher.cpp#L47
non-POD static (LogLevel) [-Wclazy-non-pod-global-static]
|
Lint / Lint
note: expanded from macro 'FC_LOG_LEVEL_INIT'
|
Lint / Lint
note: expanded from macro '_FC_LOG_LEVEL_INIT'
|
Lint / Lint
fatal error: 'GuiInitScript.h' file not found
|
Lint / Lint
fatal error: 'moc_PropertyEditor.cpp' file not found
|
Lint / Lint
'iterator<std::forward_iterator_tag, OSD_Parallel::UniversalIterator>' is deprecated [-Wdeprecated-declarations]
|
Lint / Lint
note: 'iterator<std::forward_iterator_tag, OSD_Parallel::UniversalIterator>' has been explicitly marked deprecated here
|
Lint / Lint
note: expanded from macro '_GLIBCXX17_DEPRECATED'
|
Lint / Lint:
src/Mod/Part/App/TopoShapeExpansion.cpp#L87
non-POD static (LogLevel) [-Wclazy-non-pod-global-static]
|
Lint / Lint:
src/App/Application.cpp#L149
variable '_s_fclvl' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables]
|
Lint / Lint
note: expanded from macro 'FC_LOG_LEVEL_INIT'
|
Lint / Lint
note: expanded from macro 'FC_LOG_INSTANCE'
|
Lint / Lint:
src/App/Application.cpp#L163
variable '_pcSysParamMngr' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables]
|
Lint / Lint:
src/App/Application.cpp#L164
variable '_pcUserParamMngr' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables]
|
Lint / Lint:
src/App/Application.cpp#L165
variable '_pConsoleObserverStd' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables]
|
Lint / Lint:
src/App/Application.cpp#L165
variable '_pConsoleObserverStd' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables]
|
Lint / Lint:
src/App/Application.cpp#L166
variable '_pConsoleObserverFile' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables]
|
Lint / Lint:
src/App/Application.cpp#L166
variable '_pConsoleObserverFile' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables]
|
Lint / Lint:
src/App/Application.cpp#L168
variable 'mConfig' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables]
|
MacOS_13_Conda_Intel / Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pat-s/always-upload-cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Windows_Conda / Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pat-s/always-upload-cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Ubuntu_20-04 / Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pat-s/always-upload-cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Ubuntu_22-04_Conda / Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pat-s/always-upload-cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Windows / Build
Cache save failed.
|
Windows / Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache/restore@v3, actions/cache/save@v3, pat-s/always-upload-cache@v3, microsoft/setup-msbuild@v1.3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
WrapUp / WrapUp
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: geekyeggo/delete-artifact@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
Lint-7993079432-Logs
Expired
|
63.6 KB |
|
Lint-7993079432-report.md
Expired
|
62.9 KB |
|
MacOS_13_Conda_Intel-7993079432-Logs
Expired
|
40.2 KB |
|
MacOS_13_Conda_Intel-7993079432-report.md
Expired
|
527 Bytes |
|
Prepare-7993079432-Logs
Expired
|
30.3 KB |
|
Prepare-7993079432-report.md
Expired
|
697 Bytes |
|
Ubuntu_20-04-7993079432-Logs
Expired
|
165 KB |
|
Ubuntu_20-04-7993079432-report.md
Expired
|
3.31 KB |
|
Ubuntu_22-04_Conda-7993079432-Logs
Expired
|
176 KB |
|
Ubuntu_22-04_Conda-7993079432-report.md
Expired
|
3.78 KB |
|
Windows-7993079432-Logs
Expired
|
2.61 MB |
|
Windows_Conda-7993079432-Logs
Expired
|
1.62 MB |
|