Skip to content

@api aware comparison #8

@tomzx

Description

@tomzx
Owner

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.

Activity

vancoz

vancoz commented on Jan 14, 2015

@vancoz

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

vancoz commented on Jan 14, 2015

@vancoz

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

tomzx commented on Jan 14, 2015

@tomzx
OwnerAuthor

@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

alfredbez commented on Sep 22, 2023

@alfredbez

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @tomzx@alfredbez@vancoz

        Issue actions

          @api aware comparison · Issue #8 · tomzx/php-semver-checker