diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-05-04 10:31:52 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-05-04 10:31:52 -0700 |
commit | de49fb426aa44984d308f5856ec836360ba0bdce (patch) | |
tree | 5522203f99d3d387439c4cd0385e0375ccd8ed0d /cpp/.traces/convert_names_warns | |
parent | a11d9c4a3375906bf8ae1117c6043776d2f08d17 (diff) | |
download | mu-de49fb426aa44984d308f5856ec836360ba0bdce.tar.gz |
1248 - syntax for using screens in scenarios
Still ugly as hell.
Diffstat (limited to 'cpp/.traces/convert_names_warns')
-rw-r--r-- | cpp/.traces/convert_names_warns | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/.traces/convert_names_warns b/cpp/.traces/convert_names_warns index 53b84c52..4615bbe6 100644 --- a/cpp/.traces/convert_names_warns +++ b/cpp/.traces/convert_names_warns @@ -2,7 +2,6 @@ parse/0: instruction: copy parse/0: ingredient: {name: "y", value: 0, type: 1, properties: ["y": "integer"]} parse/0: product: {name: "x", value: 0, type: 1, properties: ["x": "integer"]} warn/0: use before set: y in main -warn/0: name not found: y name/0: assign x 1 after-brace/0: recipe main after-brace/0: copy ... |