tvl-depot/tvix/eval/src/value
Vincent Ambo 522d93745c fix(tvix/value): fix display representation of floats
Nix displays a maximum of 5 digits for floating points.

Change-Id: Ifa3c0d96fa0b24e3be8f94dfebc99e602a258355
Reviewed-on: https://cl.tvl.fyi/c/depot/+/6133
Tested-by: BuildkiteCI
Reviewed-by: sterni <sternenseemann@systemli.org>
2022-08-25 10:41:39 +00:00
..
attrs test(tvix/value): add simple attrset construction tests 2022-08-24 18:19:52 +00:00
attrs.rs fix(tvix/value): align Display representation with Nix 2022-08-24 23:11:12 +00:00
list.rs feat(tvix/value): implement Display properly for lists 2022-08-13 18:28:36 +00:00
mod.rs fix(tvix/value): fix display representation of floats 2022-08-25 10:41:39 +00:00
string.rs fix(tvix/value): add ident_str representation of strings 2022-08-24 21:25:41 +00:00