Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Move Label escaping out of its Display impl | Nadrieril | 2020-04-09 | 2 | -0/+2 |
| | |||||
* | Move duplicate field checking to parser | Nadrieril | 2020-04-07 | 14 | -41/+41 |
| | |||||
* | Check code hashes in import | Nadrieril | 2020-04-05 | 1 | -0/+8 |
| | |||||
* | Ensure version numbers are kept in sync | Nadrieril | 2020-03-31 | 1 | -0/+4 |
| | |||||
* | Upgrade annotate-snippets version | Nadrieril | 2020-03-31 | 111 | -111/+111 |
| | |||||
* | Remove more unnecessary parens in printer | Nadrieril | 2020-03-20 | 17 | -17/+17 |
| | |||||
* | Commit output of printer | Nadrieril | 2020-03-20 | 240 | -0/+240 |
| | |||||
* | Parse RFC3986 URLs | Nadrieril | 2020-03-20 | 2 | -4/+4 |
| | |||||
* | Upstream the `with` grammar tweak | Nadrieril | 2020-03-12 | 2 | -2/+2 |
| | |||||
* | Implement record puns | Nadrieril | 2020-03-11 | 2 | -1/+7 |
| | |||||
* | Upstream all local tests | Nadrieril | 2020-03-10 | 147 | -196/+0 |
| | | | | See https://github.com/dhall-lang/dhall-lang/pull/933 | ||||
* | Add support for `with` keyword | Nadrieril | 2020-03-10 | 4 | -2/+10 |
| | |||||
* | Forgot to commit test output | Nadrieril | 2020-03-05 | 1 | -0/+1 |
| | |||||
* | Cache imports correctly | Nadrieril | 2020-03-05 | 1 | -1/+1 |
| | |||||
* | Implement remote imports and cleanup import chaining | Nadrieril | 2020-03-05 | 2 | -0/+4 |
| | |||||
* | Implement remote `as Location` resolution | Nadrieril | 2020-03-05 | 21 | -5/+29 |
| | |||||
* | Implement `as Text` imports | Nadrieril | 2020-03-05 | 4 | -1/+4 |
| | |||||
* | Implement `missing` and `env:VAR` imports | Nadrieril | 2020-03-05 | 2 | -0/+2 |
| | |||||
* | Add a lot of import tests | Nadrieril | 2020-03-05 | 51 | -0/+80 |
| | |||||
* | Run tests from repo root as specified in spec | Nadrieril | 2020-03-05 | 10 | -10/+10 |
| |