fix: refactor core CJIT code #336
main.yml
on: pull_request
π§ Linux x86 test
31s
πͺ Windows native test
1m 5s
π 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
𧻠Remove tag on fail
0s
π¦ Virus scan of released binaries
0s
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
|