Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix: `format_strings` is a nightly-only rustfmt option | Nadrieril | 2020-10-16 | 1 | -1/+1 |
| | |||||
* | chore: update version of dhall-haskell in nix-shell | Nadrieril | 2020-10-16 | 2 | -5/+5 |
| | |||||
* | Merge pull request #178 from basile-henry/optional-reqwest | Nadrieril | 2020-10-12 | 2 | -2/+9 |
|\ | | | | | Make reqwest an optional dependency | ||||
| * | Make reqwest an optional dependency | Basile Henry | 2020-10-10 | 2 | -2/+9 |
|/ | | | | | | | | | This adds a feature to the Cargo.toml to be able to control if dhall depends on reqwest. This makes it possible to build dhall-rust for any arch (not just wasm32) without depending on reqwest. To disable reqwest as a dependency, we can now use `default-features = false` when adding the dhall dependency. Closes #169 | ||||
* | Release serde_dhall version 0.7.0 | Nadrieril | 2020-09-15 | 5 | -5/+8 |
| | |||||
* | Release dhall version 0.7.0 | Nadrieril | 2020-09-15 | 4 | -5/+5 |
| | |||||
* | Merge pull request #176 from Nadrieril/catchup-spec | Nadrieril | 2020-09-15 | 18 | -32/+83 |
|\ | |||||
| * | spec!: support Dhall v18.0.0 | Nadrieril | 2020-09-14 | 3 | -3/+2 |
| | | |||||
| * | spec: Enable `with` optimizations | Nadrieril | 2020-09-14 | 17 | -31/+81 |
| | | |||||
| * | spec: update to 17.1.0 | Nadrieril | 2020-09-14 | 3 | -1/+3 |
|/ | |||||
* | fix: fix Cargo.toml for publication | Nadrieril | 2020-08-05 | 1 | -0/+1 |
| | |||||
* | Release serde_dhall version 0.6.0 | Nadrieril | 2020-08-05 | 5 | -5/+8 |
| | |||||
* | Release dhall version 0.6.0 | Nadrieril | 2020-08-05 | 4 | -5/+5 |
| | |||||
* | Merge pull request #172 from Nadrieril/trailing-delims | Nadrieril | 2020-06-25 | 27 | -6/+52 |
|\ | | | | | Allow trailing delimiters | ||||
| * | spec: allow trailing delimiters | Nadrieril | 2020-06-25 | 27 | -6/+52 |
|/ | |||||
* | test: mark excluded tests as ignored instead of deleting them | Nadrieril | 2020-06-25 | 1 | -11/+6 |
| | |||||
* | Merge pull request #171 from Nadrieril/catchup-spec | Nadrieril | 2020-06-25 | 66 | -231/+254 |
|\ | |||||
| * | 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 | 18 | -6/+97 |
| | | |||||
| * | spec!: remove Optional/build and Optional/fold | Nadrieril | 2020-06-25 | 8 | -48/+29 |
| | | |||||
| * | chore: garbage collect removed tests | Nadrieril | 2020-06-25 | 3 | -12/+0 |
| | | |||||
| * | spec: remove Unicode character from `dhall.abnf` | Nadrieril | 2020-06-25 | 3 | -2/+1 |
| | | |||||
| * | spec!: remove the ability to quote paths in URLs | Nadrieril | 2020-06-25 | 7 | -15/+16 |
| | | |||||
| * | spec: ensure `keyword` rule only matches keywords | Nadrieril | 2020-06-25 | 12 | -12/+14 |
| | | |||||
| * | spec: not all ABNF parsers like empty rules | Nadrieril | 2020-06-25 | 5 | -45/+22 |
| | | |||||
| * | spec: allow quoted labels to be empty | Nadrieril | 2020-06-25 | 7 | -3/+8 |
| | | |||||
| * | spec: support Dhall v16.0.0 | Nadrieril | 2020-06-25 | 3 | -4/+2 |
| | | |||||
| * | spec: update encoding of floating point values to RFC7049bis | Nadrieril | 2020-06-25 | 6 | -12/+7 |
| | | |||||
| * | spec: allow unions with mixed kinds | Nadrieril | 2020-06-25 | 11 | -58/+6 |
| | | |||||
| * | spec: fix precedence of `===` and `with` | Nadrieril | 2020-06-25 | 16 | -14/+48 |
|/ | |||||
* | test: catch panics in test harness | Nadrieril | 2020-06-25 | 1 | -7/+21 |
| | |||||
* | fix: update version_numbers test | Nadrieril | 2020-06-25 | 1 | -2/+2 |
| | |||||
* | doc: extract changelog to its own file | Nadrieril | 2020-06-25 | 3 | -72/+73 |
| | |||||
* | doc: mention new commit convention in README | Nadrieril | 2020-06-25 | 1 | -0/+10 |
| | |||||
* | doc: tweak README style | Nadrieril | 2020-06-25 | 1 | -9/+9 |
| | |||||
* | doc: update README after implementing import caching | Nadrieril | 2020-06-25 | 1 | -1/+2 |
| | |||||
* | Merge pull request #170 from Nadrieril/custom-harness | Nadrieril | 2020-06-25 | 9 | -740/+1014 |
|\ | |||||
| * | doc: update changelog | Nadrieril | 2020-06-25 | 1 | -0/+2 |
| | | |||||
| * | ci: run tests on windows | Nadrieril | 2020-06-25 | 2 | -17/+29 |
| | | |||||
| * | test: use errors instead of panics to signify test failure | Nadrieril | 2020-06-24 | 4 | -106/+124 |
| | | |||||
| * | docs: recommend `-q` flag when testing | Nadrieril | 2020-06-24 | 1 | -1/+1 |
| | | |||||
| * | 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 | 4 | -2/+950 |
|/ | |||||
* | fix: panic on remote import on wasm | Nadrieril | 2020-06-24 | 3 | -38/+5 |
| | | | | Sadly we would need proper async support for that to work | ||||
* | chore: remove unused dependencies using cargo-udeps | Nadrieril | 2020-06-24 | 3 | -10/+0 |
| | |||||
* | chore: upgrade dependencies using cargo-outdated | Nadrieril | 2020-06-24 | 4 | -123/+62 |
| | |||||
* | chore: update dependencies | Nadrieril | 2020-06-24 | 1 | -330/+366 |
| |