tvl-depot/tvix/eval/src/value
Aaqa Ishtyaq 105069302b chore(tvix/eval): clippy warn is length zero
This CL address clippy warning about finding the zero
length of something using `is_empty()` instead of `len() == 0`.

Change-Id: I2b36c7c7b65b733609fc0dcd33be06f9d772bc9b
Signed-off-by: Aaqa Ishtyaq <aaqaishtyaq@gmail.com>
Reviewed-on: https://cl.tvl.fyi/c/depot/+/8029
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
2023-02-13 19:45:58 +00:00
..
attrs refactor(tvix/eval): keep globals alive through VM struct 2023-01-20 22:48:13 +00:00
arbitrary.rs chore(tvix/eval): remove dead comment 2023-01-26 23:30:43 +00:00
attrs.rs refactor(tvix/value): use proptest strategies from imbl crate 2023-01-17 10:20:38 +00:00
builtin.rs refactor(tvix/eval): wrap Builtin type in a Box 2023-02-03 18:47:33 +00:00
function.rs fix(tvix/eval): fix current clippy warnings 2022-12-25 18:25:06 +00:00
list.rs refactor(tvix/value): use proptest strategies from imbl crate 2023-01-17 10:20:38 +00:00
mod.rs chore(tvix/eval): clippy warn is length zero 2023-02-13 19:45:58 +00:00
path.rs refactor(tvix/eval): factor out all calls to canon_path 2022-10-13 09:07:47 +00:00
string.rs feat(tvix/eval): implement builtins.toJSON 2023-01-12 10:42:44 +00:00
thunk.rs fix(tvix/eval): ensure all evaluated thunks are correctly memoized 2023-02-03 10:47:18 +00:00