Skip to content

Commit e1404f0

Browse files
committed
Rename EmptyArgumentsDescriptor to NoKeywordArgumentsDescriptor
1 parent f491b95 commit e1404f0

File tree

134 files changed

+251
-251
lines changed

Some content is hidden

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

134 files changed

+251
-251
lines changed

spec/truffle/parsing/fixtures/END.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ ast: |
3030
child =
3131
RubyCallNode
3232
attributes:
33-
descriptor = org.truffleruby.language.arguments.EmptyArgumentsDescriptor@...
33+
descriptor = org.truffleruby.language.arguments.NoKeywordArgumentsDescriptor@...
3434
dispatchConfig = PROTECTED
3535
emptyKeywordsProfile = false
3636
flags = 0

spec/truffle/parsing/fixtures/block/name/in_block.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ ast: |
6868
child =
6969
RubyCallNode
7070
attributes:
71-
descriptor = org.truffleruby.language.arguments.EmptyArgumentsDescriptor@...
71+
descriptor = org.truffleruby.language.arguments.NoKeywordArgumentsDescriptor@...
7272
dispatchConfig = PRIVATE
7373
emptyKeywordsProfile = false
7474
flags = 0

spec/truffle/parsing/fixtures/block/name/in_method.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ ast: |
7575
child =
7676
RubyCallNode
7777
attributes:
78-
descriptor = org.truffleruby.language.arguments.EmptyArgumentsDescriptor@...
78+
descriptor = org.truffleruby.language.arguments.NoKeywordArgumentsDescriptor@...
7979
dispatchConfig = PRIVATE
8080
emptyKeywordsProfile = false
8181
flags = 0

spec/truffle/parsing/fixtures/break/with_splat_operator_and_following_argument.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ ast: |
3535
childNode_ =
3636
RubyCallNode
3737
attributes:
38-
descriptor = org.truffleruby.language.arguments.EmptyArgumentsDescriptor@...
38+
descriptor = org.truffleruby.language.arguments.NoKeywordArgumentsDescriptor@...
3939
dispatchConfig = PRIVATE
4040
emptyKeywordsProfile = false
4141
flags = 0

spec/truffle/parsing/fixtures/break/with_splat_operator_and_following_arguments.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ ast: |
3636
childNode_ =
3737
RubyCallNode
3838
attributes:
39-
descriptor = org.truffleruby.language.arguments.EmptyArgumentsDescriptor@...
39+
descriptor = org.truffleruby.language.arguments.NoKeywordArgumentsDescriptor@...
4040
dispatchConfig = PRIVATE
4141
emptyKeywordsProfile = false
4242
flags = 0

spec/truffle/parsing/fixtures/break/with_splat_operator_and_preceding_and_following_arguments.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ ast: |
5151
childNode_ =
5252
RubyCallNode
5353
attributes:
54-
descriptor = org.truffleruby.language.arguments.EmptyArgumentsDescriptor@...
54+
descriptor = org.truffleruby.language.arguments.NoKeywordArgumentsDescriptor@...
5555
dispatchConfig = PRIVATE
5656
emptyKeywordsProfile = false
5757
flags = 0

spec/truffle/parsing/fixtures/break/with_splat_operator_and_preceding_argument.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ ast: |
4545
childNode_ =
4646
RubyCallNode
4747
attributes:
48-
descriptor = org.truffleruby.language.arguments.EmptyArgumentsDescriptor@...
48+
descriptor = org.truffleruby.language.arguments.NoKeywordArgumentsDescriptor@...
4949
dispatchConfig = PRIVATE
5050
emptyKeywordsProfile = false
5151
flags = 0

spec/truffle/parsing/fixtures/break/with_splat_operator_and_preceding_arguments.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ ast: |
4949
childNode_ =
5050
RubyCallNode
5151
attributes:
52-
descriptor = org.truffleruby.language.arguments.EmptyArgumentsDescriptor@...
52+
descriptor = org.truffleruby.language.arguments.NoKeywordArgumentsDescriptor@...
5353
dispatchConfig = PRIVATE
5454
emptyKeywordsProfile = false
5555
flags = 0

spec/truffle/parsing/fixtures/case/with_expression_and_when/with_splat_operator.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ast: |
1616
condition =
1717
RubyCallNode
1818
attributes:
19-
descriptor = org.truffleruby.language.arguments.EmptyArgumentsDescriptor@...
19+
descriptor = org.truffleruby.language.arguments.NoKeywordArgumentsDescriptor@...
2020
dispatchConfig = PRIVATE
2121
emptyKeywordsProfile = false
2222
flags = 0
@@ -40,7 +40,7 @@ ast: |
4040
childNode_ =
4141
RubyCallNode
4242
attributes:
43-
descriptor = org.truffleruby.language.arguments.EmptyArgumentsDescriptor@...
43+
descriptor = org.truffleruby.language.arguments.NoKeywordArgumentsDescriptor@...
4444
dispatchConfig = PRIVATE
4545
emptyKeywordsProfile = false
4646
flags = 0

spec/truffle/parsing/fixtures/case/with_expression_and_when/with_splat_operator_and_following_element.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ast: |
1717
condition =
1818
RubyCallNode
1919
attributes:
20-
descriptor = org.truffleruby.language.arguments.EmptyArgumentsDescriptor@...
20+
descriptor = org.truffleruby.language.arguments.NoKeywordArgumentsDescriptor@...
2121
dispatchConfig = PRIVATE
2222
emptyKeywordsProfile = false
2323
flags = 0
@@ -46,7 +46,7 @@ ast: |
4646
childNode_ =
4747
RubyCallNode
4848
attributes:
49-
descriptor = org.truffleruby.language.arguments.EmptyArgumentsDescriptor@...
49+
descriptor = org.truffleruby.language.arguments.NoKeywordArgumentsDescriptor@...
5050
dispatchConfig = PRIVATE
5151
emptyKeywordsProfile = false
5252
flags = 0

0 commit comments

Comments
 (0)