Added REPL based on kilo #82
main.yml
on: pull_request
πͺ Windows native test
1m 19s
πͺ Windows native binary release build
0s
Annotations
5 warnings
π¨ C lint:
src/cjit.c#L253
[cpplint] reported by reviewdog πΆ
Almost always, snprintf is better than strcat [runtime/printf] [4]
Raw Output:
src/cjit.c:253: Almost always, snprintf is better than strcat [runtime/printf] [4]
|
π¨ C lint:
src/kilo.c#L309
[cpplint] reported by reviewdog πΆ
Empty loop bodies should use {} or continue [whitespace/empty_loop_body] [5]
Raw Output:
src/kilo.c:309: Empty loop bodies should use {} or continue [whitespace/empty_loop_body] [5]
|
π¨ C lint:
src/kilo.c#L622
[cpplint] reported by reviewdog πΆ
Use int16/int64/etc, rather than the C type long [runtime/int] [4]
Raw Output:
src/kilo.c:622: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
|
π¨ C lint:
src/kilo.c#L623
[cpplint] reported by reviewdog πΆ
Use int16/int64/etc, rather than the C type long [runtime/int] [4]
Raw Output:
src/kilo.c:623: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
|
π¨ C lint:
src/kilo.c#L1350
[cpplint] reported by reviewdog πΆ
Almost always, snprintf is better than strcat [runtime/printf] [4]
Raw Output:
src/kilo.c:1350: Almost always, snprintf is better than strcat [runtime/printf] [4]
|