Gh227/lil79/feat/disable file finder byte check (#231) #457
Annotations
2 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#L124
interface field `Editor.inactive_buffer_finder_modal` must be initialized
|
Run Tests:
src/file_finder_modal_test.v#L154
interface field `Editor.file_finder_modal` must be initialized
|
Run Tests:
src/file_finder_modal_test.v#L154
interface field `Editor.inactive_buffer_finder_modal` must be initialized
|
Run Tests:
src/file_finder_modal_test.v#L157
interface field `Editor.file_finder_modal` must be initialized
|
Run Tests:
src/file_finder_modal_test.v#L157
interface field `Editor.inactive_buffer_finder_modal` must be initialized
|
Run Tests:
src/file_finder_modal_test.v#L160
interface field `Editor.file_finder_modal` must be initialized
|
Run Tests:
src/file_finder_modal_test.v#L160
interface field `Editor.inactive_buffer_finder_modal` must be initialized
|
Run Tests:
src/view_keybinds_test.v#L268
interface field `Editor.inactive_buffer_finder_modal` must be initialized
|
Run Tests:
src/view_keybinds_test.v#L295
interface field `Editor.inactive_buffer_finder_modal` must be initialized
|
Run Tests:
src/view_test.v#L462
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 }`)
|
Loading