Cleanup template and initialize repository. #4
Annotations
1 error and 13 warnings
Build
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3, aminya/setup-cpp@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build
'getenv' is deprecated: This function or variable may be unsafe. Consider using _dupenv_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [-Wdeprecated-declarations]
|
Build
'getenv' is deprecated: This function or variable may be unsafe. Consider using _dupenv_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [-Wdeprecated-declarations]
|
Build:
test/constexpr_tests.cpp#L7
Condition 'factorial_constexpr(0)==1' is always true [knownConditionTrueFalse]
|
Build:
test/constexpr_tests.cpp#L8
Condition 'factorial_constexpr(1)==1' is always true [knownConditionTrueFalse]
|
Build:
test/constexpr_tests.cpp#L9
Condition 'factorial_constexpr(2)==2' is always true [knownConditionTrueFalse]
|
Build:
test/constexpr_tests.cpp#L10
Condition 'factorial_constexpr(3)==6' is always true [knownConditionTrueFalse]
|
Build:
test/constexpr_tests.cpp#L7
Condition 'factorial_constexpr(0)==1' is always true [knownConditionTrueFalse]
|
Build:
test/constexpr_tests.cpp#L8
Condition 'factorial_constexpr(1)==1' is always true [knownConditionTrueFalse]
|
Build:
test/constexpr_tests.cpp#L9
Condition 'factorial_constexpr(2)==2' is always true [knownConditionTrueFalse]
|
Build:
test/constexpr_tests.cpp#L10
Condition 'factorial_constexpr(3)==6' is always true [knownConditionTrueFalse]
|
Setup Cpp
Failed to install pipx: Error: Failed to install venv as it was not found via pip or the system package manager. Ignoring...
|
The macOS-10.15 environment is deprecated, consider switching to macos-11(macos-latest), macos-12 instead. For more details see https://github.com/actions/virtual-environments/issues/5583
|
The logs for this run have expired and are no longer available.
Loading