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
Michael Davis 93e6eac15a
mention the C++ compiler in the grammar build failure message (#2597)
Earlier in the builder we enable C++ (`.cpp(true)`) but only mention
the C compiler in the build failure message. Some grammars that have
C++ external scanners can provoke build failures in this step if a
C++ compiler isn't installed, so mentioning it in the error message
should help out debugging.
2 years ago
..
src mention the C++ compiler in the grammar build failure message (#2597) 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