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

Allow references to generics #123

Open
bash opened this issue Apr 23, 2019 · 1 comment
Open

Allow references to generics #123

bash opened this issue Apr 23, 2019 · 1 comment
Labels
enhancement Improve something existing on hold
Milestone

Comments

@bash
Copy link
Member

bash commented Apr 23, 2019

The current implementation of generics on traits (PR #118) explicitly disallows this due to issues with the generic type parameter outliving the reference.

The current Arguments / ArgumentsMatcher setup doesn't allow this as far as I can tell, so we might need to rethink that.

@bash bash added the enhancement Improve something existing label Apr 23, 2019
@bash bash added this to the 1.0 milestone Apr 23, 2019
@bash
Copy link
Member Author

bash commented Apr 29, 2019

Blocked by #125

@bash bash added the on hold label Apr 29, 2019
@bash bash added on hold and removed on hold labels May 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improve something existing on hold
Projects
None yet
Development

No branches or pull requests

1 participant