diff options
author | Nadrieril | 2020-04-11 17:30:53 +0100 |
---|---|---|
committer | GitHub | 2020-04-11 17:30:53 +0100 |
commit | feb6fdbc4e1bb6a168175f80f36cb18a04f13a9c (patch) | |
tree | 1b10e9fe2f27b352bf5f37be1f7383f50ee429c6 | |
parent | f78da0fb1f338123a226ec4d576b5329fffb5148 (diff) | |
parent | 8ccbfcd1f7f7325c034f23a2cf943710ecb73337 (diff) |
Merge pull request #161 from Nadrieril/catchup-spec
Move to v15 of the standard
Diffstat (limited to '')
-rw-r--r-- | README.md | 3 | ||||
m--------- | dhall-lang | 0 |
2 files changed, 2 insertions, 1 deletions
@@ -72,7 +72,7 @@ assert_eq!(deserialized_map, expected_map); ## Standard-compliance This implementation currently supports most of the [Dhall -standard](https://github.com/dhall-lang/dhall-lang) version `14.0.0`. +standard](https://github.com/dhall-lang/dhall-lang) version `15.0.0`. The main missing features are import caching and import headers. See [here](https://github.com/Nadrieril/dhall-rust/issues?q=is%3Aopen+is%3Aissue+label%3Astandard-compliance) @@ -169,6 +169,7 @@ same name as the corresponding test. #### [Unreleased] +- Update to supporting dhall v15.0.0 - Deserialize `Prelude.Map` and `toMap` to a map instead of a list. #### [0.5.1] - 2020-04-09 diff --git a/dhall-lang b/dhall-lang -Subproject 99d84e47ed9c64cee9c48212ca8f2af9320cdda +Subproject a53a620df888b97fe23598356be7157bda0c8e2 |