summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNadrieril Feneanar2020-03-05 16:20:07 +0000
committerGitHub2020-03-05 16:20:07 +0000
commit3f9194f47185fe30c9e410aa7c5e651df9694b3f (patch)
tree6d24b2e824822134da4976b65b413dc09ca4e567 /README.md
parent2ca97e97f1718141d826a78ab3da8197b2d55c69 (diff)
parent8e6b020ba1426c215382a81395b809b688fa7726 (diff)
Merge pull request #139 from Nadrieril/missing-features
Implement a bunch of missing features
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 11 insertions, 4 deletions
diff --git a/README.md b/README.md
index 863beef..1d77e95 100644
--- a/README.md
+++ b/README.md
@@ -62,13 +62,12 @@ assert_eq!(deserialized_map, expected_map);
## Standard-compliance
-This implementation currently supports partially the [Dhall
+This implementation currently supports most of the [Dhall
standard](https://github.com/dhall-lang/dhall-lang) version `14.0.0`.
-Only local imports are supported, but otherwise the main features are
-implemented. See
+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)
-for a list of missing features.
+for a list of the other missing features.
# Contributing
@@ -159,6 +158,14 @@ same name as the corresponding test.
## Changelog
+[???]
+
+- Implement remote imports with conservative sanity checking
+- Implement `missing` and `env:VAR` imports
+- Implement `as Text` and `as Location` imports
+- Implement projection by expression
+- Implement some normalization simplifications
+
[0.3.0]
- Update to supporting dhall v14.0.0