summaryrefslogtreecommitdiff
path: root/serde_dhall/tests/serde.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* inject_types -> with_builtin_typessubstitutionsstuebinm2021-05-081-10/+10
| | | | at request of Nadrieril.
* substitute_names -> inject_typesstuebinm2021-05-021-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!
* substitutions: add test to serde.rsstuebinm2021-04-261-0/+21
|
* tests: add a test that fetches the remote preludeNadrieril2020-12-081-1/+17
| | | | It's too slow even in release mode.
* Unify `skip_resolve_expr` with normal resolutionNadrieril2020-12-071-0/+19
|
* Expose binary parsing in the APINadrieril2020-11-201-0/+21
|
* Fix clippy and formattingNadrieril2020-10-281-1/+3
|
* Move some testsNadrieril2020-10-281-0/+59
|
* Make type annotation optional to allow serializing SimpleValueNadrieril2020-10-281-2/+6
|
* Implement serializationNadrieril2020-10-281-0/+145