-
Notifications
You must be signed in to change notification settings - Fork 43
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
Binding @Spreads #206
Comments
Adding a qualifier to the return type makes it work gracefully. I think this can be treated as a bug. I can send in a pull request if this is a wanted feature. |
how are you going to treat the presence of Qualifiers in this case ? because this will be a breaking api change I don't think this PR will be advisable. Adding the Qualifier to increase clarity is not a big overhead IMO. |
I wouldn't qualify types with @SPREAD, rather make Sinks/Sources not raise a cycle error in this case. I'm ok with not "fixing" this, but I think there's opportunity to at least document this case? |
Better documentation sounds great. |
Should we be able to do something like:
And then local scope would be able so directly see A. Right now we fail because of a dependency cycle.
The text was updated successfully, but these errors were encountered: