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

Misc fixes for minor parsing issues in top-repos #28

Merged
merged 1 commit into from
Oct 16, 2021
Merged

Conversation

alex-pinkus
Copy link
Owner

* Better specify availability condition arguments (int.int.int is now
legal, other literals are not) (Fixes #17)
* Allow protocol composition types anywhere we allow implicitly
unwrapped types (Fixes #18)
* Allow subscripts to have more than one argument (Fixes #22)
* Add support for property wrapper projections (Fixes #23)
* Let protocol property requirements specify mutation modifiers
(Fixes #24)
* Support annotations on parameters (Fixes #26)
@alex-pinkus alex-pinkus merged commit ad71607 into main Oct 16, 2021
@alex-pinkus alex-pinkus deleted the top-repo-fixes branch October 16, 2021 21:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment