exercism / rust-test-runner

GNU Affero General Public License v3.0
3 stars 15 forks source link

local-registry: replace regex with regex-lite #128

Closed senekor closed 6 months ago

senekor commented 6 months ago

We received reports every once in a while that using the regex crate caused the test runner to timeout. This is not very surprising since regex is known for long compile times. regex-lite provides faster compile times and is published by the Rust project itself, just like the "normal" regex crate.

senekor commented 6 months ago

latest incident:

http://forum.exercism.org/t/show-error-message-for-missing-crate/11074/5