strager

Results 356 comments of strager

I've been making good progress. Only 39 more docs to go. As I write docs, I'm noticing issues in diagnostics (from typos to wrong lints to possible improvements). I've been...

I finished documenting all the current diagnostics, as of commit f39a34b58fb8817c7b1a3c9c6684888ac752060a. I will leave this task open as a reminder before shipping 3.0.

@wilson1375 Are you still working on this task? Do you need any help?

> The parse_identifier functions in lex.cpp should issue the "diag_character_disallowed_in_identifiers" error/warning if a . is found in an identifier, right? That is correct. > Is [parse_identifier] working for local variables...

TypeScript has too many syntax-level features. @_@

@antonk52 I think @AleCandido was not suggesting that Rome *only* support coc.nvim. Rather, coc.nvim is one ecosystem which Rome could plug into and support. coc.nvim might be the easiest for...

I think the hard blockers still exist in Neovim, but I haven't tried recently.

KISS implementation: All string data is external; power of two table sizes; quadratic probing; full hashes in-line; single array; stable ID inside the table: ```c++ struct Entry { const Char8*...

Issue #469 fixed in #669 with a hotfix in #966 😅