Anton Peshkov
Anton Peshkov
After already submitting this PR I noticed that mentioned error text is also present in some other Action2-related code. Since produce-block is based on this action, would it make sense...
@ChrisThrasher hello, do you mind sharing on why this feature got declined? I'm currently in the need of it and I couldn't find any alternatives in the docs.
> You’re misunderstanding things. > See also: [link] Ah, that's my bad for sure. Thanks for the reply, i thought that feature set was a little abandoned.
I think that major overhead comes from the need of keeping the LS protocol-specified format of messages and constant JSON encoding and decoding, so using IPC over stdio would not...
I wholeheartedly approve of the idea, because more code reusability is always welcomed, but I stand against token concatenation and identifier mutation capabilities being included. One of my main arguments...
Also, we should consider incomplete code inside included file: is the intended behavior to allow users to use includes inside other AST nodes or parse file separately and include received...
I think some classes can be serialized as it is, but for some of the other (mostly `...Params` family) it still suggests that You use explicit attribute usage. I will...