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

Adding support for 'around'-keyword #17

Merged
merged 3 commits into from Apr 9, 2020

Conversation

witoldwegner
Copy link
Contributor

Hi,

I had problems with code like this around foo(Str :$bar, Str :$baz?)
which was tidy'd to around foo(Str : $bar, Str : $baz ?)

My patch should fix that. Thanks

@mvgrimes
Copy link
Owner

mvgrimes commented Apr 8, 2020

It the error specific to around? Should we add before and after as well?

@mvgrimes mvgrimes merged commit db6d058 into mvgrimes:master Apr 9, 2020
@mvgrimes
Copy link
Owner

mvgrimes commented Apr 9, 2020

Just released v1.16 with support for around, before and after.

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 this pull request may close these issues.

None yet

2 participants