tests/functional2/lang: Migrate builtins.toJSON

Change-Id: Ic740ab1fe0792c7e7596ae8a9beb9e76b37d6284
This commit is contained in:
piegames
2025-11-17 22:10:11 +00:00
parent eba84b51d6
commit 449ddbe324
6 changed files with 10 additions and 10 deletions
@@ -1,18 +1,18 @@
error:
… while calling the 'toJSON' builtin
at /pwd/eval-fail-toJSON-nested.nix:1:1:
at /pwd/in.nix:1:1:
1| builtins.toJSON { foo = a: 1; }
| ^
2|
… while evaluating attribute 'foo'
at /pwd/eval-fail-toJSON-nested.nix:1:19:
at /pwd/in.nix:1:19:
1| builtins.toJSON { foo = a: 1; }
| ^
2|
error: cannot convert a function to JSON
at /pwd/eval-fail-toJSON-nested.nix:1:19:
at /pwd/in.nix:1:19:
1| builtins.toJSON { foo = a: 1; }
| ^
2|
@@ -1,47 +1,47 @@
error:
… while calling the 'toJSON' builtin
at /pwd/eval-fail-toJSON.nix:1:1:
at /pwd/in.nix:1:1:
1| builtins.toJSON {
| ^
2| a.b = [
… while evaluating attribute 'a'
at /pwd/eval-fail-toJSON.nix:2:3:
at /pwd/in.nix:2:3:
1| builtins.toJSON {
2| a.b = [
| ^
3| true
… while evaluating attribute 'b'
at /pwd/eval-fail-toJSON.nix:2:3:
at /pwd/in.nix:2:3:
1| builtins.toJSON {
2| a.b = [
| ^
3| true
… while evaluating list element at index 3
at /pwd/eval-fail-toJSON.nix:2:3:
at /pwd/in.nix:2:3:
1| builtins.toJSON {
2| a.b = [
| ^
3| true
… while evaluating attribute 'c'
at /pwd/eval-fail-toJSON.nix:7:7:
at /pwd/in.nix:7:7:
6| {
7| c.d = throw "hah no";
| ^
8| }
… while evaluating attribute 'd'
at /pwd/eval-fail-toJSON.nix:7:7:
at /pwd/in.nix:7:7:
6| {
7| c.d = throw "hah no";
| ^
8| }
… caused by explicit throw
at /pwd/eval-fail-toJSON.nix:7:13:
at /pwd/in.nix:7:13:
6| {
7| c.d = throw "hah no";
| ^