dhall-python icon indicating copy to clipboard operation
dhall-python copied to clipboard

Python bindings for dhall, a functional configuration language

Results 22 dhall-python issues
Sort by recently updated
recently updated
newest added

# Description When passing mix-typed lists to dhall.dump(s), the resulting dhall that is outputted is not well-typed and cannot be read back with dhall.loads # Expected behaviour python-dhall should error...

bug
enhancement

Dumping an empty list currently gives a TypeError. We should support a mechanism to allow empty lists to be tagged with a type. Example: Currently, the following fails with a...

bug

We should have types/objects in Python that we can use to serialize into dhall unions. Optionally, we can have a flag that lets dhall deserialize into such types. i.e. desired...

enhancement
help wanted
good first issue

Get some documentation up on readthedocs

documentation
enhancement

Bumps [pyo3](https://github.com/pyo3/pyo3) from 0.19.1 to 0.20.0. Release notes Sourced from pyo3's releases. PyO3 0.20.0 This release is the first PyO3 release to be dual-licensed under Apache 2.0 OR MIT licensing...

dependencies
rust

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.173 to 1.0.188. Release notes Sourced from serde's releases. v1.0.188 Fix "failed to parse manifest" error when building serde using a Cargo version between 1.45 and 1.50...

dependencies
rust

Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.43 to 1.0.49. Release notes Sourced from thiserror's releases. 1.0.49 Access libcore types through ::core in generated code (#255, thanks @​mina86) 1.0.48 Improve implementation of displaying Path...

dependencies
rust

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.103 to 1.0.107. Release notes Sourced from serde_json's releases. v1.0.107 impl IntoDeserializer for &RawValue (#1071) v1.0.106 Add Value::as_number accessor (#1069, thanks @​chanced) Add Number::as_str accessor under "arbitrary_precision"...

dependencies
rust

Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4. Release notes Sourced from actions/checkout's releases. v4.0.0 What's Changed Update default runtime to node20 by @​takost in actions/checkout#1436 Support fetching without the --progress option...

dependencies
github_actions

Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.55 to 0.10.57. Release notes Sourced from openssl's releases. openssl-v0.10.57 What's Changed Expose chacha20_poly1305 on LibreSSL by @​alex in sfackler/rust-openssl#2011 Add openssl::cipher_ctx::CipherCtx::clone by @​johntyner in sfackler/rust-openssl#2017 Add...

dependencies
rust