summaryrefslogtreecommitdiff
path: root/dhall (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* release: dhall version 0.8.0Nadrieril2020-10-282-2/+2
|
* No need to escape underscores in pretty-printingNadrieril2020-10-285-5/+7
|
* Prefer u64/i64 to usize/isizeNadrieril2020-10-283-9/+8
|
* fix: add missing testNadrieril2020-10-281-0/+6
|
* Make `SimpleValue` deserializable within other typesNadrieril2020-10-271-0/+1
| | | | Fixes https://github.com/Nadrieril/dhall-rust/issues/184
* Release dhall version 0.7.4Nadrieril2020-10-252-2/+2
|
* Refactor Text/replace evalBasile Henry2020-10-251-42/+29
|
* Implement Text/replaceBasile Henry2020-10-253-3/+65
|
* Disable With related testsBasile Henry2020-10-251-1/+10
|
* Release dhall version 0.7.2Nadrieril2020-10-242-2/+2
|
* chore: use latest libtest-mimicNadrieril2020-10-161-2/+1
|
* Make reqwest an optional dependencyBasile Henry2020-10-102-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 dhall version 0.7.0Nadrieril2020-09-152-2/+2
|
* spec: Enable `with` optimizationsNadrieril2020-09-1415-31/+80
|
* fix: fix Cargo.toml for publicationNadrieril2020-08-051-0/+1
|
* Release dhall version 0.6.0Nadrieril2020-08-052-2/+2
|
* spec: allow trailing delimitersNadrieril2020-06-2525-6/+51
|
* test: mark excluded tests as ignored instead of deleting themNadrieril2020-06-251-11/+6
|
* fix: always set XDG_CACHE_HOME in tests.Nadrieril2020-06-251-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 nowNadrieril2020-06-251-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 WindowsNadrieril2020-06-251-0/+1
|
* spec: support Dhall v17.0.0Nadrieril2020-06-2515-0/+90
|
* spec!: remove Optional/build and Optional/foldNadrieril2020-06-256-48/+28
|
* chore: garbage collect removed testsNadrieril2020-06-253-12/+0
|
* spec: remove Unicode character from `dhall.abnf`Nadrieril2020-06-252-2/+1
|
* spec!: remove the ability to quote paths in URLsNadrieril2020-06-255-15/+15
|
* spec: ensure `keyword` rule only matches keywordsNadrieril2020-06-2511-12/+14
|
* spec: not all ABNF parsers like empty rulesNadrieril2020-06-254-45/+22
|
* spec: allow quoted labels to be emptyNadrieril2020-06-255-3/+7
|
* spec: update encoding of floating point values to RFC7049bisNadrieril2020-06-254-12/+6
|
* spec: allow unions with mixed kindsNadrieril2020-06-258-57/+5
|
* spec: fix precedence of `===` and `with`Nadrieril2020-06-2512-12/+46
|
* test: catch panics in test harnessNadrieril2020-06-251-7/+21
|
* ci: run tests on windowsNadrieril2020-06-251-7/+26
|
* test: use errors instead of panics to signify test failureNadrieril2020-06-243-74/+96
|
* refactor: remove old test harnessNadrieril2020-06-244-710/+16
|
* refactor: refactor spec tests a bitNadrieril2020-06-241-189/+177
|
* test: write custom test harness for testsNadrieril2020-06-243-2/+695
|
* fix: panic on remote import on wasmNadrieril2020-06-242-10/+5
| | | | Sadly we would need proper async support for that to work
* chore: remove unused dependencies using cargo-udepsNadrieril2020-06-241-1/+0
|
* chore: upgrade dependencies using cargo-outdatedNadrieril2020-06-241-2/+2
|
* chore: reduce crate size using cargo-dietNadrieril2020-06-241-0/+1
|
* fix(ci): grammar sync test fails spuriously on ciNadrieril2020-06-201-0/+1
|
* fix: assuage clippy on ciNadrieril2020-06-201-3/+3
|
* Release dhall version 0.5.3Nadrieril2020-05-302-2/+2
|
* Commit grammar file locallyNadrieril2020-05-303-1/+966
| | | | | The crate publishing process does not allow access to files outside the current crate.
* Use dhall.abnf directly instead of via symlinkNadrieril2020-05-302-3/+2
| | | | Because windows doesn't support symlinks properly
* Refactor cache path resolutionNadrieril2020-05-301-62/+21
|
* Fix cache path resolution on wasmNadrieril2020-05-301-0/+7
|
* Make reqwest build on wasmNadrieril2020-05-303-6/+23
|