fix: refactor core CJIT code #337
main.yml
on: pull_request
π§ Linux x86 test
1m 12s
πͺ Windows native test
52s
π OSX native test
16s
π§ 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#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#L147:
src/main.c#L147
Almost always, snprintf is better than strcpy [runtime/printf] [4]
|
[cpplint] src/main.c#L152:
src/main.c#L152
Almost always, snprintf is better than strcpy [runtime/printf] [4]
|
[cpplint] src/main.c#L161:
src/main.c#L161
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
|