w0rp
w0rp
Thanks for the input. I don't believe this will be an issue here as the struct will be passed as void*.
I may generate the files with `static if` branches on the types being used, so it can handle structs differently than classes. I'll wirte some kind of support for it...
I'm sure this is good. I'll have a look through soon when I can.
@dbalatero So it's easy to understand, what I try to do with the tests is run them in CI with: 1. The oldest Vim version supported. 2. The oldest NeoVim...
The best idea I had back then was to start the asynchronous `:ALEFix` tasks then sleep in a loop on exit until the tasks finish.
@lmmx Check out `autoload/ale/events.vim` where all of the autocmd events are set up.
Sounds like it could be a bug. I'm not sure what the cause will be. Do you have some steps for repeating the bug? A recording on https://asciinema.org/ would be...
The fixer will be returning the text you're seeing. Someone will need to edit the fixer so it doesn't replace the buffer with that content.
The same trick can be done in ALE's codebase by using the `process_with` option for the fixer.
Well that's fun. Another detail not part of the LSP spec. We'll have to add support for reading JSON from other output streams. I don't know why you'd write the...