|
1
|
normal conversion output placeholder
|
|
2
|
|
|
3
|
Elapsed job time: 01:00:00.011
|
|
4
|
|
|
5
|
------------------------------------------------------------------------------
|
|
6
|
Diagnostics
|
|
7
|
------------------------------------------------------------------------------
|
|
8
|
|
|
9
|
./abl/err/err01_plain.p
|
|
10
|
./abl/err/err01_plain.p:4:18: error: unexpected token: ( [syntax]
|
|
11
|
<unknown location>: error: Error processing ./abl/err/err01_plain.p [conversion]
|
|
12
|
|
|
13
|
./abl/err/err02_after_define.p
|
|
14
|
./abl/err/err02_after_define.p:5:1: error: unexpected token: DISPALY [syntax]
|
|
15
|
./abl/err/err02_after_define.p:5:9: error: unexpected token: "err02: misspelled statement after five defines" [syntax]
|
|
16
|
<unknown location>: error: Error processing ./abl/err/err02_after_define.p [conversion]
|
|
17
|
|
|
18
|
./abl/err/err03_in_include.p
|
|
19
|
./abl/err/err03_in_include.p:6:1: error: unexpected token: DISPALY [syntax]
|
|
20
|
./abl/err/err03_in_include.p:6:9: error: unexpected token: "err03: misspelled statement, inside an include" [syntax]
|
|
21
|
<unknown location>: error: Error processing ./abl/err/err03_in_include.p [conversion]
|
|
22
|
|
|
23
|
./abl/err/err04_after_include.p
|
|
24
|
./abl/err/err04_after_include.p:12:18: error: expecting RPARENS, found '.' [syntax]
|
|
25
|
./abl/err/err04_after_include.p:13:1: error: unexpected token: message [syntax]
|
|
26
|
<unknown location>: fatal: Internal FWD failure while processing ./abl/err/err04_after_include.p: com.goldencode.ast.AstException: Error processing ./abl/err/err04_after_include.p [internal]
|
|
27
|
|
|
28
|
./abl/err/err05_nested_include.p
|
|
29
|
./abl/err/err05_nested_include.p:7:18: error: unexpected token: ( [syntax]
|
|
30
|
<unknown location>: error: Error processing ./abl/err/err05_nested_include.p [conversion]
|
|
31
|
|
|
32
|
./abl/err/err06_in_reference.p
|
|
33
|
./abl/err/err06_in_reference.p:9:20: error: unexpected token: ( [syntax]
|
|
34
|
<unknown location>: error: Error processing ./abl/err/err06_in_reference.p [conversion]
|
|
35
|
|
|
36
|
./abl/err/err07_after_false_if.p
|
|
37
|
./abl/err/err07_after_false_if.p:8:10: error: expecting KW_THEN, found 'message' [syntax]
|
|
38
|
<unknown location>: error: Error processing ./abl/err/err07_after_false_if.p [conversion]
|
|
39
|
|
|
40
|
./abl/err/err08_after_multiline_define.p
|
|
41
|
./abl/err/err08_after_multiline_define.p:6:1: error: unexpected token: DISPALY [syntax]
|
|
42
|
./abl/err/err08_after_multiline_define.p:6:9: error: unexpected token: "err08: misspelled after a tilde-folded define" [syntax]
|
|
43
|
<unknown location>: error: Error processing ./abl/err/err08_after_multiline_define.p [conversion]
|
|
44
|
|
|
45
|
./abl/err/err09_two_on_one_line.p
|
|
46
|
./abl/err/err09_two_on_one_line.p:16:18: error: expecting RPARENS, found '.' [syntax]
|
|
47
|
./abl/err/err09_two_on_one_line.p:17:1: error: unexpected token: message [syntax]
|
|
48
|
<unknown location>: fatal: Internal FWD failure while processing ./abl/err/err09_two_on_one_line.p: com.goldencode.ast.AstException: Error processing ./abl/err/err09_two_on_one_line.p [internal]
|
|
49
|
|
|
50
|
./abl/err/err10_after_suspend.p
|
|
51
|
./abl/err/err10_after_suspend.p:10:1: error: unexpected token: DISPALY [syntax]
|
|
52
|
./abl/err/err10_after_suspend.p:10:9: error: unexpected token: "err10: misspelled after suspend/resume" [syntax]
|
|
53
|
<unknown location>: error: Error processing ./abl/err/err10_after_suspend.p [conversion]
|
|
54
|
|
|
55
|
./abl/err/err11_if_false_branch.p
|
|
56
|
./abl/err/err11_if_false_branch.p:8:1: error: unexpected token: DISPALY [syntax]
|
|
57
|
./abl/err/err11_if_false_branch.p:8:9: error: unexpected token: "err11: misspelled below a dropped &IF branch" [syntax]
|
|
58
|
<unknown location>: error: Error processing ./abl/err/err11_if_false_branch.p [conversion]
|
|
59
|
|
|
60
|
./abl/err/err12_if_true_branch.p
|
|
61
|
./abl/err/err12_if_true_branch.p:5:1: error: unexpected token: DISPALY [syntax]
|
|
62
|
./abl/err/err12_if_true_branch.p:5:9: error: unexpected token: "err12: misspelled inside the taken &IF branch" [syntax]
|
|
63
|
<unknown location>: error: Error processing ./abl/err/err12_if_true_branch.p [conversion]
|
|
64
|
|
|
65
|
./abl/err/err13_if_elseif.p
|
|
66
|
./abl/err/err13_if_elseif.p:8:1: error: unexpected token: DISPALY [syntax]
|
|
67
|
./abl/err/err13_if_elseif.p:8:9: error: unexpected token: "err13: misspelled below an &ELSEIF chain" [syntax]
|
|
68
|
<unknown location>: error: Error processing ./abl/err/err13_if_elseif.p [conversion]
|
|
69
|
|
|
70
|
./abl/err/err14_if_nested.p
|
|
71
|
./abl/err/err14_if_nested.p:7:1: error: unexpected token: DISPALY [syntax]
|
|
72
|
./abl/err/err14_if_nested.p:7:9: error: unexpected token: "err14: misspelled below nested &IF directives" [syntax]
|
|
73
|
<unknown location>: error: Error processing ./abl/err/err14_if_nested.p [conversion]
|
|
74
|
|
|
75
|
./abl/err/err15_if_in_else.p
|
|
76
|
./abl/err/err15_if_in_else.p:5:1: error: unexpected token: DISPALY [syntax]
|
|
77
|
./abl/err/err15_if_in_else.p:5:9: error: unexpected token: "err15: misspelled inside the &ELSE branch" [syntax]
|
|
78
|
<unknown location>: error: Error processing ./abl/err/err15_if_in_else.p [conversion]
|
|
79
|
|
|
80
|
./abl/err/err16_if_dropped_include.p
|
|
81
|
./abl/err/err16_if_dropped_include.p:8:1: error: unexpected token: DISPALY [syntax]
|
|
82
|
./abl/err/err16_if_dropped_include.p:8:9: error: unexpected token: "err16: misspelled below an &IF that dropped an include" [syntax]
|
|
83
|
<unknown location>: error: Error processing ./abl/err/err16_if_dropped_include.p [conversion]
|
|
84
|
|
|
85
|
./abl/err/err17_undefine.p
|
|
86
|
./abl/err/err17_undefine.p:6:1: error: unexpected token: DISPALY [syntax]
|
|
87
|
./abl/err/err17_undefine.p:6:9: error: unexpected token: "test" [syntax]
|
|
88
|
<unknown location>: error: Error processing ./abl/err/err17_undefine.p [conversion]
|
|
89
|
|
|
90
|
./abl/err/err18_message_directive.p
|
|
91
|
./abl/err/err18_message_directive.p:5:1: error: unexpected token: DISPALY [syntax]
|
|
92
|
./abl/err/err18_message_directive.p:5:9: error: unexpected token: "test" [syntax]
|
|
93
|
<unknown location>: error: Error processing ./abl/err/err18_message_directive.p [conversion]
|
|
94
|
|
|
95
|
./abl/err/err19_global_shadowed.p
|
|
96
|
./abl/err/err19_global_shadowed.p:7:1: error: unexpected token: DISPALY [syntax]
|
|
97
|
./abl/err/err19_global_shadowed.p:7:9: error: unexpected token: "test" [syntax]
|
|
98
|
<unknown location>: error: Error processing ./abl/err/err19_global_shadowed.p [conversion]
|
|
99
|
|
|
100
|
./abl/err/err20_error_in_value.p
|
|
101
|
./abl/err/err20_error_in_value.p:7:1: error: unexpected token: DISPALY [syntax]
|
|
102
|
./abl/err/err20_error_in_value.p:7:9: error: unexpected token: "test" [syntax]
|
|
103
|
<unknown location>: error: Error processing ./abl/err/err20_error_in_value.p [conversion]
|
|
104
|
|
|
105
|
./abl/err/err21_two_refs_one_line.p
|
|
106
|
./abl/err/err21_two_refs_one_line.p:7:1: error: unexpected token: DISPALY [syntax]
|
|
107
|
./abl/err/err21_two_refs_one_line.p:7:9: error: unexpected token: "test" [syntax]
|
|
108
|
<unknown location>: error: Error processing ./abl/err/err21_two_refs_one_line.p [conversion]
|
|
109
|
|
|
110
|
./abl/err/err22_inline_directive.p
|
|
111
|
./abl/err/err22_inline_directive.p:7:1: error: unexpected token: DISPALY [syntax]
|
|
112
|
./abl/err/err22_inline_directive.p:7:9: error: unexpected token: "test" [syntax]
|
|
113
|
<unknown location>: error: Error processing ./abl/err/err22_inline_directive.p [conversion]
|
|
114
|
|
|
115
|
./abl/err/err23_named_args.p
|
|
116
|
./abl/err/err23_named_args.p:6:1: error: unexpected token: DISPALY [syntax]
|
|
117
|
./abl/err/err23_named_args.p:6:9: error: unexpected token: "test" [syntax]
|
|
118
|
<unknown location>: error: Error processing ./abl/err/err23_named_args.p [conversion]
|
|
119
|
|
|
120
|
./abl/err/err24_positional_arg.p
|
|
121
|
./abl/err/err24_positional_arg.p:10:1: error: unexpected token: DISPALY [syntax]
|
|
122
|
./abl/err/err24_positional_arg.p:10:9: error: unexpected token: "test" [syntax]
|
|
123
|
<unknown location>: error: Error processing ./abl/err/err24_positional_arg.p [conversion]
|
|
124
|
|
|
125
|
./abl/err/err25_three_levels.p
|
|
126
|
./abl/err/err25_three_levels.p:7:1: error: unexpected token: DISPALY [syntax]
|
|
127
|
./abl/err/err25_three_levels.p:7:9: error: unexpected token: "test" [syntax]
|
|
128
|
<unknown location>: error: Error processing ./abl/err/err25_three_levels.p [conversion]
|
|
129
|
|
|
130
|
./abl/err/err26_after_suspend.p
|
|
131
|
./abl/err/err26_after_suspend.p:9:1: error: unexpected token: DISPALY [syntax]
|
|
132
|
./abl/err/err26_after_suspend.p:9:9: error: unexpected token: "test" [syntax]
|
|
133
|
<unknown location>: error: Error processing ./abl/err/err26_after_suspend.p [conversion]
|
|
134
|
|
|
135
|
./abl/err/err27_dropped_include.p
|
|
136
|
./abl/err/err27_dropped_include.p:8:1: error: unexpected token: DISPALY [syntax]
|
|
137
|
./abl/err/err27_dropped_include.p:8:9: error: unexpected token: "test" [syntax]
|
|
138
|
<unknown location>: error: Error processing ./abl/err/err27_dropped_include.p [conversion]
|
|
139
|
|
|
140
|
./abl/err/pp_fold_braces.p
|
|
141
|
./abl/err/pp_fold_braces.p:7:1: error: unexpected token: DISPALY [syntax]
|
|
142
|
./abl/err/pp_fold_braces.p:7:9: error: unexpected token: "fold inside braces: misspelled below the folded argument list" [syntax]
|
|
143
|
<unknown location>: error: Error processing ./abl/err/pp_fold_braces.p [conversion]
|
|
144
|
|
|
145
|
./abl/err/pp_fold_code.p
|
|
146
|
./abl/err/pp_fold_code.p:7:1: error: unexpected token: DISPALY [syntax]
|
|
147
|
./abl/err/pp_fold_code.p:7:9: error: unexpected token: "fold in plain code: misspelled below the folded statement" [syntax]
|
|
148
|
<unknown location>: error: Error processing ./abl/err/pp_fold_code.p [conversion]
|
|
149
|
|
|
150
|
./abl/err/pp_fold_dbl.p
|
|
151
|
./abl/err/pp_fold_dbl.p:1:9: error: unexpected token: a [syntax]
|
|
152
|
<unknown location>: fatal: Internal FWD failure while processing ./abl/err/pp_fold_dbl.p: com.goldencode.ast.AstException: Error processing ./abl/err/pp_fold_dbl.p [internal]
|
|
153
|
|
|
154
|
./abl/err/pp_fold_string.p
|
|
155
|
./abl/err/pp_fold_string.p:5:1: error: unexpected token: DISPALY [syntax]
|
|
156
|
./abl/err/pp_fold_string.p:5:9: error: unexpected token: "fold inside a string: misspelled below the folded literal" [syntax]
|
|
157
|
<unknown location>: error: Error processing ./abl/err/pp_fold_string.p [conversion]
|
|
158
|
|
|
159
|
./abl/err/pp_fold_token.p
|
|
160
|
./abl/err/pp_fold_token.p:1:1: error: unexpected token: mes [syntax]
|
|
161
|
<unknown location>: fatal: Internal FWD failure while processing ./abl/err/pp_fold_token.p: com.goldencode.ast.AstException: Error processing ./abl/err/pp_fold_token.p [internal]
|
|
162
|
|
|
163
|
./data/fwd.df
|
|
164
|
./data/fwd.df:37308:3: warning: ignoring unknown option FILE-MISC26 with value "" [schema]
|
|
165
|
./data/fwd.df:146688:2: error: expecting KW_PSC, found 'null' [schema]
|
|
166
|
|
|
167
|
4 fatal, 87 error, 1 warning (92 total)
|
|
168
|
|
|
169
|
------------------------------------------------------------------------------
|
|
170
|
Elapsed job time: 01:00:12
|
|
171
|
|