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

Extend => renaming syntax #2728

Closed
bkamins opened this issue Apr 18, 2021 · 1 comment
Closed

Extend => renaming syntax #2728

bkamins opened this issue Apr 18, 2021 · 1 comment
Labels
Milestone

Comments

@bkamins
Copy link
Member

bkamins commented Apr 18, 2021

We could consider adding:

:x1 => [:a1, :a2] as a shorthand for :x1 => identity => [:a1, :a2]
and
:x1 => AsTable as a shorthand for :x1 => identity => AsTable

It should not conflict with anything else and be relatively easy to add.

@bkamins bkamins added this to the 1.x milestone Apr 18, 2021
@bkamins
Copy link
Member Author

bkamins commented Jul 25, 2021

Fixed by #2780

@bkamins bkamins closed this as completed Jul 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant