-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Add enhancement for MV_APPEND supports 2-n number of arguments #115948
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
3b7dcc9
9b0d8e2
66b3040
3bd5aa2
4bf7e6f
7d3a586
59a831a
bd66ea5
626b4c0
b53435f
d1a22ab
a434e2d
c5b7373
31d8a76
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think we should also add a test case with 4 or more arguments, so we avoid testing a code path that somehow specializes on 3 args. A good place to do that may be |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @jackpan123 , the changes to
EvaluatorImplementer
look quite nice now.I think @nik9000 should have a look at this specifically, because we do something new here: I think it's the first time we have an evaluator built from a
process
method that takes an arbitrary number of blocks as argument. (@nik9000 , see theMvAppend.process
implementations for reference.)