From 23a5caabec5617c01d5629bd50dd7e7649cbe5a6 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Tue, 30 Aug 2022 19:55:04 +0300 Subject: feat(tvix/eval): construct attribute sets lazily This thunks the construction of attribute sets. Because Tvix does not currently have a "strict output" mode, a test had to be disabled that now displays a thunk representation. The test will be re-enabled once that is available. Change-Id: I360332be64cd5c154f9caea21828f6f1b37a265c Reviewed-on: https://cl.tvl.fyi/c/depot/+/6363 Tested-by: BuildkiteCI Reviewed-by: sterni --- tvix/eval/src/tests/tvix_tests/identity-nested-attrs.nix | 1 - 1 file changed, 1 deletion(-) delete mode 100644 tvix/eval/src/tests/tvix_tests/identity-nested-attrs.nix (limited to 'tvix/eval/src/tests/tvix_tests/identity-nested-attrs.nix') diff --git a/tvix/eval/src/tests/tvix_tests/identity-nested-attrs.nix b/tvix/eval/src/tests/tvix_tests/identity-nested-attrs.nix deleted file mode 100644 index 6a139452ef28..000000000000 --- a/tvix/eval/src/tests/tvix_tests/identity-nested-attrs.nix +++ /dev/null @@ -1 +0,0 @@ -{ a = { b = null; }; } -- cgit 1.4.1