feat: vim.validate checks, annotations, code improvements#14
feat: vim.validate checks, annotations, code improvements#14DrKJeff16 wants to merge 9 commits intoNeoSahadeo:mainfrom
vim.validate checks, annotations, code improvements#14Conversation
Signed-off-by: Guennadi Maximov C <g.maxc.fox@protonmail.com>
Signed-off-by: Guennadi Maximov C <g.maxc.fox@protonmail.com>
Signed-off-by: Guennadi Maximov C <g.maxc.fox@protonmail.com>
|
There are some issues with cache loading and there is some sort of recursive behaviour happening; switching between files (server-unload/load) which is causing memory leakage. I will have a look an diff on Monday. |
Signed-off-by: Guennadi Maximov C <g.maxc.fox@protonmail.com>
|
@NeoSahadeo I just pushed a commit that removed the recursive call. |
|
The cache is no longer working (there is still some sort of recussion) |
|
Fan-Tastic. Lemme look into it. |
Signed-off-by: Guennadi Maximov C <g.maxc.fox@protonmail.com>
Signed-off-by: Guennadi Maximov C <g.maxc.fox@protonmail.com>
Signed-off-by: Guennadi Maximov C <g.maxc.fox@protonmail.com>
Signed-off-by: Guennadi Maximov C <g.maxc.fox@protonmail.com>
fdb6697 to
ea9d269
Compare
|
I will cherry-pick a few commits you have and push it to main. The recursive buffer issue is fixed, but for some lsps it is erasing buffers after writing; specifically tl_ls and deno. |
I see. P.S. Why is it always |

Changes
vim.validate()checks to function parameters to ensure correct dataload_cache()