Merge pull request #12528 from bgbsww/bgbsww-toponamingMoveEqualOperator #10
CI_master.yml
on: push
Prepare
/
Prepare
7s
MacOS_13_Conda_Intel
/
Build
1h 7m
Ubuntu_20-04
/
Build
42m 34s
Ubuntu_22-04_Conda
/
Build
1h 32m
Windows
/
Build
2h 3m
Windows_Conda
/
Build
59m 41s
Lint
/
Lint
19m 31s
WrapUp
/
WrapUp
14s
Annotations
8 errors and 44 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#L1558
overriden ==> overridden
|
Lint / Lint:
tests/src/Mod/Part/App/TopoShapeMakeShape.cpp#L100
TRU ==> THROUGH, TRUE
|
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/Part/App/TopoShape.cpp#L1986
Missing space around colon in range-based for loop [whitespace/forcolon] [2]
|
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:
src/Mod/Part/App/TopoShape.h#L1009
'Part::TopoShape::resetElementMap' hides overloaded virtual function [-Woverloaded-virtual]
|
Lint / Lint
note: hidden overloaded virtual function 'Data::ComplexGeoData::resetElementMap' declared here: different number of parameters (2 vs 1)
|
Lint / Lint:
src/Mod/Part/App/TopoShape.cpp#L194
non-POD static (LogLevel) [-Wclazy-non-pod-global-static]
|
Lint / Lint
note: expanded from macro 'FC_LOG_LEVEL_INIT'
|
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]
|
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/.
|
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/.
|
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/.
|
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
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache/restore@v3, pat-s/always-upload-cache@v3, microsoft/[email protected]. 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-8000535184-Logs
Expired
|
82.9 KB |
|
Lint-8000535184-report.md
Expired
|
82.3 KB |
|
MacOS_13_Conda_Intel-8000535184-Logs
Expired
|
40.2 KB |
|
MacOS_13_Conda_Intel-8000535184-report.md
Expired
|
532 Bytes |
|
Prepare-8000535184-Logs
Expired
|
31.9 KB |
|
Prepare-8000535184-report.md
Expired
|
696 Bytes |
|
Ubuntu_20-04-8000535184-Logs
Expired
|
164 KB |
|
Ubuntu_20-04-8000535184-report.md
Expired
|
3.31 KB |
|
Ubuntu_22-04_Conda-8000535184-Logs
Expired
|
176 KB |
|
Ubuntu_22-04_Conda-8000535184-report.md
Expired
|
3.78 KB |
|
Windows-8000535184-Logs
Expired
|
2.62 MB |
|
Windows_Conda-8000535184-Logs
Expired
|
1.63 MB |
|