Add workaround for missing param defs. Add links to gf-core issues in workaround comments.

This commit is contained in:
John J. Camilleri
2021-03-05 13:23:00 +01:00
parent 575a746a3e
commit 0d4659fe8c
2 changed files with 16 additions and 6 deletions

View File

@@ -19,6 +19,7 @@ stack test gf:test:lpgf --test-arguments="foods/Foods Fre Ger" # specific gramma
```
stack build --test --bench --no-run-tests --no-run-benchmarks && DEBUG=1 stack test gf:test:lpgf --test-arguments="foods/Foods Fre Ger"
stack build --test --bench --no-run-tests --no-run-benchmarks && DEBUG=1 stack test gf:test:lpgf --test-arguments="phrasebook/Phrasebook Bul"
```
Set environment variable `DEBUG=1` to enable dumping of intermediate formats.