Skip to content

fix: refactor core CJIT code #336

fix: refactor core CJIT code

fix: refactor core CJIT code #336

Triggered via pull request December 25, 2024 21:44
Status Failure
Total duration 1m 40s
Artifacts

main.yml

on: pull_request
🚨 REUSE Compliance
7s
🚨 REUSE Compliance
🚨 C lint
12s
🚨 C lint
🐧 Linux x86 test
31s
🐧 Linux x86 test
πŸͺŸ Windows native test
1m 5s
πŸͺŸ Windows native test
🍎 OSX native test
17s
🍎 OSX native test
πŸ€– Semantic release
0s
πŸ€– Semantic release
🐧 Linux shared binary release build
0s
🐧 Linux shared binary release build
🐧 Musl Linux binary release build
0s
🐧 Musl Linux binary release build
πŸͺŸ Windows native binary release build
0s
πŸͺŸ Windows native binary release build
🍎 OSX native binary release build
0s
🍎 OSX native binary release build
πŸ“’ Public release
0s
πŸ“’ Public release
🧻 Remove tag on fail
0s
🧻 Remove tag on fail
🦠 Virus scan of released binaries
0s
🦠 Virus scan of released binaries
Fit to window
Zoom out
Zoom in

Annotations

1 error and 15 warnings
πŸͺŸ Windows native test
Process completed with exit code 1.
🚨 REUSE Compliance
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
[cpplint] src/cjit.c#L45: src/cjit.c#L45
If you can, use sizeof(filename) instead of 63 as the 2nd arg to snprintf. [runtime/printf] [3]
[cpplint] src/cjit.c#L73: src/cjit.c#L73
If you can, use sizeof(tempDir) instead of 259 as the 2nd arg to snprintf. [runtime/printf] [3]
[cpplint] src/cjit.c#L89: src/cjit.c#L89
Almost always, snprintf is better than strcpy [runtime/printf] [4]
[cpplint] src/cjit.c#L147: src/cjit.c#L147
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
[cpplint] src/cjit.c#L178: src/cjit.c#L178
Almost always, snprintf is better than strcpy [runtime/printf] [4]
[cpplint] src/cjit.c#L179: src/cjit.c#L179
Almost always, snprintf is better than strcat [runtime/printf] [4]
[cpplint] src/cjit.c#L186: src/cjit.c#L186
Almost always, snprintf is better than strcpy [runtime/printf] [4]
[cpplint] src/cjit.c#L188: src/cjit.c#L188
Almost always, snprintf is better than strcpy [runtime/printf] [4]
[cpplint] src/cjit.c#L73: src/cjit.c#L73
Add #include <cstdio> for snprintf [build/include_what_you_use] [4]
[cpplint] src/main.c#L152: src/main.c#L152
Almost always, snprintf is better than strcpy [runtime/printf] [4]
[cpplint] src/main.c#L157: src/main.c#L157
Almost always, snprintf is better than strcpy [runtime/printf] [4]
[cpplint] src/main.c#L166: src/main.c#L166
Add #include <cstdio> for fprintf [build/include_what_you_use] [4]
🚨 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