tvl-depot/tvix/eval/src/value
Florian Klink 2af30c8c7f refactor(tvix/eval): rm From<(T, Option<Box<NixContext>>)> for NixString
This conversion was a bit too magic, and we can just use
`NixString::new_context_from` without having to worry about the
distinction between an empty context or no context, as
NixString::new_context_from already deals with that internally.

Change-Id: I3e5d57ecfa0f7456aa6c526863e49f2523afaec3
Reviewed-on: https://cl.tvl.fyi/c/depot/+/12754
Tested-by: BuildkiteCI
Reviewed-by: edef <edef@edef.eu>
Autosubmit: flokli <flokli@flokli.de>
2024-11-12 11:16:08 +00:00
..
attrs refactor(tvix/eval): remove usage of lazy_static 2024-10-12 23:02:50 +00:00
string refactor(tvix/eval): rm From<(T, Option<Box<NixContext>>)> for NixString 2024-11-12 11:16:08 +00:00
arbitrary.rs refactor(tvix/eval): remove use of imbl::OrdMap 2024-08-19 11:02:50 +00:00
attrs.rs refactor(tvix/eval): remove usage of lazy_static 2024-10-12 23:02:50 +00:00
builtin.rs docs(tvix/eval): fix some broken docstr references 2023-09-22 09:14:33 +00:00
function.rs feat(tvix/eval): track pattern binding names 2024-01-25 11:37:35 +00:00
json.rs feat(tvix/eval): use with_capacity instead of a growing vec 2024-11-04 10:39:19 +00:00
list.rs refactor(tvix/eval): remove use of imbl::Vector 2024-08-19 11:02:50 +00:00
mod.rs refactor(tvix/eval): remove Value::Json and related functionality 2024-11-04 10:39:19 +00:00
path.rs refactor(tvix/eval): factor out all calls to canon_path 2022-10-13 09:07:47 +00:00
thunk.rs refactor(tvix/eval): ensure VM operations fit in a single byte 2024-08-19 11:02:50 +00:00