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

Checking if the reflection is anonymous before parsing file tokens #491

Open
wants to merge 1 commit into
base: 1.14.x
Choose a base branch
from

Conversation

odahcam
Copy link

@odahcam odahcam commented Sep 5, 2023

Resolves #490

This Pull Request aims to solve #490 by bypassing the tokenizer when an anonymous class is received, because the current logic only supports normal classes declared inside a namespaced file.

@derrabus
Copy link
Member

derrabus commented Sep 5, 2023

Thank you. Please provide a description that explains why we should merge this change. Also, please provide a test that covers it. That being said, your change apparently breaks our existing tests.

@odahcam
Copy link
Author

odahcam commented Sep 14, 2023

Hey @derrabus sorry about that, I was so tired I forgot to. I've just updated the description. I'll see if I can update the tests later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants