wirelyre
wirelyre
The validator admits this left-recursive rule: ``` r = { (r | "") ~ "." } ``` But `r ~ "."` and `r | ""` fail to compile, as expected.
Build environment is macOS 10.10.5 (Yosemite). ``` $ cargo build Compiling test_no_warnings v0.0.0 (~/tmp/gl-rs/tests/test_no_warnings) thread 'main' has overflowed its stack fatal runtime error: stack overflow error: Could not compile `test_no_warnings`....
It would be nice to be able to reproduce fingerprints exactly! Right now the only configuration options are "initialize to 0" (reproducible) or "use the thread RNG" (not reproducible), but...