Added REPL based on kilo #70
main.yml
on: pull_request
πͺ Windows native test
32s
πͺ Windows native binary release build
0s
Annotations
2 errors and 7 warnings
πͺ Windows native test
Canceling since a higher priority waiting request for 'cjit-23/merge' exists
|
πͺ Windows native test
The operation was canceled.
|
π¨ C lint:
src/cjit.c#L246
[cpplint] reported by reviewdog πΆ
Almost always, snprintf is better than strcat [runtime/printf] [4]
Raw Output:
src/cjit.c:246: Almost always, snprintf is better than strcat [runtime/printf] [4]
|
π¨ C lint:
src/kilo.c#L88
[cpplint] reported by reviewdog πΆ
Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
Raw Output:
src/kilo.c:88: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
|
π¨ C lint:
src/kilo.c#L255
[cpplint] reported by reviewdog πΆ
Empty loop bodies should use {} or continue [whitespace/empty_loop_body] [5]
Raw Output:
src/kilo.c:255: Empty loop bodies should use {} or continue [whitespace/empty_loop_body] [5]
|
π¨ C lint:
src/kilo.c#L348
[cpplint] reported by reviewdog πΆ
If you can, use sizeof(seq) instead of 32 as the 2nd arg to snprintf. [runtime/printf] [3]
Raw Output:
src/kilo.c:348: If you can, use sizeof(seq) instead of 32 as the 2nd arg to snprintf. [runtime/printf] [3]
|
π¨ C lint:
src/kilo.c#L413
[cpplint] reported by reviewdog πΆ
Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
Raw Output:
src/kilo.c:413: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
|
π¨ C lint:
src/kilo.c#L566
[cpplint] reported by reviewdog πΆ
Use int16/int64/etc, rather than the C type long [runtime/int] [4]
Raw Output:
src/kilo.c:566: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
|
π¨ C lint:
src/kilo.c#L567
[cpplint] reported by reviewdog πΆ
Use int16/int64/etc, rather than the C type long [runtime/int] [4]
Raw Output:
src/kilo.c:567: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
|