Fix/winheaders #320
main.yml
on: pull_request
π§ Linux x86 test
45s
πͺ Windows native test
1m 26s
π OSX native test
17s
π§ Linux shared binary release build
0s
π§ Musl Linux binary release build
0s
πͺ Windows native binary release build
0s
π OSX native binary release build
0s
Annotations
15 warnings
[cpplint] src/cjit.c#L254:
src/cjit.c#L254
Almost always, snprintf is better than strcpy [runtime/printf] [4]
|
[cpplint] src/cjit.c#L255:
src/cjit.c#L255
Almost always, snprintf is better than strcat [runtime/printf] [4]
|
[cpplint] src/cjit.c#L262:
src/cjit.c#L262
Almost always, snprintf is better than strcpy [runtime/printf] [4]
|
[cpplint] src/cjit.c#L264:
src/cjit.c#L264
Almost always, snprintf is better than strcpy [runtime/printf] [4]
|
[cpplint] src/platforms.h#L1:
src/platforms.h#L1
#ifndef header guard has wrong style, please use: SRC_PLATFORMS_H_ [build/header_guard] [5]
|
[cpplint] src/platforms.h#L75:
src/platforms.h#L75
#endif line should be "#endif // SRC_PLATFORMS_H_" [build/header_guard] [5]
|
[cpplint] src/platforms.h#L69:
src/platforms.h#L69
"sys/types.h" already included at src/platforms.h:60 [build/include] [4]
|
[cpplint] src/platforms.h#L70:
src/platforms.h#L70
"sys/stat.h" already included at src/platforms.h:61 [build/include] [4]
|
[cpplint] src/win-compat.c#L79:
src/win-compat.c#L79
Almost always, snprintf is better than strcat [runtime/printf] [4]
|
[cpplint] src/win-compat.c#L83:
src/win-compat.c#L83
Almost always, snprintf is better than strcpy [runtime/printf] [4]
|
[cpplint] src/win-compat.c#L95:
src/win-compat.c#L95
Almost always, snprintf is better than strcat [runtime/printf] [4]
|
[cpplint] src/win-compat.c#L87:
src/win-compat.c#L87
Add #include <cstdio> for printf [build/include_what_you_use] [4]
|
π¨ REUSE Compliance
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
π¨ C lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
π§ Linux x86 test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|