-
Notifications
You must be signed in to change notification settings - Fork 548
named argument fixes #1305
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
named argument fixes #1305
Conversation
|
I think this is a good next step into finishing it. next step (which I would do in a separate PR) is working on this part:
|
it seems the remainig error is triggered because there is a dependency between
|
|
I've got a couple of ideas what should also be done here while I was thinking about this for the last 24 hours:
Which means that if we have
This means that default values for optional parameters at the end shouldn't be provided if a named argument after them wasn't provided. That's why the last item isn't simulating
If someone calls And similarly, if someone calls Even if the helper already behaves this way, please add new test cases verifying the correctness in a new commit so I can check them in one place :) Thank you. |
b20fa0e to
ecc913b
Compare
|
For now I'm merging this into #1301, thanks :) |
try to workout the remaining problems of #1301