summaryrefslogtreecommitdiff
path: root/serde_dhall/tests/serde.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-05-08inject_types -> with_builtin_typessubstitutionsstuebinm1-10/+10
at request of Nadrieril.
2021-05-02substitute_names -> inject_typesstuebinm1-2/+68
This does three things: 1. rename the substitute_names function into inject_types, and makes it accept anything that implements IntoIterator instead of just HashMaps 2. adds an extra function to inject just a single type 3. makes these functions chainable; before, each call to substitute_names would discard previous invocations. However, this currently comes at the cost of a lot of ugly copying. also, more tests!
2021-04-26substitutions: add test to serde.rsstuebinm1-0/+21
2020-12-08tests: add a test that fetches the remote preludeNadrieril1-1/+17
It's too slow even in release mode.
2020-12-07Unify `skip_resolve_expr` with normal resolutionNadrieril1-0/+19
2020-11-20Expose binary parsing in the APINadrieril1-0/+21
2020-10-28Fix clippy and formattingNadrieril1-1/+3
2020-10-28Move some testsNadrieril1-0/+59
2020-10-28Make type annotation optional to allow serializing SimpleValueNadrieril1-2/+6
2020-10-28Implement serializationNadrieril1-0/+145