tvl-depot/tvix/serde
Vincent Ambo 94f582341e refactor(tvix/eval): use internal SourceCode field in error printers
Makes use of the SourceCode field now being stored directly in
errors (see parent CL). With this change, the default `Display`
implementation can now format errors correctly, and there is no need
to keep a `SourceCode` around just for error formatting.

Updates dependent crates (CLI, serde, tvixbolt) to use this correctly.

Change-Id: Iddc5d7a6b4bab391f30a999e4c68aca34304c059
Reviewed-on: https://cl.tvl.fyi/c/depot/+/10987
Tested-by: BuildkiteCI
Reviewed-by: flokli <flokli@flokli.de>
2024-02-20 09:18:08 +00:00
..
examples refactor(tvix/serde): allow dead_code in struct 2023-01-31 15:35:46 +00:00
src refactor(tvix/eval): use internal SourceCode field in error printers 2024-02-20 09:18:08 +00:00
.skip-subtree feat(tvix/serde): add an example application to the project 2023-01-31 13:11:28 +00:00
Cargo.toml fix(tvix): Represent strings as byte arrays 2024-01-31 14:51:49 +00:00
default.nix feat(tvix/serde): initial Nix->serde::Deserialize impl 2023-01-02 22:24:43 +00:00