@@ -43,17 +43,14 @@ team.
43
43
44
44
## Status
45
45
46
- We support [ Dhall 15 .0.0] [ dhall-15 ] , including the ` with ` keyword and record puns. We do not support
46
+ We support [ Dhall 16 .0.0] [ dhall-16 ] , including the ` with ` keyword and record puns. We do not support
47
47
[ URLs with quoted paths] ( https://docs.dhall-lang.org/howtos/migrations/Deprecation-of-quoted-paths-in-URLs.html ) ,
48
48
which were deprecated in 15.0.0 and will be removed in 17.0.0. We currently do support
49
49
` Optional/build ` and ` Optional/fold ` , which will also be removed in 17.0.0.
50
50
51
-
52
51
We're running the [ Dhall acceptance test suites] [ dhall-tests ] for parsing, normalization,
53
- [ CBOR] [ cbor ] encoding and decoding, hashing, and type inference (everything except imports), and
54
- currently 1,040 of 1,041 tests are passing. There's an
55
- [ open issue] ( https://github.com/travisbrown/dhallj/issues/8 ) that tracks the
56
- acceptance tests that are not passing or that we're not running yet.
52
+ [ CBOR] [ cbor ] encoding and decoding, hashing, and type inference, and
53
+ currently all tests are passing.
57
54
58
55
There are several known issues:
59
56
@@ -699,7 +696,7 @@ Copyright [Travis Brown][travisbrown] and [Tim Spence][timspence], 2020.
699
696
[ cbor ] : https://cbor.io/
700
697
[ circe ] : https://github.com/circe/circe
701
698
[ code-of-conduct ] : https://www.scala-lang.org/conduct/
702
- [ dhall-15 ] : https://github.com/dhall-lang/dhall-lang/releases/tag/v15 .0.0
699
+ [ dhall-16 ] : https://github.com/dhall-lang/dhall-lang/releases/tag/v16 .0.0
703
700
[ dhall-haskell ] : https://github.com/dhall-lang/dhall-haskell
704
701
[ dhall-imports ] : https://github.com/dhall-lang/dhall-lang/blob/master/standard/imports.md
705
702
[ dhall-json ] : https://docs.dhall-lang.org/tutorials/Getting-started_Generate-JSON-or-YAML.html
0 commit comments