Lil 76/fix/visual selection highlight #448
Annotations
10 warnings and 10 notices
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run Tests:
src/file_finder_modal_test.v#L4
module 'arrays' is imported but never used
|
Run Tests:
src/main_test.v#L23
use `x := []Type{}` instead of `x := []Type`
|
Run Tests:
src/main_test.v#L38
use `x := []Type{}` instead of `x := []Type`
|
Run Tests:
src/main_test.v#L54
use `x := []Type{}` instead of `x := []Type`
|
Run Tests:
src/main_test.v#L71
use `x := []Type{}` instead of `x := []Type`
|
Run Tests:
src/main_test.v#L86
use `x := []Type{}` instead of `x := []Type`
|
Run Tests:
src/main_test.v#L101
use `x := []Type{}` instead of `x := []Type`
|
Run Tests:
src/main_test.v#L4
module 'cmdline (os.cmdline)' is imported but never used
|
Run Tests:
src/file_finder_modal_test.v#L8
uninitialized `fn` struct fields are not allowed, since they can result in segfaults; use `?fn` or `@[required]` or initialize the field with `=` (if you absolutely want to have unsafe function pointers, use `= unsafe { nil }`)
|
Run Tests:
src/file_finder_modal_test.v#L117
an implicit clone of the slice was done here
|
Run Tests:
src/file_finder_modal_test.v#L125
interface field `Editor.file_finder_modal` must be initialized
|
Run Tests:
src/file_finder_modal_test.v#L125
interface field `Editor.inactive_buffer_finder_modal` must be initialized
|
Run Tests:
src/file_finder_modal_test.v#L126
interface field `Editor.file_finder_modal` must be initialized
|
Run Tests:
src/file_finder_modal_test.v#L126
interface field `Editor.inactive_buffer_finder_modal` must be initialized
|
Run Tests:
src/file_finder_modal_test.v#L127
interface field `Editor.file_finder_modal` must be initialized
|
Run Tests:
src/file_finder_modal_test.v#L127
interface field `Editor.inactive_buffer_finder_modal` must be initialized
|
Run Tests:
src/file_finder_modal_test.v#L132
an implicit clone of the slice was done here
|
Run Tests:
src/file_finder_modal_test.v#L151
interface field `Editor.file_finder_modal` must be initialized
|
Loading