Skip to content

Merge pull request #158 from snowball-lang/84-add-the-env-macro-for-e… #885

Merge pull request #158 from snowball-lang/84-add-the-env-macro-for-e…

Merge pull request #158 from snowball-lang/84-add-the-env-macro-for-e… #885

Triggered via push December 17, 2023 17:18
Status Success
Total duration 1m 14s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

cpp-linter.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
src/constants.h:14:2 [clang-diagnostic-error]: src/constants.h#L14
"_SNOWBALL_VERSION and _SNOWBALL_VERSION_NUMBER must be defined!"
src/constants.h:179:2 [clang-diagnostic-error]: src/constants.h#L179
"_SNOWBALL_LIBRARY_OBJ must be defined! (e.g. \"snowball-objects\")"
src/constants.h:183:2 [clang-diagnostic-error]: src/constants.h#L183
"_SNOWBALL_LIBRARY_DIR must be defined! (e.g. \"snowball-libs\")"
src/constants.h:187:2 [clang-diagnostic-error]: src/constants.h#L187
"_SNOWBALL_PACKAGES_DIR must be defined! (e.g. \".sn/packages\")"
src/constants.h:191:2 [clang-diagnostic-error]: src/constants.h#L191
"_SNOWBALL_LLVM_PACKAGE_VERSION must be defined! (e.g. \"16.0.6\")"
src/constants.h:196:2 [clang-diagnostic-error]: src/constants.h#L196
"LD_PATH must be defined! (e.g. \"/usr/bin/ld\")"
src/constants.h:200:2 [clang-diagnostic-error]: src/constants.h#L200
"STATICLIB_DIR path must be defined! (e.g. \"/usr/lib/\")"
src/common.h:2:10 [clang-diagnostic-error]: src/common.h#L2
'memory' file not found
src/utils/utils.h:22:6 [clang-diagnostic-error]: src/utils/utils.h#L22
no member named 'filesystem' in namespace 'std'
src/constants.h:6:9 [bugprone-reserved-identifier]: src/constants.h#L6
declaration uses identifier '__SNOWBALL_CONSTANTS_H_', which is a reserved identifier
src/constants.h:16:9 [bugprone-reserved-identifier]: src/constants.h#L16
declaration uses identifier '_SNOWBALL_BUILD_DATE', which is a reserved identifier
src/constants.h:17:9 [bugprone-reserved-identifier]: src/constants.h#L17
declaration uses identifier '_SNOWBALL_BUILD_TIME', which is a reserved identifier
src/constants.h:51:9 [bugprone-reserved-identifier]: src/constants.h#L51
declaration uses identifier '_SNOWBALL_CONST_PTR', which is a reserved identifier
src/constants.h:52:9 [bugprone-reserved-identifier]: src/constants.h#L52
declaration uses identifier '_SNOWBALL_MUT_PTR', which is a reserved identifier
src/constants.h:53:9 [bugprone-reserved-identifier]: src/constants.h#L53
declaration uses identifier '_SNOWBALL_INT_IMPL', which is a reserved identifier
src/constants.h:54:9 [bugprone-reserved-identifier]: src/constants.h#L54
declaration uses identifier '_SNOWBALL_FUNC_IMPL', which is a reserved identifier
src/constants.h:57:9 [bugprone-reserved-identifier]: src/constants.h#L57
declaration uses identifier '_SNOWBALL_CONST_PTR_DECL', which is a reserved identifier
src/constants.h:58:9 [bugprone-reserved-identifier]: src/constants.h#L58
declaration uses identifier '_SNOWBALL_MUT_PTR_DECL', which is a reserved identifier
src/constants.h:60:9 [bugprone-reserved-identifier]: src/constants.h#L60
declaration uses identifier '_SNOWBALL_STR_FACTOR', which is a reserved identifier