Skip to content

@api aware comparison #8

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

Open
tomzx opened this issue Jan 11, 2015 · 4 comments
Open

@api aware comparison #8

tomzx opened this issue Jan 11, 2015 · 4 comments

Comments

@tomzx
Copy link
Owner

tomzx commented Jan 11, 2015

Use a command line flag to determine whether the source code should be checked using @api docblock tags or consider that everything is part of the api.

@vancoz
Copy link

vancoz commented Jan 14, 2015

May I ask you how would you like to implement this enhancement?
Asking because nikic/php-parser has no feature to parse annotations, just comments.

@vancoz
Copy link

vancoz commented Jan 14, 2015

BTW I would like to add that it's very important feature as parse and analyze whole codebase probably not the best idea, especially in case if it contains tons of libs and is big sized.

@tomzx
Copy link
Owner Author

tomzx commented Jan 14, 2015

@vancoz If the only case we have to deal with is @api, then reading the docComment is probably the easiest way.

If you can try it out on your side and let me know how it works, we can try to get this issue going forward.

@alfredbez
Copy link

My colleague @shas2023 created a PR to add this in #181

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

No branches or pull requests

3 participants