aboutsummaryrefslogtreecommitdiff
path: root/tests/lang/eval-fail-toJSON.err.exp
blob: 4e618c2039478b3f86fb3355f4a1256d88eddf42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
error:
       … while calling the 'toJSON' builtin

         at /pwd/lang/eval-fail-toJSON.nix:1:1:

            1| builtins.toJSON {
             | ^
            2|   a.b = [

       … while evaluating attribute 'a'

         at /pwd/lang/eval-fail-toJSON.nix:2:3:

            1| builtins.toJSON {
            2|   a.b = [
             |   ^
            3|     true

       … while evaluating attribute 'b'

         at /pwd/lang/eval-fail-toJSON.nix:2:3:

            1| builtins.toJSON {
            2|   a.b = [
             |   ^
            3|     true

       … while evaluating list element at index 3

       … while evaluating attribute 'c'

         at /pwd/lang/eval-fail-toJSON.nix:7:7:

            6|     {
            7|       c.d = throw "hah no";
             |       ^
            8|     }

       … while evaluating attribute 'd'

         at /pwd/lang/eval-fail-toJSON.nix:7:7:

            6|     {
            7|       c.d = throw "hah no";
             |       ^
            8|     }

       … while calling the 'throw' builtin

         at /pwd/lang/eval-fail-toJSON.nix:7:13:

            6|     {
            7|       c.d = throw "hah no";
             |             ^
            8|     }

       error: hah no