Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace a bunch of Err(…)? and format!("constant") calls. | Ceri Storey | 2021-03-27 | 1 | -16/+30 |
| | |||||
* | doc: document the `dhall` usage test | Nadrieril | 2021-01-22 | 1 | -3/+15 |
| | |||||
* | test: try using the `dhall` crate as a user | Nadrieril | 2021-01-22 | 1 | -0/+38 |
| | |||||
* | fix: fix import ordering issue | Nadrieril | 2020-12-08 | 2 | -0/+3 |
| | |||||
* | Add tests | Nadrieril | 2020-12-07 | 4 | -0/+4 |
| | |||||
* | Thread cx everywhere else imports are read | Nadrieril | 2020-12-07 | 1 | -15/+12 |
| | |||||
* | Thread cx through normalization | Nadrieril | 2020-12-07 | 1 | -78/+80 |
| | |||||
* | Exclude the new test on Windows | Nadrieril | 2020-12-06 | 1 | -0/+1 |
| | |||||
* | An import location is not independent from the import mode | Nadrieril | 2020-12-06 | 3 | -4/+2 |
| | |||||
* | Prepare `ImportLocation` for more fields | Nadrieril | 2020-12-06 | 1 | -1/+1 |
| | |||||
* | Add test | Nadrieril | 2020-12-06 | 3 | -0/+4 |
| | |||||
* | If can return a type | Basile Henry | 2020-11-27 | 2 | -8/+2 |
| | |||||
* | tests: commit a forgotten output | Nadrieril | 2020-11-05 | 1 | -0/+6 |
| | |||||
* | Overwrite test outputs with a `--bless` option | Nadrieril | 2020-11-05 | 1 | -15/+25 |
| | |||||
* | Centralize test exclusion into a single function | Nadrieril | 2020-11-05 | 1 | -193/+182 |
| | |||||
* | tests: add some tests | Nadrieril | 2020-11-05 | 17 | -0/+25 |
| | |||||
* | test: commit a forgotten file | Nadrieril | 2020-11-05 | 1 | -0/+6 |
| | |||||
* | tests: add regression tests for `with` kind inference | Nadrieril | 2020-11-02 | 4 | -0/+9 |
| | |||||
* | Handle partially abstract with | Basile Henry | 2020-11-01 | 1 | -4/+0 |
| | |||||
* | Implement type checking for With op | Basile Henry | 2020-11-01 | 3 | -10/+5 |
| | |||||
* | feat: add location to import error messages | Nadrieril | 2020-11-01 | 10 | -8/+71 |
| | | | | This is crude but helpful. See #40 | ||||
* | Ensure that the hash always gets checked | Nadrieril | 2020-11-01 | 3 | -0/+12 |
| | |||||
* | Don't pollute the dhall cache directory | Nadrieril | 2020-11-01 | 1 | -33/+47 |
| | |||||
* | Untangle caching code | Nadrieril | 2020-11-01 | 1 | -1/+1 |
| | |||||
* | No need to escape underscores in pretty-printing | Nadrieril | 2020-10-28 | 4 | -4/+4 |
| | |||||
* | fix: add missing test | Nadrieril | 2020-10-28 | 1 | -0/+6 |
| | |||||
* | Implement Text/replace | Basile Henry | 2020-10-25 | 1 | -1/+1 |
| | |||||
* | Disable With related tests | Basile Henry | 2020-10-25 | 1 | -1/+10 |
| | |||||
* | spec: Enable `with` optimizations | Nadrieril | 2020-09-14 | 6 | -5/+11 |
| | |||||
* | spec: allow trailing delimiters | Nadrieril | 2020-06-25 | 24 | -0/+44 |
| | |||||
* | test: mark excluded tests as ignored instead of deleting them | Nadrieril | 2020-06-25 | 1 | -11/+6 |
| | |||||
* | fix: always set XDG_CACHE_HOME in tests. | Nadrieril | 2020-06-25 | 1 | -10/+11 |
| | | | | | | We do NOT want to write in real directories during tests, but it's even worse if it's the user's directory. We really need a non-stupid cache abstraction. | ||||
* | fix: exclude prelude test for now | Nadrieril | 2020-06-25 | 1 | -1/+3 |
| | | | | | It's broken because cached imports get alpha-normalized. Those tests should be run with a dummy cache. | ||||
* | fix: ignore a test on Windows | Nadrieril | 2020-06-25 | 1 | -0/+1 |
| | |||||
* | spec: support Dhall v17.0.0 | Nadrieril | 2020-06-25 | 15 | -0/+90 |
| | |||||
* | spec!: remove Optional/build and Optional/fold | Nadrieril | 2020-06-25 | 4 | -1/+25 |
| | |||||
* | chore: garbage collect removed tests | Nadrieril | 2020-06-25 | 3 | -12/+0 |
| | |||||
* | spec!: remove the ability to quote paths in URLs | Nadrieril | 2020-06-25 | 2 | -1/+7 |
| | |||||
* | spec: ensure `keyword` rule only matches keywords | Nadrieril | 2020-06-25 | 10 | -10/+10 |
| | |||||
* | spec: not all ABNF parsers like empty rules | Nadrieril | 2020-06-25 | 1 | -1/+1 |
| | |||||
* | spec: allow quoted labels to be empty | Nadrieril | 2020-06-25 | 3 | -1/+3 |
| | |||||
* | spec: update encoding of floating point values to RFC7049bis | Nadrieril | 2020-06-25 | 4 | -12/+6 |
| | |||||
* | spec: allow unions with mixed kinds | Nadrieril | 2020-06-25 | 7 | -42/+0 |
| | |||||
* | spec: fix precedence of `===` and `with` | Nadrieril | 2020-06-25 | 7 | -0/+22 |
| | |||||
* | test: catch panics in test harness | Nadrieril | 2020-06-25 | 1 | -7/+21 |
| | |||||
* | ci: run tests on windows | Nadrieril | 2020-06-25 | 1 | -7/+26 |
| | |||||
* | test: use errors instead of panics to signify test failure | Nadrieril | 2020-06-24 | 1 | -73/+83 |
| | |||||
* | refactor: remove old test harness | Nadrieril | 2020-06-24 | 1 | -5/+15 |
| | |||||
* | refactor: refactor spec tests a bit | Nadrieril | 2020-06-24 | 1 | -189/+177 |
| | |||||
* | test: write custom test harness for tests | Nadrieril | 2020-06-24 | 1 | -0/+686 |
| |