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

Improve --report=terms command #440

Merged
merged 3 commits into from
Jun 10, 2024
Merged

Commits on Jun 9, 2024

  1. Improve --report=terms command

    Before:
    ```
     Unused Terms
         0 YYerror
         2 YYUNDEF
         3 '\\\\'
         3 '\\13'
         4 keyword_class2
         5 tNUMBER
         6 tPLUS
         7 tMINUS
         8 tEQ
         9 tEQEQ
        10 '>'
    ```
    
    After:
    ```
     11 Unused Terms
         0 YYerror
         1 YYUNDEF
         2 '\\\\'
         3 '\\13'
         4 keyword_class2
         5 tNUMBER
         6 tPLUS
         7 tMINUS
         8 tEQ
         9 tEQEQ
        10 '>'
    ```
    ydah committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    5f962f2 View commit details
    Browse the repository at this point in the history
  2. Remove unnecessary process

    ydah committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    e39e86e View commit details
    Browse the repository at this point in the history
  3. Refactor report_unused_terms

    ydah committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    fec1f15 View commit details
    Browse the repository at this point in the history