asai
asai copied to clipboard
🩺 A library for compiler diagnostics
Close #38. Needs more experiments to figure out the correct interface. (This PR is currently unusable.)
@johnyob has implemented the Rust-style diagnostic rendering at ~~https://gitlab.com/alistair.obrien/grace~~ https://github.com/johnyob/grace. On the surface, it looks straightforward to adapt it into an asai diagnostic handler. Of course, the renderer will not...
Based on some private conversation, I believe what we want is some support for developers to debug. @mmcqd The current design is to make users happy, but we may also...
It would be a good idea to add some example configurations for various editors, so we could just copy+paste when using `asai.lsp` in other projects. Unfortunately, the situation with `lsp-mode`...
It should be noted that autocompletion, semantic tokens, document synchronization, go to definition/declaration, find references, hover, etc. are all out of the scope of `asai`. The current LSP backend is...
I am experimenting with Nottui and would like to display diagnostics in my application. I am aware that terminal rendering _used_ to be handled with notty. From looking at the...
The LLVM exceptions, though not tested in a court yet, should provide better compatibility with GPL 2.0 and several license exceptions. In particular, from my naive reading, they should provide...