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

review: test: add new test for shadow enums #1926

Merged
merged 3 commits into from
May 23, 2018

Conversation

Egor18
Copy link
Contributor

@Egor18 Egor18 commented Mar 24, 2018

Some time ago I added PR (#1806) with failing tests, considering shadow classes kind (enum, interface, etc). And @surli fixed the issue.
However, I found out that shadow enums from interfaces are still considered as classes, instead of enums.
Can't really say why is this happening, so I provided failing test case.
Thanks.

@surli
Copy link
Collaborator

surli commented Mar 26, 2018

Hi @Egor18 thanks for reporting this with a testcase. I did not checked yet, but I think it's closely related to #1914 on which I'm working on. I'll try to take back your tests in #1914 to fix it.

@Egor18
Copy link
Contributor Author

Egor18 commented Mar 27, 2018

Ok, thanks.

@surli
Copy link
Collaborator

surli commented May 23, 2018

@Egor18 your test has been fixed with the work done in #1914
Should be ready for reviewing.

@surli surli changed the title Failing test for shadow enums review: test: add new test for shadow enums May 23, 2018
@INRIA INRIA deleted a comment from spoon-bot May 23, 2018
@monperrus monperrus merged commit 4d0be84 into INRIA:master May 23, 2018
@surli surli mentioned this pull request Jun 25, 2018
@Egor18 Egor18 deleted the test_enum_from_interface branch October 5, 2018 09:30
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.

3 participants