Skip to content
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

Default keyword arguments #1

Open
simonbyrne opened this issue Sep 10, 2018 · 4 comments · May be fixed by #8
Open

Default keyword arguments #1

simonbyrne opened this issue Sep 10, 2018 · 4 comments · May be fixed by #8

Comments

@simonbyrne
Copy link
Owner

Would be good to allow things like

@kwmethod f(;a=1,b=2) = ...

which would define all the combinations of a and b

@aminya aminya linked a pull request Jan 9, 2020 that will close this issue
@LakshyaKhatri
Copy link

Hello, @simonbyrne are you still working on this repo? I would like to make contributions to it.

@simonbyrne
Copy link
Owner Author

Sure, pull requests welcome!

@jonniedie
Copy link

Where did this leave off? I've found myself wanting it a few times.

@simonbyrne
Copy link
Owner Author

It is probably possible to support it at the @kwdispatch level, but not for individual @kwmethods.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants