adding support for legacy parameter #47
CI_master.yml
on: push
Prepare
/
Prepare
4s
MacOS_13_Conda_Intel
/
Build
16m 11s
Ubuntu_20-04
/
Build
4m 26s
Ubuntu_22-04_Conda
/
Build
4m 51s
Windows
/
Build
12m 34s
Windows_Conda
/
Build
15m 39s
Lint
/
Lint
3m 40s
WrapUp
/
WrapUp
6s
Annotations
16 errors and 41 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
Process completed with exit code 1.
|
Lint / Lint:
src/Gui/Tree.cpp#L4752
use of undeclared identifier 'originalFontWeight'
|
Lint / Lint:
src/Gui/Tree.cpp#L4833
use of undeclared identifier 'originalFontWeight'
|
Lint / Lint
Process completed with exit code 1.
|
Lint / Lint:
src/Gui/Tree.cpp#L4752
use of undeclared identifier 'originalFontWeight' [clang-diagnostic-error]
|
Lint / Lint:
src/Gui/Tree.cpp#L4833
use of undeclared identifier 'originalFontWeight' [clang-diagnostic-error]
|
Lint / Lint:
src/Gui/Tree.cpp#L5357
'moc_Tree.cpp' file not found [clang-diagnostic-error]
|
Lint / Lint
Process completed with exit code 1.
|
Ubuntu_20-04 / Build
Process completed with exit code 1.
|
Ubuntu_22-04_Conda / Build
Process completed with exit code 1.
|
Windows / Build
Process completed with exit code 1.
|
Windows_Conda / Build
Process completed with exit code 1.
|
MacOS_13_Conda_Intel / Build
Process completed with exit code 1.
|
Lint / Lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Lint / Lint:
src/Gui/TreeParams.cpp#L176
<-- trailing whitespace
|
Lint / Lint:
src/Gui/TreeParams.py#L1
would reformat src/Gui/TreeParams.py
|
Lint / Lint:
src/Gui/TreeParams.py#L71
Line too long (120/100) (line-too-long)
|
Lint / Lint:
src/Gui/TreeParams.py#L29
Import "import params_utils" should be placed at the top of the module (wrong-import-position)
|
Lint / Lint:
src/Gui/TreeParams.py#L31
Import "from params_utils import ParamBool, ParamInt, ParamString, ParamUInt, ParamFloat, ParamSpinBox, ParamColor, ParamHex" should be placed at the top of the module (wrong-import-position)
|
Lint / Lint:
src/Gui/TreeParams.py#L31
Unused ParamString imported from params_utils (unused-import)
|
Lint / Lint:
src/Gui/TreeParams.py#L31
Unused ParamFloat imported from params_utils (unused-import)
|
Lint / Lint:
src/Gui/Tree.cpp#L968
objitem->object()->setupContextMenu(&editMenu, this, SLOT(onStartEditing()));
|
Lint / Lint:
src/Gui/TreeParams.cpp#L427
Storage-class specifier (static, extern, typedef, etc) should be at the beginning of the declaration. [build/storage_class] [5]
|
Lint / Lint:
src/Gui/TreeParams.cpp#L454
Storage-class specifier (static, extern, typedef, etc) should be at the beginning of the declaration. [build/storage_class] [5]
|
Lint / Lint:
src/Gui/TreeParams.cpp#L481
Storage-class specifier (static, extern, typedef, etc) should be at the beginning of the declaration. [build/storage_class] [5]
|
Lint / Lint:
src/Gui/TreeParams.cpp#L508
Storage-class specifier (static, extern, typedef, etc) should be at the beginning of the declaration. [build/storage_class] [5]
|
Lint / Lint:
src/Gui/TreeParams.cpp#L535
Storage-class specifier (static, extern, typedef, etc) should be at the beginning of the declaration. [build/storage_class] [5]
|
Lint / Lint:
src/Gui/TreeParams.cpp#L562
Storage-class specifier (static, extern, typedef, etc) should be at the beginning of the declaration. [build/storage_class] [5]
|
Lint / Lint:
src/Gui/TreeParams.cpp#L589
Storage-class specifier (static, extern, typedef, etc) should be at the beginning of the declaration. [build/storage_class] [5]
|
Lint / Lint:
src/Gui/TreeParams.cpp#L616
Storage-class specifier (static, extern, typedef, etc) should be at the beginning of the declaration. [build/storage_class] [5]
|
Lint / Lint:
src/Gui/TreeParams.cpp#L643
Storage-class specifier (static, extern, typedef, etc) should be at the beginning of the declaration. [build/storage_class] [5]
|
Lint / Lint:
src/Gui/TreeParams.cpp#L670
Storage-class specifier (static, extern, typedef, etc) should be at the beginning of the declaration. [build/storage_class] [5]
|
Lint / Lint
fatal error: 'moc_Tree.cpp' file not found
|
Lint / Lint:
src/Gui/Tree.cpp#L71
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/Gui/Tree.cpp#L73
function-like macro '_TREE_PRINT' used; consider a 'constexpr' template function [cppcoreguidelines-macro-usage]
|
Lint / Lint:
src/Gui/Tree.cpp#L74
macro argument should be enclosed in parentheses [bugprone-macro-parentheses]
|
Lint / Lint:
src/Gui/Tree.cpp#L75
function-like macro 'TREE_MSG' used; consider a 'constexpr' template function [cppcoreguidelines-macro-usage]
|
Lint / Lint:
src/Gui/Tree.cpp#L76
function-like macro 'TREE_WARN' used; consider a 'constexpr' template function [cppcoreguidelines-macro-usage]
|
Lint / Lint:
src/Gui/Tree.cpp#L77
function-like macro 'TREE_ERR' used; consider a 'constexpr' template function [cppcoreguidelines-macro-usage]
|
Lint / Lint:
src/Gui/Tree.cpp#L78
function-like macro 'TREE_LOG' used; consider a 'constexpr' template function [cppcoreguidelines-macro-usage]
|
Lint / Lint:
src/Gui/Tree.cpp#L79
function-like macro 'TREE_TRACE' used; consider a 'constexpr' template function [cppcoreguidelines-macro-usage]
|
Ubuntu_20-04 / Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, 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: actions/checkout@v3, conda-incubator/setup-miniconda@v2, 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
Mamba support is still experimental and can result in differently solved environments!
|
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/.
|
Windows_Conda / Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, conda-incubator/setup-miniconda@v2, 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
Mamba support is still experimental and can result in differently solved environments!
|
MacOS_13_Conda_Intel / Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, conda-incubator/setup-miniconda@v2, 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
Mamba support is still experimental and can result in differently solved environments!
|
MacOS_13_Conda_Intel / Build
No files were found with the provided path: /tmp/report/MacOS_13_Conda_Intel-7879532362-report.md. No artifacts will be uploaded.
|
MacOS_13_Conda_Intel / Build
No files were found with the provided path: /tmp/logs/
/var/crash/*FreeCAD*. No artifacts will be uploaded.
|
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-7879532362-Logs
Expired
|
52.3 KB |
|
Lint-7879532362-report.md
Expired
|
51.6 KB |
|
Prepare-7879532362-Logs
Expired
|
22.2 KB |
|
Prepare-7879532362-report.md
Expired
|
400 Bytes |
|
Ubuntu_20-04-7879532362-Logs
Expired
|
89.9 KB |
|
Ubuntu_20-04-7879532362-report.md
Expired
|
2.13 KB |
|
Ubuntu_22-04_Conda-7879532362-Logs
Expired
|
121 KB |
|
Ubuntu_22-04_Conda-7879532362-report.md
Expired
|
2.57 KB |
|
Windows-7879532362-Logs
Expired
|
1.03 MB |
|
Windows_Conda-7879532362-Logs
Expired
|
949 KB |
|