Skip to content

fix: refactor core CJIT code #342

fix: refactor core CJIT code

fix: refactor core CJIT code #342

Triggered via pull request December 26, 2024 20:13
@jaromiljaromil
synchronize #90
fix/refactor
Status Success
Total duration 2m 4s
Artifacts

main.yml

on: pull_request
🚨 REUSE Compliance
6s
🚨 REUSE Compliance
🚨 C lint
12s
🚨 C lint
🐧 Linux x86 test
28s
🐧 Linux x86 test
πŸͺŸ Windows native test
1m 29s
πŸͺŸ Windows native test
🍎 OSX native test
16s
🍎 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

15 warnings
🚨 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#L51: src/cjit.c#L51
If you can, use sizeof(filename) instead of 63 as the 2nd arg to snprintf. [runtime/printf] [3]
[cpplint] src/cjit.c#L79: src/cjit.c#L79
If you can, use sizeof(tempDir) instead of 259 as the 2nd arg to snprintf. [runtime/printf] [3]
[cpplint] src/cjit.c#L95: src/cjit.c#L95
Almost always, snprintf is better than strcpy [runtime/printf] [4]
[cpplint] src/cjit.c#L154: src/cjit.c#L154
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
[cpplint] src/cjit.c#L185: src/cjit.c#L185
Almost always, snprintf is better than strcpy [runtime/printf] [4]
[cpplint] src/cjit.c#L186: src/cjit.c#L186
Almost always, snprintf is better than strcat [runtime/printf] [4]
[cpplint] src/cjit.c#L193: src/cjit.c#L193
Almost always, snprintf is better than strcpy [runtime/printf] [4]
[cpplint] src/cjit.c#L195: src/cjit.c#L195
Almost always, snprintf is better than strcpy [runtime/printf] [4]
[cpplint] src/cjit.c#L307: src/cjit.c#L307
Add #include <cstdio> for vsnprintf [build/include_what_you_use] [4]
[cpplint] src/main.c#L151: src/main.c#L151
Almost always, snprintf is better than strcpy [runtime/printf] [4]
[cpplint] src/main.c#L156: src/main.c#L156
Almost always, snprintf is better than strcpy [runtime/printf] [4]
[cpplint] src/main.c#L170: src/main.c#L170
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