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

Added ability that View can extend interface from other module. Now s… #92

Closed
wants to merge 4 commits into from
Closed

Added ability that View can extend interface from other module. Now s… #92

wants to merge 4 commits into from

Conversation

ValdZX
Copy link
Contributor

@ValdZX ValdZX commented Mar 8, 2020

Added ability that View can extend interface from other module. Now strategies of overridden methods are checked

Added new tests ViewStateNotMvpInterfaceTest for this case

…trategies of overridden methods are checked

ViewStateNotMvpInterfaceTest.kt
Compile kotlin test.

Fixed issue.

Checkstyle Fixed styles.

Checkstyle Fixed styles. Test

Checkstyle Fixed styles. Test
@aasitnikov
Copy link
Member

Hello. Thanks for your contribution!

The feature you are trying to implement in this PR is kinda big and has a lot of cases, that need to be considered. I'd like you to create an issue, describing how you want the compiler to behave in the presence of non-MvpView interfaces, so we could discuss it thoroughly. Check out issue #70, where I described recent changes to strategy inheritance.

@ValdZX ValdZX requested a review from aasitnikov March 11, 2020 18:37
@ValdZX ValdZX closed this Sep 6, 2020
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.

2 participants