Skip to content

Commit ae0deb7

Browse files
committed
Remove NilLiteralNode#isImplicit field
1 parent a0e00e9 commit ae0deb7

File tree

164 files changed

+32
-275
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

164 files changed

+32
-275
lines changed

spec/truffle/parsing/fixtures/BEGIN.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,4 @@ ast: |
4141
NilLiteralNode
4242
attributes:
4343
flags = 0
44-
isImplicit = false
4544
]

spec/truffle/parsing/fixtures/array/array.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,4 @@ ast: |
2121
NilLiteralNode
2222
attributes:
2323
flags = 0
24-
isImplicit = false
2524
]

spec/truffle/parsing/fixtures/block/argument_descriptors/with_block.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,4 @@ ast: |
6060
NilLiteralNode
6161
attributes:
6262
flags = 0
63-
isImplicit = false
6463
]

spec/truffle/parsing/fixtures/block/argument_descriptors/with_double_splat_operator.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,5 +101,4 @@ ast: |
101101
NilLiteralNode
102102
attributes:
103103
flags = 0
104-
isImplicit = false
105104
]

spec/truffle/parsing/fixtures/block/argument_descriptors/with_double_splat_operator_without_name.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,5 +102,4 @@ ast: |
102102
NilLiteralNode
103103
attributes:
104104
flags = 0
105-
isImplicit = false
106105
]

spec/truffle/parsing/fixtures/block/argument_descriptors/with_implicit_rest_parameter.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -147,10 +147,6 @@ ast: |
147147
markKeywordHashWithFlag = false
148148
postArgumentsCount = 0
149149
startIndex = 1
150-
NilLiteralNode
151-
attributes:
152-
flags = 0
153-
isImplicit = true
154150
]
155151
thenBody =
156152
SequenceNode
@@ -227,15 +223,12 @@ ast: |
227223
NilLiteralNode
228224
attributes:
229225
flags = 0
230-
isImplicit = true
231226
thenBody =
232227
NilLiteralNode
233228
attributes:
234229
flags = 0
235-
isImplicit = true
236230
]
237231
NilLiteralNode
238232
attributes:
239233
flags = 0
240-
isImplicit = false
241234
]

spec/truffle/parsing/fixtures/block/argument_descriptors/with_keyword_arguments.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ ast: |
8383
NilLiteralNode
8484
attributes:
8585
flags = 0
86-
isImplicit = false
8786
]
8887
checkKeywordArityNode =
8988
CheckKeywordArityNode

spec/truffle/parsing/fixtures/block/argument_descriptors/with_numbered_parameters.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -190,10 +190,6 @@ ast: |
190190
index = 3
191191
keywordArguments = false
192192
missingArgumentBehavior = NIL
193-
NilLiteralNode
194-
attributes:
195-
flags = 0
196-
isImplicit = true
197193
]
198194
thenBody =
199195
SequenceNode
@@ -286,7 +282,6 @@ ast: |
286282
NilLiteralNode
287283
attributes:
288284
flags = 0
289-
isImplicit = true
290285
]
291286
ReadLocalVariableNode
292287
attributes:

spec/truffle/parsing/fixtures/block/argument_descriptors/with_optional_keyword_arguments.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ ast: |
121121
NilLiteralNode
122122
attributes:
123123
flags = 0
124-
isImplicit = false
125124
]
126125
checkKeywordArityNode =
127126
CheckKeywordArityNode

spec/truffle/parsing/fixtures/block/argument_descriptors/with_optional_positional_parameters.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -175,10 +175,6 @@ ast: |
175175
attributes:
176176
flags = 0
177177
value = 100500
178-
NilLiteralNode
179-
attributes:
180-
flags = 0
181-
isImplicit = true
182178
]
183179
thenBody =
184180
SequenceNode
@@ -298,10 +294,8 @@ ast: |
298294
NilLiteralNode
299295
attributes:
300296
flags = 0
301-
isImplicit = true
302297
]
303298
NilLiteralNode
304299
attributes:
305300
flags = 0
306-
isImplicit = false
307301
]

0 commit comments

Comments
 (0)