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

JavaScript: avoid assertion failures when making an empty tag #3428

Merged

Commits on Jul 5, 2022

  1. JavaScript: avoid assertion failures when making an empty tag

    Related to universal-ctags#900, universal-ctags#1112, and universal-ctags#3427.
    
    When the parser tries making a tag with empty name, an assertion
    in registerEntry fails. The parser side should be fixed but it
    will take a time. This change puts guard conditions around
    registerEntry to avoid the failures.
    
    THIS IS A TEMPORARILY SOLUTION.
    
    Signed-off-by: Masatake YAMATO <yamato@redhat.com>
    masatake committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    cf68aae View commit details
    Browse the repository at this point in the history