Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 6 | -48/+28 |
| | |||||
* | chore: garbage collect removed tests | Nadrieril | 2020-06-25 | 3 | -12/+0 |
| | |||||
* | spec: remove Unicode character from `dhall.abnf` | Nadrieril | 2020-06-25 | 2 | -2/+1 |
| | |||||
* | spec!: remove the ability to quote paths in URLs | Nadrieril | 2020-06-25 | 5 | -15/+15 |
| | |||||
* | spec: ensure `keyword` rule only matches keywords | Nadrieril | 2020-06-25 | 11 | -12/+14 |
| | |||||
* | spec: not all ABNF parsers like empty rules | Nadrieril | 2020-06-25 | 4 | -45/+22 |
| | |||||
* | spec: allow quoted labels to be empty | Nadrieril | 2020-06-25 | 5 | -3/+7 |
| | |||||
* | 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 | 8 | -57/+5 |
| | |||||
* | spec: fix precedence of `===` and `with` | Nadrieril | 2020-06-25 | 12 | -12/+46 |
| | |||||
* | 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 | 3 | -74/+96 |
| | |||||
* | refactor: remove old test harness | Nadrieril | 2020-06-24 | 4 | -710/+16 |
| | |||||
* | refactor: refactor spec tests a bit | Nadrieril | 2020-06-24 | 1 | -189/+177 |
| | |||||
* | test: write custom test harness for tests | Nadrieril | 2020-06-24 | 3 | -2/+695 |
| | |||||
* | fix: panic on remote import on wasm | Nadrieril | 2020-06-24 | 2 | -10/+5 |
| | | | | Sadly we would need proper async support for that to work | ||||
* | chore: remove unused dependencies using cargo-udeps | Nadrieril | 2020-06-24 | 1 | -1/+0 |
| | |||||
* | chore: upgrade dependencies using cargo-outdated | Nadrieril | 2020-06-24 | 1 | -2/+2 |
| | |||||
* | chore: reduce crate size using cargo-diet | Nadrieril | 2020-06-24 | 1 | -0/+1 |
| | |||||
* | fix(ci): grammar sync test fails spuriously on ci | Nadrieril | 2020-06-20 | 1 | -0/+1 |
| | |||||
* | fix: assuage clippy on ci | Nadrieril | 2020-06-20 | 1 | -3/+3 |
| | |||||
* | Release dhall version 0.5.3 | Nadrieril | 2020-05-30 | 2 | -2/+2 |
| | |||||
* | Commit grammar file locally | Nadrieril | 2020-05-30 | 3 | -1/+966 |
| | | | | | The crate publishing process does not allow access to files outside the current crate. | ||||
* | Use dhall.abnf directly instead of via symlink | Nadrieril | 2020-05-30 | 2 | -3/+2 |
| | | | | Because windows doesn't support symlinks properly | ||||
* | Refactor cache path resolution | Nadrieril | 2020-05-30 | 1 | -62/+21 |
| | |||||
* | Fix cache path resolution on wasm | Nadrieril | 2020-05-30 | 1 | -0/+7 |
| | |||||
* | Make reqwest build on wasm | Nadrieril | 2020-05-30 | 3 | -6/+23 |
| | |||||
* | test: Add remaining tests for cache | fteychene | 2020-05-15 | 1 | -0/+398 |
| | |||||
* | fixup! test: Add some unit tests for cache | fteychene | 2020-05-15 | 1 | -30/+55 |
| | |||||
* | fixup! test: Add some unit tests for cache | fteychene | 2020-05-15 | 1 | -56/+32 |
| | |||||
* | fixup! fixup! Release serde_dhall version 0.5.2 | fteychene | 2020-05-15 | 1 | -31/+55 |
| | |||||
* | test: Add some unit tests for cache | fteychene | 2020-05-15 | 2 | -12/+122 |
| | |||||
* | fixup! Release serde_dhall version 0.5.2 | fteychene | 2020-05-15 | 3 | -55/+68 |
| | |||||
* | feat: Add cache resolution on resolve | fteychene | 2020-05-15 | 6 | -33/+211 |
| | |||||
* | Release dhall version 0.5.2 | Nadrieril | 2020-04-12 | 2 | -2/+2 |
| | |||||
* | Deserialize `Prelude.Map` and `toMap` to a map instead of a list | Nadrieril | 2020-04-10 | 3 | -5/+11 |
| | |||||
* | Move Label escaping out of its Display impl | Nadrieril | 2020-04-09 | 3 | -21/+35 |
| | |||||
* | Remove potentially problematic change detection in build.rs | Nadrieril | 2020-04-09 | 1 | -6/+1 |
| | |||||
* | Release dhall version 0.5.1 | Nadrieril | 2020-04-09 | 2 | -2/+2 |
| | |||||
* | Force a version of pest_generator that uses quote 1.0 | Nadrieril | 2020-04-09 | 1 | -1/+1 |
| | |||||
* | Clippy | Nadrieril | 2020-04-07 | 1 | -3/+3 |
| | |||||
* | Split operations module into submodules | Nadrieril | 2020-04-07 | 4 | -397/+414 |
| | |||||
* | Implement remaining record simplification | Nadrieril | 2020-04-07 | 2 | -12/+22 |
| | |||||
* | Swap diff order in tests for UI files | Nadrieril | 2020-04-07 | 1 | -1/+1 |
| | | | | It was super confusing | ||||
* | Move duplicate field checking to parser | Nadrieril | 2020-04-07 | 23 | -402/+131 |
| |