helix-mods/helix-loader
Frojdholm f7c27b604f
Ignore SendErrors when handling grammars (#2641)
When handling grammars, fetching and building is done in a thread
pool.  Results are communicated over channels and the receiving
channel is closed on first error. This causes subsequent sends to
fail causing a mess in stderr. This ignores all SendErrors causing
only the first error to be printed.
2022-06-02 16:54:11 +09:00
..
src Ignore SendErrors when handling grammars (#2641) 2022-06-02 16:54:11 +09:00
build.rs migrate grammar fetching/building code into helix-loader crate 2022-03-10 17:31:57 +09:00
Cargo.toml build(deps): bump once_cell from 1.10.0 to 1.12.0 2022-05-25 21:25:47 +09:00