lib-ruby-parser 4.0.3.0-x64-mingw32 → 4.0.3.1-x64-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +122 -122
- data/lib/lib-ruby-parser/messages.rb +468 -468
- data/lib/lib-ruby-parser/native/x86_64-pc-windows-gnu/3.0/lib_ruby_parser.so +0 -0
- data/lib/lib-ruby-parser/native/x86_64-pc-windows-gnu/3.1/lib_ruby_parser.so +0 -0
- data/lib/lib-ruby-parser/native/x86_64-pc-windows-gnu/3.2/lib_ruby_parser.so +0 -0
- data/lib/lib-ruby-parser/nodes.rb +2456 -2456
- data/lib/lib-ruby-parser/version.rb +4 -4
- data/lib/lib-ruby-parser.rb +323 -314
- data/lib-ruby-parser.gemspec +36 -36
- metadata +9 -9
- data/lib/lib-ruby-parser/native/2.7/lib_ruby_parser.so +0 -0
- data/lib/lib-ruby-parser/native/3.0/lib_ruby_parser.so +0 -0
- data/lib/lib-ruby-parser/native/3.1/lib_ruby_parser.so +0 -0
@@ -1,828 +1,828 @@
|
|
1
|
-
# This file is autogenerated by codegen/messages.rb.liquid
|
2
|
-
|
3
|
-
# Root module
|
4
|
-
module LibRubyParser
|
5
|
-
# Module with all known DiagnosticMessage sub-types
|
6
|
-
module Messages
|
1
|
+
# This file is autogenerated by codegen/messages.rb.liquid
|
2
|
+
|
3
|
+
# Root module
|
4
|
+
module LibRubyParser
|
5
|
+
# Module with all known DiagnosticMessage sub-types
|
6
|
+
module Messages
|
7
7
|
# Emitted for code
|
8
8
|
#
|
9
9
|
# ```text
|
10
10
|
# 1.2.3
|
11
|
-
# ```
|
12
|
-
class FractionAfterNumeric < DiagnosticMessage
|
13
|
-
end
|
14
|
-
|
11
|
+
# ```
|
12
|
+
class FractionAfterNumeric < DiagnosticMessage
|
13
|
+
end
|
14
|
+
|
15
15
|
# Emitted for code like
|
16
16
|
#
|
17
17
|
# ```text
|
18
18
|
# foo.2
|
19
|
-
# ```
|
20
|
-
class NoDigitsAfterDot < DiagnosticMessage
|
21
|
-
end
|
22
|
-
|
19
|
+
# ```
|
20
|
+
class NoDigitsAfterDot < DiagnosticMessage
|
21
|
+
end
|
22
|
+
|
23
23
|
# Emitted for code like
|
24
24
|
#
|
25
25
|
# ```text
|
26
26
|
# %k[foo]
|
27
|
-
# ```
|
28
|
-
class UnknownTypeOfPercentString < DiagnosticMessage
|
29
|
-
end
|
30
|
-
|
27
|
+
# ```
|
28
|
+
class UnknownTypeOfPercentString < DiagnosticMessage
|
29
|
+
end
|
30
|
+
|
31
31
|
# Emitted for code like
|
32
32
|
#
|
33
33
|
# ```text
|
34
34
|
# 0b
|
35
|
-
# ```
|
36
|
-
class NumericLiteralWithoutDigits < DiagnosticMessage
|
37
|
-
end
|
38
|
-
|
35
|
+
# ```
|
36
|
+
class NumericLiteralWithoutDigits < DiagnosticMessage
|
37
|
+
end
|
38
|
+
|
39
39
|
# Emitted for code like
|
40
40
|
#
|
41
41
|
# ```text
|
42
42
|
# %w[foo bar
|
43
|
-
# ```
|
44
|
-
class UnterminatedList < DiagnosticMessage
|
45
|
-
end
|
46
|
-
|
43
|
+
# ```
|
44
|
+
class UnterminatedList < DiagnosticMessage
|
45
|
+
end
|
46
|
+
|
47
47
|
# Emitted for code like
|
48
48
|
#
|
49
49
|
# ```text
|
50
50
|
# /foo
|
51
|
-
# ```
|
52
|
-
class UnterminatedRegexp < DiagnosticMessage
|
53
|
-
end
|
54
|
-
|
51
|
+
# ```
|
52
|
+
class UnterminatedRegexp < DiagnosticMessage
|
53
|
+
end
|
54
|
+
|
55
55
|
# Emitted for code like
|
56
56
|
#
|
57
57
|
# ```text
|
58
58
|
# "foo
|
59
|
-
# ```
|
60
|
-
class UnterminatedString < DiagnosticMessage
|
61
|
-
end
|
62
|
-
|
59
|
+
# ```
|
60
|
+
class UnterminatedString < DiagnosticMessage
|
61
|
+
end
|
62
|
+
|
63
63
|
# Emitted for code like
|
64
64
|
#
|
65
65
|
# ```text
|
66
66
|
# %s
|
67
67
|
# // ^ EOF, not "
|
68
68
|
#
|
69
|
-
# ```
|
70
|
-
class UnterminatedQuotedString < DiagnosticMessage
|
71
|
-
end
|
72
|
-
|
69
|
+
# ```
|
70
|
+
class UnterminatedQuotedString < DiagnosticMessage
|
71
|
+
end
|
72
|
+
|
73
73
|
# Emitted for code like
|
74
74
|
#
|
75
75
|
# ```text
|
76
76
|
# "\ufoo"
|
77
|
-
# ```
|
78
|
-
class InvalidUnicodeEscape < DiagnosticMessage
|
79
|
-
end
|
80
|
-
|
77
|
+
# ```
|
78
|
+
class InvalidUnicodeEscape < DiagnosticMessage
|
79
|
+
end
|
80
|
+
|
81
81
|
# Emitted for code like
|
82
82
|
#
|
83
83
|
# ```text
|
84
84
|
# "\u{999999}"
|
85
|
-
# ```
|
86
|
-
class TooLargeUnicodeCodepoint < DiagnosticMessage
|
87
|
-
end
|
88
|
-
|
85
|
+
# ```
|
86
|
+
class TooLargeUnicodeCodepoint < DiagnosticMessage
|
87
|
+
end
|
88
|
+
|
89
89
|
# Emitted for code like
|
90
90
|
#
|
91
91
|
# ```text
|
92
92
|
# "\u{d800}"
|
93
|
-
# ```
|
94
|
-
class InvalidUnicodeCodepoint < DiagnosticMessage
|
95
|
-
end
|
96
|
-
|
93
|
+
# ```
|
94
|
+
class InvalidUnicodeCodepoint < DiagnosticMessage
|
95
|
+
end
|
96
|
+
|
97
97
|
# Emitted for code like
|
98
98
|
#
|
99
99
|
# ```text
|
100
100
|
# ?\u{41 42}
|
101
|
-
# ```
|
102
|
-
class MultipleCodepointAtSingleChar < DiagnosticMessage
|
103
|
-
end
|
104
|
-
|
101
|
+
# ```
|
102
|
+
class MultipleCodepointAtSingleChar < DiagnosticMessage
|
103
|
+
end
|
104
|
+
|
105
105
|
# Emitted for code like
|
106
106
|
#
|
107
107
|
# ```text
|
108
108
|
# "\M-"
|
109
|
-
# ```
|
110
|
-
class InvalidEscapeCharacter < DiagnosticMessage
|
111
|
-
end
|
112
|
-
|
109
|
+
# ```
|
110
|
+
class InvalidEscapeCharacter < DiagnosticMessage
|
111
|
+
end
|
112
|
+
|
113
113
|
# Emitted for code like
|
114
114
|
#
|
115
115
|
# ```text
|
116
116
|
# "\xZZ"
|
117
|
-
# ```
|
118
|
-
class InvalidHexEscape < DiagnosticMessage
|
119
|
-
end
|
120
|
-
|
117
|
+
# ```
|
118
|
+
class InvalidHexEscape < DiagnosticMessage
|
119
|
+
end
|
120
|
+
|
121
121
|
# Emitted for code like
|
122
122
|
#
|
123
123
|
# ```text
|
124
124
|
# <<-HERE
|
125
|
-
# ```
|
126
|
-
class UnterminatedHeredoc < DiagnosticMessage
|
127
|
-
# Heredoc identifier
|
128
|
-
#
|
129
|
-
# @return [String]
|
130
|
-
attr_reader :heredoc_id
|
131
|
-
end
|
132
|
-
|
125
|
+
# ```
|
126
|
+
class UnterminatedHeredoc < DiagnosticMessage
|
127
|
+
# Heredoc identifier
|
128
|
+
#
|
129
|
+
# @return [String]
|
130
|
+
attr_reader :heredoc_id
|
131
|
+
end
|
132
|
+
|
133
133
|
# Emitted for code like
|
134
134
|
#
|
135
135
|
# ```text
|
136
136
|
# <<-"HERE
|
137
|
-
# ```
|
138
|
-
class UnterminatedHeredocId < DiagnosticMessage
|
139
|
-
end
|
140
|
-
|
137
|
+
# ```
|
138
|
+
class UnterminatedHeredocId < DiagnosticMessage
|
139
|
+
end
|
140
|
+
|
141
141
|
# Emitted for code like
|
142
142
|
#
|
143
143
|
# ```text
|
144
144
|
# eval("foo \r = 42")
|
145
|
-
# ```
|
146
|
-
class SlashRAtMiddleOfLine < DiagnosticMessage
|
147
|
-
end
|
148
|
-
|
145
|
+
# ```
|
146
|
+
class SlashRAtMiddleOfLine < DiagnosticMessage
|
147
|
+
end
|
148
|
+
|
149
149
|
# Emitted for code like (only in $VERBOSE mode)
|
150
150
|
#
|
151
151
|
# ```text
|
152
152
|
# foo **arg
|
153
|
-
# ```
|
154
|
-
class DStarInterpretedAsArgPrefix < DiagnosticMessage
|
155
|
-
end
|
156
|
-
|
153
|
+
# ```
|
154
|
+
class DStarInterpretedAsArgPrefix < DiagnosticMessage
|
155
|
+
end
|
156
|
+
|
157
157
|
# Emitted for code like (only in $VERBOSE mode)
|
158
158
|
#
|
159
159
|
# ```text
|
160
160
|
# foo *arg
|
161
|
-
# ```
|
162
|
-
class StarInterpretedAsArgPrefix < DiagnosticMessage
|
163
|
-
end
|
164
|
-
|
161
|
+
# ```
|
162
|
+
class StarInterpretedAsArgPrefix < DiagnosticMessage
|
163
|
+
end
|
164
|
+
|
165
165
|
# Emitted for code like (only in $VERBOSE mode)
|
166
166
|
#
|
167
167
|
# ```text
|
168
168
|
# foo &arg
|
169
|
-
# ```
|
170
|
-
class AmpersandInterpretedAsArgPrefix < DiagnosticMessage
|
171
|
-
end
|
172
|
-
|
169
|
+
# ```
|
170
|
+
class AmpersandInterpretedAsArgPrefix < DiagnosticMessage
|
171
|
+
end
|
172
|
+
|
173
173
|
# Emitted for code like
|
174
174
|
#
|
175
175
|
# ```text
|
176
176
|
# range = 1...
|
177
|
-
# ```
|
178
|
-
class TripleDotAtEol < DiagnosticMessage
|
179
|
-
end
|
180
|
-
|
177
|
+
# ```
|
178
|
+
class TripleDotAtEol < DiagnosticMessage
|
179
|
+
end
|
180
|
+
|
181
181
|
# Emitted for code like (only in $VERBOSE mode)
|
182
182
|
#
|
183
183
|
# ```text
|
184
184
|
# def m (a, b, c); end
|
185
|
-
# ```
|
186
|
-
class ParenthesesIterpretedAsArglist < DiagnosticMessage
|
187
|
-
end
|
188
|
-
|
185
|
+
# ```
|
186
|
+
class ParenthesesIterpretedAsArglist < DiagnosticMessage
|
187
|
+
end
|
188
|
+
|
189
189
|
# Emitted for code like (only in $VERBOSE mode)
|
190
190
|
#
|
191
191
|
# ```text
|
192
192
|
# m +foo
|
193
|
-
# ```
|
194
|
-
class AmbiguousFirstArgument < DiagnosticMessage
|
195
|
-
# Operator that is ambiguous
|
196
|
-
#
|
197
|
-
# @return [Integer]
|
198
|
-
attr_reader :operator
|
199
|
-
end
|
200
|
-
|
193
|
+
# ```
|
194
|
+
class AmbiguousFirstArgument < DiagnosticMessage
|
195
|
+
# Operator that is ambiguous
|
196
|
+
#
|
197
|
+
# @return [Integer]
|
198
|
+
attr_reader :operator
|
199
|
+
end
|
200
|
+
|
201
201
|
# Emitted for code like (only in $VERBOSE mode)
|
202
202
|
#
|
203
203
|
# ```text
|
204
204
|
# 1 *2
|
205
|
-
# ```
|
206
|
-
class AmbiguousOperator < DiagnosticMessage
|
207
|
-
# Operator that is ambiguous
|
208
|
-
#
|
209
|
-
# @return [String]
|
210
|
-
attr_reader :operator
|
211
|
-
# Interpretation of this operator
|
212
|
-
#
|
213
|
-
# @return [String]
|
214
|
-
attr_reader :interpreted_as
|
215
|
-
end
|
216
|
-
|
205
|
+
# ```
|
206
|
+
class AmbiguousOperator < DiagnosticMessage
|
207
|
+
# Operator that is ambiguous
|
208
|
+
#
|
209
|
+
# @return [String]
|
210
|
+
attr_reader :operator
|
211
|
+
# Interpretation of this operator
|
212
|
+
#
|
213
|
+
# @return [String]
|
214
|
+
attr_reader :interpreted_as
|
215
|
+
end
|
216
|
+
|
217
217
|
# Emitted for code like
|
218
218
|
#
|
219
219
|
# ```text
|
220
220
|
# "\M- "
|
221
|
-
# ```
|
222
|
-
class InvalidCharacterSyntax < DiagnosticMessage
|
223
|
-
# Valid syntax sugestions
|
224
|
-
#
|
225
|
-
# @return [String]
|
226
|
-
attr_reader :suggestion
|
227
|
-
end
|
228
|
-
|
221
|
+
# ```
|
222
|
+
class InvalidCharacterSyntax < DiagnosticMessage
|
223
|
+
# Valid syntax sugestions
|
224
|
+
#
|
225
|
+
# @return [String]
|
226
|
+
attr_reader :suggestion
|
227
|
+
end
|
228
|
+
|
229
229
|
# Emitted for code like
|
230
230
|
#
|
231
231
|
# ```text
|
232
232
|
# 09
|
233
|
-
# ```
|
234
|
-
class InvalidOctalDigit < DiagnosticMessage
|
235
|
-
end
|
236
|
-
|
233
|
+
# ```
|
234
|
+
class InvalidOctalDigit < DiagnosticMessage
|
235
|
+
end
|
236
|
+
|
237
237
|
# Emitted for code like
|
238
238
|
#
|
239
239
|
# ```text
|
240
240
|
# 0_a
|
241
|
-
# ```
|
242
|
-
class TrailingCharInNumber < DiagnosticMessage
|
243
|
-
# Invalid trailing char
|
244
|
-
#
|
245
|
-
# @return [Integer]
|
246
|
-
attr_reader :c
|
247
|
-
end
|
248
|
-
|
241
|
+
# ```
|
242
|
+
class TrailingCharInNumber < DiagnosticMessage
|
243
|
+
# Invalid trailing char
|
244
|
+
#
|
245
|
+
# @return [Integer]
|
246
|
+
attr_reader :c
|
247
|
+
end
|
248
|
+
|
249
249
|
# Emitted for code like
|
250
250
|
#
|
251
251
|
# ```text
|
252
252
|
# =begin
|
253
|
-
# ```
|
254
|
-
class EmbeddedDocumentMeetsEof < DiagnosticMessage
|
255
|
-
end
|
256
|
-
|
253
|
+
# ```
|
254
|
+
class EmbeddedDocumentMeetsEof < DiagnosticMessage
|
255
|
+
end
|
256
|
+
|
257
257
|
# Emitted for code like
|
258
258
|
#
|
259
259
|
# ```text
|
260
260
|
# eval("\x01foo")
|
261
|
-
# ```
|
262
|
-
class InvalidChar < DiagnosticMessage
|
263
|
-
# char
|
264
|
-
#
|
265
|
-
# @return [Integer]
|
266
|
-
attr_reader :c
|
267
|
-
end
|
268
|
-
|
261
|
+
# ```
|
262
|
+
class InvalidChar < DiagnosticMessage
|
263
|
+
# char
|
264
|
+
#
|
265
|
+
# @return [Integer]
|
266
|
+
attr_reader :c
|
267
|
+
end
|
268
|
+
|
269
269
|
# It is unknown how to trigger this error.
|
270
|
-
# Code that triggers it in MRI can be dead.
|
271
|
-
class IncompleteCharacterSyntax < DiagnosticMessage
|
272
|
-
end
|
273
|
-
|
270
|
+
# Code that triggers it in MRI can be dead.
|
271
|
+
class IncompleteCharacterSyntax < DiagnosticMessage
|
272
|
+
end
|
273
|
+
|
274
274
|
# Emitted for code like
|
275
275
|
#
|
276
276
|
# ```text
|
277
277
|
# $
|
278
|
-
# ```
|
279
|
-
class GvarWithoutId < DiagnosticMessage
|
280
|
-
end
|
281
|
-
|
278
|
+
# ```
|
279
|
+
class GvarWithoutId < DiagnosticMessage
|
280
|
+
end
|
281
|
+
|
282
282
|
# Emitted for code like
|
283
283
|
#
|
284
284
|
# ```text
|
285
285
|
# $@
|
286
|
-
# ```
|
287
|
-
class InvalidGvarName < DiagnosticMessage
|
288
|
-
# char after `$`
|
289
|
-
#
|
290
|
-
# @return [Integer]
|
291
|
-
attr_reader :c
|
292
|
-
end
|
293
|
-
|
286
|
+
# ```
|
287
|
+
class InvalidGvarName < DiagnosticMessage
|
288
|
+
# char after `$`
|
289
|
+
#
|
290
|
+
# @return [Integer]
|
291
|
+
attr_reader :c
|
292
|
+
end
|
293
|
+
|
294
294
|
# Emitted for code like
|
295
295
|
#
|
296
296
|
# ```text
|
297
297
|
# @
|
298
|
-
# ```
|
299
|
-
class IvarWithoutId < DiagnosticMessage
|
300
|
-
end
|
301
|
-
|
298
|
+
# ```
|
299
|
+
class IvarWithoutId < DiagnosticMessage
|
300
|
+
end
|
301
|
+
|
302
302
|
# Emitted for code like
|
303
303
|
#
|
304
304
|
# ```text
|
305
305
|
# @1
|
306
|
-
# ```
|
307
|
-
class InvalidIvarName < DiagnosticMessage
|
308
|
-
# char after `@`
|
309
|
-
#
|
310
|
-
# @return [Integer]
|
311
|
-
attr_reader :c
|
312
|
-
end
|
313
|
-
|
306
|
+
# ```
|
307
|
+
class InvalidIvarName < DiagnosticMessage
|
308
|
+
# char after `@`
|
309
|
+
#
|
310
|
+
# @return [Integer]
|
311
|
+
attr_reader :c
|
312
|
+
end
|
313
|
+
|
314
314
|
# Emitted for code like
|
315
315
|
#
|
316
316
|
# ```text
|
317
317
|
# @@
|
318
|
-
# ```
|
319
|
-
class CvarWithoutId < DiagnosticMessage
|
320
|
-
end
|
321
|
-
|
318
|
+
# ```
|
319
|
+
class CvarWithoutId < DiagnosticMessage
|
320
|
+
end
|
321
|
+
|
322
322
|
# Emitted for code like
|
323
323
|
#
|
324
324
|
# ```text
|
325
325
|
# @@1
|
326
|
-
# ```
|
327
|
-
class InvalidCvarName < DiagnosticMessage
|
328
|
-
# char after `@@`
|
329
|
-
#
|
330
|
-
# @return [Integer]
|
331
|
-
attr_reader :c
|
332
|
-
end
|
333
|
-
|
326
|
+
# ```
|
327
|
+
class InvalidCvarName < DiagnosticMessage
|
328
|
+
# char after `@@`
|
329
|
+
#
|
330
|
+
# @return [Integer]
|
331
|
+
attr_reader :c
|
332
|
+
end
|
333
|
+
|
334
334
|
# Emitted for code like
|
335
335
|
#
|
336
336
|
# ```text
|
337
337
|
# /re/foo
|
338
|
-
# ```
|
339
|
-
class UnknownRegexOptions < DiagnosticMessage
|
340
|
-
# Concatenated unknown options
|
341
|
-
#
|
342
|
-
# @return [String]
|
343
|
-
attr_reader :options
|
344
|
-
end
|
345
|
-
|
338
|
+
# ```
|
339
|
+
class UnknownRegexOptions < DiagnosticMessage
|
340
|
+
# Concatenated unknown options
|
341
|
+
#
|
342
|
+
# @return [String]
|
343
|
+
attr_reader :options
|
344
|
+
end
|
345
|
+
|
346
346
|
# Emitted for code like
|
347
347
|
#
|
348
348
|
# ```text
|
349
349
|
# "\u{1234"
|
350
|
-
# ```
|
351
|
-
class UnterminatedUnicodeEscape < DiagnosticMessage
|
352
|
-
end
|
353
|
-
|
350
|
+
# ```
|
351
|
+
class UnterminatedUnicodeEscape < DiagnosticMessage
|
352
|
+
end
|
353
|
+
|
354
354
|
# Emitted for code like
|
355
355
|
#
|
356
356
|
# ```text
|
357
357
|
# # encoding: foo
|
358
|
-
# ```
|
359
|
-
class EncodingError < DiagnosticMessage
|
360
|
-
# Error from decoder
|
361
|
-
#
|
362
|
-
# @return [String]
|
363
|
-
attr_reader :error
|
364
|
-
end
|
365
|
-
|
358
|
+
# ```
|
359
|
+
class EncodingError < DiagnosticMessage
|
360
|
+
# Error from decoder
|
361
|
+
#
|
362
|
+
# @return [String]
|
363
|
+
attr_reader :error
|
364
|
+
end
|
365
|
+
|
366
366
|
# Emitter for code like
|
367
367
|
#
|
368
368
|
# ```text
|
369
369
|
# eval("\xFF = 42")
|
370
|
-
# ```
|
371
|
-
class InvalidMultibyteChar < DiagnosticMessage
|
372
|
-
end
|
373
|
-
|
370
|
+
# ```
|
371
|
+
class InvalidMultibyteChar < DiagnosticMessage
|
372
|
+
end
|
373
|
+
|
374
374
|
# Emitted for code like
|
375
375
|
#
|
376
376
|
# ```text
|
377
377
|
# a ?AA : 2
|
378
|
-
# ```
|
379
|
-
class AmbiguousTernaryOperator < DiagnosticMessage
|
380
|
-
# Source of the condition expression
|
381
|
-
#
|
382
|
-
# @return [String]
|
383
|
-
attr_reader :condition
|
384
|
-
end
|
385
|
-
|
378
|
+
# ```
|
379
|
+
class AmbiguousTernaryOperator < DiagnosticMessage
|
380
|
+
# Source of the condition expression
|
381
|
+
#
|
382
|
+
# @return [String]
|
383
|
+
attr_reader :condition
|
384
|
+
end
|
385
|
+
|
386
386
|
# Emitted for code like
|
387
387
|
#
|
388
388
|
# ```text
|
389
389
|
# m /foo/
|
390
|
-
# ```
|
391
|
-
class AmbiguousRegexp < DiagnosticMessage
|
392
|
-
end
|
393
|
-
|
390
|
+
# ```
|
391
|
+
class AmbiguousRegexp < DiagnosticMessage
|
392
|
+
end
|
393
|
+
|
394
394
|
# Emitted for code like
|
395
395
|
#
|
396
396
|
# ```text
|
397
397
|
# begin; else; end
|
398
|
-
# ```
|
399
|
-
class ElseWithoutRescue < DiagnosticMessage
|
400
|
-
end
|
401
|
-
|
398
|
+
# ```
|
399
|
+
class ElseWithoutRescue < DiagnosticMessage
|
400
|
+
end
|
401
|
+
|
402
402
|
# Emitted for code like
|
403
403
|
#
|
404
404
|
# ```text
|
405
405
|
# def f; BEGIN{}; end
|
406
|
-
# ```
|
407
|
-
class BeginNotAtTopLevel < DiagnosticMessage
|
408
|
-
end
|
409
|
-
|
406
|
+
# ```
|
407
|
+
class BeginNotAtTopLevel < DiagnosticMessage
|
408
|
+
end
|
409
|
+
|
410
410
|
# Emitted for code like
|
411
411
|
#
|
412
412
|
# ```text
|
413
413
|
# alias $a $1
|
414
|
-
# ```
|
415
|
-
class AliasNthRef < DiagnosticMessage
|
416
|
-
end
|
417
|
-
|
414
|
+
# ```
|
415
|
+
class AliasNthRef < DiagnosticMessage
|
416
|
+
end
|
417
|
+
|
418
418
|
# Emitted for code like
|
419
419
|
#
|
420
420
|
# ```text
|
421
421
|
# *a&.x = 0
|
422
|
-
# ```
|
423
|
-
class CsendInsideMasgn < DiagnosticMessage
|
424
|
-
end
|
425
|
-
|
422
|
+
# ```
|
423
|
+
class CsendInsideMasgn < DiagnosticMessage
|
424
|
+
end
|
425
|
+
|
426
426
|
# Emitted for code like
|
427
427
|
#
|
428
428
|
# ```text
|
429
429
|
# module foo; end
|
430
|
-
# ```
|
431
|
-
class ClassOrModuleNameMustBeConstant < DiagnosticMessage
|
432
|
-
end
|
433
|
-
|
430
|
+
# ```
|
431
|
+
class ClassOrModuleNameMustBeConstant < DiagnosticMessage
|
432
|
+
end
|
433
|
+
|
434
434
|
# Emitted for code like
|
435
435
|
#
|
436
436
|
# ```text
|
437
437
|
# def foo=() = 42
|
438
|
-
# ```
|
439
|
-
class EndlessSetterDefinition < DiagnosticMessage
|
440
|
-
end
|
441
|
-
|
442
|
-
# Emitted for any code that produces invalid sequence of tokens
|
443
|
-
class UnexpectedToken < DiagnosticMessage
|
444
|
-
# Name of the token
|
445
|
-
#
|
446
|
-
# @return [String]
|
447
|
-
attr_reader :token_name
|
448
|
-
end
|
449
|
-
|
438
|
+
# ```
|
439
|
+
class EndlessSetterDefinition < DiagnosticMessage
|
440
|
+
end
|
441
|
+
|
442
|
+
# Emitted for any code that produces invalid sequence of tokens
|
443
|
+
class UnexpectedToken < DiagnosticMessage
|
444
|
+
# Name of the token
|
445
|
+
#
|
446
|
+
# @return [String]
|
447
|
+
attr_reader :token_name
|
448
|
+
end
|
449
|
+
|
450
450
|
# Emitted for code like
|
451
451
|
#
|
452
452
|
# ```text
|
453
453
|
# def a; class Foo; end; end
|
454
|
-
# ```
|
455
|
-
class ClassDefinitionInMethodBody < DiagnosticMessage
|
456
|
-
end
|
457
|
-
|
454
|
+
# ```
|
455
|
+
class ClassDefinitionInMethodBody < DiagnosticMessage
|
456
|
+
end
|
457
|
+
|
458
458
|
# Emitted for code like
|
459
459
|
#
|
460
460
|
# ```text
|
461
461
|
# def a; module Foo; end; end
|
462
|
-
# ```
|
463
|
-
class ModuleDefinitionInMethodBody < DiagnosticMessage
|
464
|
-
end
|
465
|
-
|
462
|
+
# ```
|
463
|
+
class ModuleDefinitionInMethodBody < DiagnosticMessage
|
464
|
+
end
|
465
|
+
|
466
466
|
# Emitted for code like
|
467
467
|
#
|
468
468
|
# ```text
|
469
469
|
# class A; return; end
|
470
|
-
# ```
|
471
|
-
class InvalidReturnInClassOrModuleBody < DiagnosticMessage
|
472
|
-
end
|
473
|
-
|
470
|
+
# ```
|
471
|
+
class InvalidReturnInClassOrModuleBody < DiagnosticMessage
|
472
|
+
end
|
473
|
+
|
474
474
|
# Emitted for code like
|
475
475
|
#
|
476
476
|
# ```text
|
477
477
|
# def foo(Abc); end
|
478
|
-
# ```
|
479
|
-
class ConstArgument < DiagnosticMessage
|
480
|
-
end
|
481
|
-
|
478
|
+
# ```
|
479
|
+
class ConstArgument < DiagnosticMessage
|
480
|
+
end
|
481
|
+
|
482
482
|
# Emitted for code like
|
483
483
|
#
|
484
484
|
# ```text
|
485
485
|
# def foo(@abc); end
|
486
|
-
# ```
|
487
|
-
class IvarArgument < DiagnosticMessage
|
488
|
-
end
|
489
|
-
|
486
|
+
# ```
|
487
|
+
class IvarArgument < DiagnosticMessage
|
488
|
+
end
|
489
|
+
|
490
490
|
# Emitted for code like
|
491
491
|
#
|
492
492
|
# ```text
|
493
493
|
# def foo($abc); end
|
494
|
-
# ```
|
495
|
-
class GvarArgument < DiagnosticMessage
|
496
|
-
end
|
497
|
-
|
494
|
+
# ```
|
495
|
+
class GvarArgument < DiagnosticMessage
|
496
|
+
end
|
497
|
+
|
498
498
|
# Emitted for code like
|
499
499
|
#
|
500
500
|
# ```text
|
501
501
|
# def foo(@@abc); end
|
502
|
-
# ```
|
503
|
-
class CvarArgument < DiagnosticMessage
|
504
|
-
end
|
505
|
-
|
502
|
+
# ```
|
503
|
+
class CvarArgument < DiagnosticMessage
|
504
|
+
end
|
505
|
+
|
506
506
|
# Emitted for code like
|
507
507
|
#
|
508
508
|
# ```text
|
509
509
|
# case 0; in ^a; true; end
|
510
|
-
# ```
|
511
|
-
class NoSuchLocalVariable < DiagnosticMessage
|
512
|
-
# Variable name
|
513
|
-
#
|
514
|
-
# @return [String]
|
515
|
-
attr_reader :var_name
|
516
|
-
end
|
517
|
-
|
510
|
+
# ```
|
511
|
+
class NoSuchLocalVariable < DiagnosticMessage
|
512
|
+
# Variable name
|
513
|
+
#
|
514
|
+
# @return [String]
|
515
|
+
attr_reader :var_name
|
516
|
+
end
|
517
|
+
|
518
518
|
# Emitted for code like
|
519
519
|
#
|
520
520
|
# ```text
|
521
521
|
# m { |a| _1 }
|
522
|
-
# ```
|
523
|
-
class OrdinaryParamDefined < DiagnosticMessage
|
524
|
-
end
|
525
|
-
|
522
|
+
# ```
|
523
|
+
class OrdinaryParamDefined < DiagnosticMessage
|
524
|
+
end
|
525
|
+
|
526
526
|
# Emitted for code like
|
527
527
|
#
|
528
528
|
# ```text
|
529
529
|
# foo { _1; bar { _2 }; }
|
530
|
-
# ```
|
531
|
-
class NumparamUsed < DiagnosticMessage
|
532
|
-
end
|
533
|
-
|
530
|
+
# ```
|
531
|
+
class NumparamUsed < DiagnosticMessage
|
532
|
+
end
|
533
|
+
|
534
534
|
# Emitted for code like (only in $VERBOSE mode)
|
535
535
|
#
|
536
536
|
# ```text
|
537
537
|
# if
|
538
538
|
# 42
|
539
539
|
# end
|
540
|
-
# ```
|
541
|
-
class TokAtEolWithoutExpression < DiagnosticMessage
|
542
|
-
# Name of the token
|
543
|
-
#
|
544
|
-
# @return [String]
|
545
|
-
attr_reader :token_name
|
546
|
-
end
|
547
|
-
|
540
|
+
# ```
|
541
|
+
class TokAtEolWithoutExpression < DiagnosticMessage
|
542
|
+
# Name of the token
|
543
|
+
#
|
544
|
+
# @return [String]
|
545
|
+
attr_reader :token_name
|
546
|
+
end
|
547
|
+
|
548
548
|
# Emitted for code like
|
549
549
|
#
|
550
550
|
# ```text
|
551
551
|
# { foo?: }
|
552
552
|
# # or
|
553
553
|
# { foo!: }
|
554
|
-
# ```
|
555
|
-
class InvalidIdToGet < DiagnosticMessage
|
556
|
-
# Identifier
|
557
|
-
#
|
558
|
-
# @return [String]
|
559
|
-
attr_reader :identifier
|
560
|
-
end
|
561
|
-
|
554
|
+
# ```
|
555
|
+
class InvalidIdToGet < DiagnosticMessage
|
556
|
+
# Identifier
|
557
|
+
#
|
558
|
+
# @return [String]
|
559
|
+
attr_reader :identifier
|
560
|
+
end
|
561
|
+
|
562
562
|
# Emitted for code like
|
563
563
|
#
|
564
564
|
# ```text
|
565
565
|
# def foo *rest, ...
|
566
566
|
# end
|
567
|
-
# ```
|
568
|
-
class ForwardArgAfterRestarg < DiagnosticMessage
|
569
|
-
end
|
570
|
-
|
567
|
+
# ```
|
568
|
+
class ForwardArgAfterRestarg < DiagnosticMessage
|
569
|
+
end
|
570
|
+
|
571
571
|
# Emitted for code like
|
572
572
|
#
|
573
573
|
# ```text
|
574
574
|
# def foo(); bar(&); end
|
575
|
-
# ```
|
576
|
-
class NoAnonymousBlockarg < DiagnosticMessage
|
577
|
-
end
|
578
|
-
|
575
|
+
# ```
|
576
|
+
class NoAnonymousBlockarg < DiagnosticMessage
|
577
|
+
end
|
578
|
+
|
579
579
|
# Emitted for code like
|
580
580
|
#
|
581
581
|
# ```text
|
582
582
|
# def m; END {}; end
|
583
|
-
# ```
|
584
|
-
class EndInMethod < DiagnosticMessage
|
585
|
-
end
|
586
|
-
|
583
|
+
# ```
|
584
|
+
class EndInMethod < DiagnosticMessage
|
585
|
+
end
|
586
|
+
|
587
587
|
# Emitted for code like (only in $VERBOSE mode)
|
588
588
|
#
|
589
589
|
# ```text
|
590
590
|
# a < b < c
|
591
|
-
# ```
|
592
|
-
class ComparisonAfterComparison < DiagnosticMessage
|
593
|
-
# Source of the first comparison
|
594
|
-
#
|
595
|
-
# @return [String]
|
596
|
-
attr_reader :comparison
|
597
|
-
end
|
598
|
-
|
591
|
+
# ```
|
592
|
+
class ComparisonAfterComparison < DiagnosticMessage
|
593
|
+
# Source of the first comparison
|
594
|
+
#
|
595
|
+
# @return [String]
|
596
|
+
attr_reader :comparison
|
597
|
+
end
|
598
|
+
|
599
599
|
# Emitted for code like
|
600
600
|
#
|
601
601
|
# ```text
|
602
602
|
# { 42 => value, 42 => another_value }
|
603
|
-
# ```
|
604
|
-
class DuplicateHashKey < DiagnosticMessage
|
605
|
-
end
|
606
|
-
|
603
|
+
# ```
|
604
|
+
class DuplicateHashKey < DiagnosticMessage
|
605
|
+
end
|
606
|
+
|
607
607
|
# Emitted for code like
|
608
608
|
#
|
609
609
|
# ```text
|
610
610
|
# def m(foo = foo) end
|
611
|
-
# ```
|
612
|
-
class CircularArgumentReference < DiagnosticMessage
|
613
|
-
# Name of the argument
|
614
|
-
#
|
615
|
-
# @return [String]
|
616
|
-
attr_reader :arg_name
|
617
|
-
end
|
618
|
-
|
611
|
+
# ```
|
612
|
+
class CircularArgumentReference < DiagnosticMessage
|
613
|
+
# Name of the argument
|
614
|
+
#
|
615
|
+
# @return [String]
|
616
|
+
attr_reader :arg_name
|
617
|
+
end
|
618
|
+
|
619
619
|
# Emitted for code like
|
620
620
|
#
|
621
621
|
# ```text
|
622
622
|
# def m; FOO = 1; end
|
623
|
-
# ```
|
624
|
-
class DynamicConstantAssignment < DiagnosticMessage
|
625
|
-
end
|
626
|
-
|
623
|
+
# ```
|
624
|
+
class DynamicConstantAssignment < DiagnosticMessage
|
625
|
+
end
|
626
|
+
|
627
627
|
# Emitted for code like
|
628
628
|
#
|
629
629
|
# ```text
|
630
630
|
# self = foo
|
631
|
-
# ```
|
632
|
-
class CantAssignToSelf < DiagnosticMessage
|
633
|
-
end
|
634
|
-
|
631
|
+
# ```
|
632
|
+
class CantAssignToSelf < DiagnosticMessage
|
633
|
+
end
|
634
|
+
|
635
635
|
# Emitted for code like
|
636
636
|
#
|
637
637
|
# ```text
|
638
638
|
# nil = foo
|
639
|
-
# ```
|
640
|
-
class CantAssignToNil < DiagnosticMessage
|
641
|
-
end
|
642
|
-
|
639
|
+
# ```
|
640
|
+
class CantAssignToNil < DiagnosticMessage
|
641
|
+
end
|
642
|
+
|
643
643
|
# Emitted for code like
|
644
644
|
#
|
645
645
|
# ```text
|
646
646
|
# true = foo
|
647
|
-
# ```
|
648
|
-
class CantAssignToTrue < DiagnosticMessage
|
649
|
-
end
|
650
|
-
|
647
|
+
# ```
|
648
|
+
class CantAssignToTrue < DiagnosticMessage
|
649
|
+
end
|
650
|
+
|
651
651
|
# Emitted for code like
|
652
652
|
#
|
653
653
|
# ```text
|
654
654
|
# false = foo
|
655
|
-
# ```
|
656
|
-
class CantAssignToFalse < DiagnosticMessage
|
657
|
-
end
|
658
|
-
|
655
|
+
# ```
|
656
|
+
class CantAssignToFalse < DiagnosticMessage
|
657
|
+
end
|
658
|
+
|
659
659
|
# Emitted for code like
|
660
660
|
#
|
661
661
|
# ```text
|
662
662
|
# __FILE__ = foo
|
663
|
-
# ```
|
664
|
-
class CantAssignToFile < DiagnosticMessage
|
665
|
-
end
|
666
|
-
|
663
|
+
# ```
|
664
|
+
class CantAssignToFile < DiagnosticMessage
|
665
|
+
end
|
666
|
+
|
667
667
|
# Emitted for code like
|
668
668
|
#
|
669
669
|
# ```text
|
670
670
|
# __LINE__ = foo
|
671
|
-
# ```
|
672
|
-
class CantAssignToLine < DiagnosticMessage
|
673
|
-
end
|
674
|
-
|
671
|
+
# ```
|
672
|
+
class CantAssignToLine < DiagnosticMessage
|
673
|
+
end
|
674
|
+
|
675
675
|
# Emitted for code like
|
676
676
|
#
|
677
677
|
# ```text
|
678
678
|
# __ENCODING__ = foo
|
679
|
-
# ```
|
680
|
-
class CantAssignToEncoding < DiagnosticMessage
|
681
|
-
end
|
682
|
-
|
679
|
+
# ```
|
680
|
+
class CantAssignToEncoding < DiagnosticMessage
|
681
|
+
end
|
682
|
+
|
683
683
|
# Emitted for code like
|
684
684
|
#
|
685
685
|
# ```text
|
686
686
|
# proc {_1; _1 = nil}
|
687
|
-
# ```
|
688
|
-
class CantAssignToNumparam < DiagnosticMessage
|
689
|
-
# Source of the numbered parameter
|
690
|
-
#
|
691
|
-
# @return [String]
|
692
|
-
attr_reader :numparam
|
693
|
-
end
|
694
|
-
|
687
|
+
# ```
|
688
|
+
class CantAssignToNumparam < DiagnosticMessage
|
689
|
+
# Source of the numbered parameter
|
690
|
+
#
|
691
|
+
# @return [String]
|
692
|
+
attr_reader :numparam
|
693
|
+
end
|
694
|
+
|
695
695
|
# Emitted for code like
|
696
696
|
#
|
697
697
|
# ```text
|
698
698
|
# $1 = foo
|
699
|
-
# ```
|
700
|
-
class CantSetVariable < DiagnosticMessage
|
701
|
-
# Source of the read-only variable that is assigned
|
702
|
-
#
|
703
|
-
# @return [String]
|
704
|
-
attr_reader :var_name
|
705
|
-
end
|
706
|
-
|
699
|
+
# ```
|
700
|
+
class CantSetVariable < DiagnosticMessage
|
701
|
+
# Source of the read-only variable that is assigned
|
702
|
+
#
|
703
|
+
# @return [String]
|
704
|
+
attr_reader :var_name
|
705
|
+
end
|
706
|
+
|
707
707
|
# Emitted for code like
|
708
708
|
#
|
709
709
|
# ```text
|
710
710
|
# yield(&foo)
|
711
|
-
# ```
|
712
|
-
class BlockGivenToYield < DiagnosticMessage
|
713
|
-
end
|
714
|
-
|
711
|
+
# ```
|
712
|
+
class BlockGivenToYield < DiagnosticMessage
|
713
|
+
end
|
714
|
+
|
715
715
|
# Emitted for code like
|
716
716
|
#
|
717
717
|
# ```text
|
718
718
|
# fun(&bar) do end
|
719
|
-
# ```
|
720
|
-
class BlockAndBlockArgGiven < DiagnosticMessage
|
721
|
-
end
|
722
|
-
|
719
|
+
# ```
|
720
|
+
class BlockAndBlockArgGiven < DiagnosticMessage
|
721
|
+
end
|
722
|
+
|
723
723
|
# Emitted for code like
|
724
724
|
#
|
725
725
|
# ```text
|
726
726
|
# case a; in "#{a}": 1; end
|
727
|
-
# ```
|
728
|
-
class SymbolLiteralWithInterpolation < DiagnosticMessage
|
729
|
-
end
|
730
|
-
|
727
|
+
# ```
|
728
|
+
class SymbolLiteralWithInterpolation < DiagnosticMessage
|
729
|
+
end
|
730
|
+
|
731
731
|
# Emitted for code like
|
732
732
|
#
|
733
733
|
# ```text
|
734
734
|
# _1 = 1
|
735
|
-
# ```
|
736
|
-
class ReservedForNumparam < DiagnosticMessage
|
737
|
-
# Numbered parameter that is treated as a local variable
|
738
|
-
#
|
739
|
-
# @return [String]
|
740
|
-
attr_reader :numparam
|
741
|
-
end
|
742
|
-
|
735
|
+
# ```
|
736
|
+
class ReservedForNumparam < DiagnosticMessage
|
737
|
+
# Numbered parameter that is treated as a local variable
|
738
|
+
#
|
739
|
+
# @return [String]
|
740
|
+
attr_reader :numparam
|
741
|
+
end
|
742
|
+
|
743
743
|
# Emitted for code like
|
744
744
|
#
|
745
745
|
# ```text
|
746
746
|
# case a; in a?:; end
|
747
|
-
# ```
|
748
|
-
class KeyMustBeValidAsLocalVariable < DiagnosticMessage
|
749
|
-
end
|
750
|
-
|
747
|
+
# ```
|
748
|
+
class KeyMustBeValidAsLocalVariable < DiagnosticMessage
|
749
|
+
end
|
750
|
+
|
751
751
|
# Emitted for code like
|
752
752
|
#
|
753
753
|
# ```text
|
754
754
|
# case 0; in a, a; end
|
755
|
-
# ```
|
756
|
-
class DuplicateVariableName < DiagnosticMessage
|
757
|
-
end
|
758
|
-
|
755
|
+
# ```
|
756
|
+
class DuplicateVariableName < DiagnosticMessage
|
757
|
+
end
|
758
|
+
|
759
759
|
# Emitted for code like
|
760
760
|
#
|
761
761
|
# ```text
|
762
762
|
# case 0; in a: 1, a: 2; end
|
763
|
-
# ```
|
764
|
-
class DuplicateKeyName < DiagnosticMessage
|
765
|
-
end
|
766
|
-
|
763
|
+
# ```
|
764
|
+
class DuplicateKeyName < DiagnosticMessage
|
765
|
+
end
|
766
|
+
|
767
767
|
# Emitted for code like
|
768
768
|
#
|
769
769
|
# ```text
|
770
770
|
# def (1).foo; end
|
771
|
-
# ```
|
772
|
-
class SingletonLiteral < DiagnosticMessage
|
773
|
-
end
|
774
|
-
|
771
|
+
# ```
|
772
|
+
class SingletonLiteral < DiagnosticMessage
|
773
|
+
end
|
774
|
+
|
775
775
|
# Emitted for code like (only in $VERBOSE mode)
|
776
776
|
#
|
777
777
|
# ```text
|
778
778
|
# $100
|
779
|
-
# ```
|
780
|
-
class NthRefIsTooBig < DiagnosticMessage
|
781
|
-
# Source of the nth_ref that is techincally a regular global variable
|
782
|
-
#
|
783
|
-
# @return [String]
|
784
|
-
attr_reader :nth_ref
|
785
|
-
end
|
786
|
-
|
779
|
+
# ```
|
780
|
+
class NthRefIsTooBig < DiagnosticMessage
|
781
|
+
# Source of the nth_ref that is techincally a regular global variable
|
782
|
+
#
|
783
|
+
# @return [String]
|
784
|
+
attr_reader :nth_ref
|
785
|
+
end
|
786
|
+
|
787
787
|
# Emitted for code like
|
788
788
|
#
|
789
789
|
# ```text
|
790
790
|
# def foo(aa, aa); end
|
791
|
-
# ```
|
792
|
-
class DuplicatedArgumentName < DiagnosticMessage
|
793
|
-
end
|
794
|
-
|
791
|
+
# ```
|
792
|
+
class DuplicatedArgumentName < DiagnosticMessage
|
793
|
+
end
|
794
|
+
|
795
795
|
# Emitted for code like
|
796
796
|
#
|
797
797
|
# ```text
|
798
798
|
# /[/
|
799
|
-
# ```
|
800
|
-
class RegexError < DiagnosticMessage
|
801
|
-
# Error from Onigurama engine
|
802
|
-
#
|
803
|
-
# @return [String]
|
804
|
-
attr_reader :error
|
805
|
-
end
|
806
|
-
|
799
|
+
# ```
|
800
|
+
class RegexError < DiagnosticMessage
|
801
|
+
# Error from Onigurama engine
|
802
|
+
#
|
803
|
+
# @return [String]
|
804
|
+
attr_reader :error
|
805
|
+
end
|
806
|
+
|
807
807
|
# Emitted for code like
|
808
808
|
#
|
809
809
|
# ```text
|
810
810
|
# %I"x .\xc3."
|
811
|
-
# ```
|
812
|
-
class InvalidSymbol < DiagnosticMessage
|
813
|
-
# Source of the symbol
|
814
|
-
#
|
815
|
-
# @return [String]
|
816
|
-
attr_reader :symbol
|
817
|
-
end
|
818
|
-
|
811
|
+
# ```
|
812
|
+
class InvalidSymbol < DiagnosticMessage
|
813
|
+
# Source of the symbol
|
814
|
+
#
|
815
|
+
# @return [String]
|
816
|
+
attr_reader :symbol
|
817
|
+
end
|
818
|
+
|
819
819
|
# Emitted for code like
|
820
820
|
#
|
821
821
|
# ```text
|
822
822
|
# a = return
|
823
|
-
# ```
|
824
|
-
class VoidValueExpression < DiagnosticMessage
|
825
|
-
end
|
826
|
-
|
827
|
-
end
|
828
|
-
end
|
823
|
+
# ```
|
824
|
+
class VoidValueExpression < DiagnosticMessage
|
825
|
+
end
|
826
|
+
|
827
|
+
end
|
828
|
+
end
|