summaryrefslogtreecommitdiff
path: root/test/buildtool/build_engine/target_map/data_rules/result/RULES
blob: 3679d4167a1858186e6bbdbb988807e1a90ceb5a (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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{ "wrong RESULT":
  { "string_fields":
    ["runfiles", "runfiles_entry", "artifacts", "artifacts_entry", "provides"]
  , "expression":
    { "type": "let*"
    , "bindings": [["artifact", {"type": "BLOB"}]]
    , "body":
      { "type": "RESULT"
      , "artifacts":
        { "type": "if"
        , "cond": {"type": "FIELD", "name": "artifacts"}
        , "then":
          [ { "type": "join"
            , "$1": ["artifacts", "not", "a", "map"]
            , "separator": "-"
            }
          ]
        , "else":
          { "type": "if"
          , "cond": {"type": "FIELD", "name": "artifacts_entry"}
          , "then":
            { "type": "singleton_map"
            , "key":
              { "type": "join"
              , "$1": ["bad", "artifact", "path"]
              , "separator": "-"
              }
            , "value":
              { "type": "join"
              , "$1": ["bad", "artifact", "entry"]
              , "separator": "-"
              }
            }
          , "else":
            { "type": "singleton_map"
            , "key": "OK"
            , "value": {"type": "var", "name": "artifact"}
            }
          }
        }
      , "runfiles":
        { "type": "if"
        , "cond": {"type": "FIELD", "name": "runfiles"}
        , "then":
          [ { "type": "join"
            , "$1": ["runfiles", "not", "a", "map"]
            , "separator": "-"
            }
          ]
        , "else":
          { "type": "if"
          , "cond": {"type": "FIELD", "name": "runfiles_entry"}
          , "then":
            { "type": "singleton_map"
            , "key":
              { "type": "join"
              , "$1": ["bad", "runfiles", "path"]
              , "separator": "-"
              }
            , "value":
              { "type": "join"
              , "$1": ["bad", "runfiles", "entry"]
              , "separator": "-"
              }
            }
          , "else":
            { "type": "singleton_map"
            , "key": "OK"
            , "value": {"type": "var", "name": "artifact"}
            }
          }
        }
      , "provides":
        { "type": "if"
        , "cond": {"type": "FIELD", "name": "provides"}
        , "then":
          [ { "type": "join"
            , "$1": ["provides", "not", "a", "map"]
            , "separator": "-"
            }
          ]
        , "else": {"type": "singleton_map", "key": "OK", "value": "OK value"}
        }
      }
    }
  }
}