Skip to content

Added REPL based on kilo #72

Added REPL based on kilo

Added REPL based on kilo #72

Triggered via pull request October 1, 2024 06:41
Status Success
Total duration 1m 22s
Artifacts

main.yml

on: pull_request
🚨 REUSE Compliance
7s
🚨 REUSE Compliance
🚨 C lint
11s
🚨 C lint
🐧 Musl Linux test
14s
🐧 Musl Linux test
πŸͺŸ Windows native test
50s
πŸͺŸ Windows native test
πŸ€– Semantic release
0s
πŸ€– Semantic release
🐧 Musl Linux binary release build
0s
🐧 Musl Linux binary release build
πŸͺŸ Windows native binary release build
0s
πŸͺŸ Windows native binary release build
πŸ“¦ Pack release
0s
πŸ“¦ Pack release
🧻 Remove tag on fail
0s
🧻 Remove tag on fail
Fit to window
Zoom out
Zoom in

Annotations

7 warnings
🚨 C lint: src/cjit.c#L250
[cpplint] reported by reviewdog 🐢 Almost always, snprintf is better than strcat [runtime/printf] [4] Raw Output: src/cjit.c:250: 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#L287
[cpplint] reported by reviewdog 🐢 Empty loop bodies should use {} or continue [whitespace/empty_loop_body] [5] Raw Output: src/kilo.c:287: Empty loop bodies should use {} or continue [whitespace/empty_loop_body] [5]
🚨 C lint: src/kilo.c#L380
[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:380: If you can, use sizeof(seq) instead of 32 as the 2nd arg to snprintf. [runtime/printf] [3]
🚨 C lint: src/kilo.c#L445
[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:445: 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#L598
[cpplint] reported by reviewdog 🐢 Use int16/int64/etc, rather than the C type long [runtime/int] [4] Raw Output: src/kilo.c:598: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
🚨 C lint: src/kilo.c#L599
[cpplint] reported by reviewdog 🐢 Use int16/int64/etc, rather than the C type long [runtime/int] [4] Raw Output: src/kilo.c:599: Use int16/int64/etc, rather than the C type long [runtime/int] [4]