fix: reorganize repl code #141
main.yml
on: pull_request
πͺ Windows native test
1m 7s
π OSX native test
14s
π§ Musl Linux binary release build
0s
πͺ Windows native binary release build
0s
π OSX native binary release build
0s
Annotations
6 warnings
[cpplint] src/repl.c#L258:
src/repl.c#L258
Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
|
[cpplint] src/repl.c#L288:
src/repl.c#L288
Almost always, snprintf is better than strcat [runtime/printf] [4]
|
[cpplint] src/repl.c#L343:
src/repl.c#L343
Almost always, snprintf is better than strcpy [runtime/printf] [4]
|
[cpplint] src/repl.c#L367:
src/repl.c#L367
Almost always, snprintf is better than strcat [runtime/printf] [4]
|
[cpplint] src/repl.c#L405:
src/repl.c#L405
Almost always, snprintf is better than strcat [runtime/printf] [4]
|
[cpplint] src/repl.c#L354:
src/repl.c#L354
Add #include <cstdio> for fflush [build/include_what_you_use] [4]
|