From 35457609e311125446fed88e3841e0281c2ff708 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Wed, 29 Apr 2015 21:49:09 -0700 Subject: 1223 - more stable traces for parse scenarios --- cpp/.traces/rewind_ingredients | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'cpp/.traces/rewind_ingredients') diff --git a/cpp/.traces/rewind_ingredients b/cpp/.traces/rewind_ingredients index 496ad7a1..c1231232 100644 --- a/cpp/.traces/rewind_ingredients +++ b/cpp/.traces/rewind_ingredients @@ -1,12 +1,12 @@ -parse/0: instruction: 1001 +parse/0: instruction: f parse/0: ingredient: {name: "2", value: 0, type: 0, properties: ["2": "literal"]} -parse/0: instruction: 26 +parse/0: instruction: next-ingredient parse/0: product: {name: "12", value: 0, type: 1, properties: ["12": "integer"]} -parse/0: instruction: 26 +parse/0: instruction: next-ingredient parse/0: product: {name: "_", value: 0, type: 0, properties: ["_": "dummy"]} parse/0: product: {name: "1", value: 0, type: 3, properties: ["1": "boolean"]} -parse/0: instruction: 27 -parse/0: instruction: 26 +parse/0: instruction: rewind-ingredients +parse/0: instruction: next-ingredient parse/0: product: {name: "13", value: 0, type: 1, properties: ["13": "integer"]} parse/0: product: {name: "2", value: 0, type: 3, properties: ["2": "boolean"]} after-brace/0: recipe main -- cgit 1.4.1-2-gfad0 690b1b6b0694b747c45512a9dbe2c'>tree commit diff stats
path: root/worker/messages.go
blob: 90fcfa0a7ff7d49a5025651af89864ae18b18037 (plain) (blame)
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
88
89
90
91