Lîm Tsú-thuàn
Lîm Tsú-thuàn
If the issue involves others runtime, please also add their versions and command lines. Your another issue also need to add these, and the file is too huge, tries to...
By the way, have you test the interpreter mode of WasmEdge? That can help contributors reduce the searching scope.
You say no different, but it seems give error message as your expected in what you posted.
I think maintain a dependency graph will help, since the changes to the graph usually small (add/delete a file) The considered help case is: only seek usage in user modules...
An over simple test about using concurrency vs parallelism for file checking, one can pick arbitrary `test-dir`, I use racket-langserver itself as target. - Sequential: ~8.5sec - Concurrency: ~10.9sec (racket...
I’m looking into this problem since I have same stack, the weird thing is others language server has no this issue, only racket-langserver.
Because this project open file with `racket:text%` class, the class requires the language file must have `#lang` line, so it would only accidentally work for non-racket language (I know it...
To get information, this is quite easy: 1. using `get-definitions` in `doc-trace.rkt` 2. get keys as defined identifiers of the current module 3. replace `all-defined-out` with the list Some problems...
Sure, close as fixed, thanks all!
Do you have plan to make some functions as interface? Then racket-mode or racket-langserver can reuse them.