You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helix/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.
2 years ago
..
src Ignore SendErrors when handling grammars (#2641) 2 years ago
Cargo.toml build(deps): bump once_cell from 1.10.0 to 1.12.0 2 years ago
build.rs migrate grammar fetching/building code into helix-loader crate 2 years ago