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

Support shorthand tuple syntax #141

Open
alecloudenback opened this issue Mar 1, 2021 · 0 comments
Open

Support shorthand tuple syntax #141

alecloudenback opened this issue Mar 1, 2021 · 0 comments

Comments

@alecloudenback
Copy link

https://github.com/JuliaLang/julia/issues/29333a

Currently this new syntax does not seem to be supported:

 a = 1
 example = @with_kw (;a)

Results in:
LoadError: NameTuple fields need to be of form: k=val

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

No branches or pull requests

2 participants