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

I18nRubyGem: new parser #3895

Merged
merged 11 commits into from
Dec 27, 2023
Merged

I18nRubyGem: new parser #3895

merged 11 commits into from
Dec 27, 2023

Commits on Dec 26, 2023

  1. main,refactor: lift up vStringAccumulate to the main part

    Signed-off-by: Masatake YAMATO <yamato@redhat.com>
    masatake committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    90dd737 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. main,refactor: add vStringPutUnlessEmpty, vStringJoin, and vStringJoinS

    Signed-off-by: Masatake YAMATO <yamato@redhat.com>
    masatake committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    4d7d892 View commit details
    Browse the repository at this point in the history
  2. Vera,refactor: use vStringJoin

    Signed-off-by: Masatake YAMATO <yamato@redhat.com>
    masatake committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    137d800 View commit details
    Browse the repository at this point in the history
  3. YAML: wrap the code for debugging with #ifdef DEBUG/#endif

    Signed-off-by: Masatake YAMATO <yamato@redhat.com>
    masatake committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    278f279 View commit details
    Browse the repository at this point in the history
  4. YAML: pass the current yamlSubparser to tagYpathTable::initTagEntry

    Signed-off-by: Masatake YAMATO <yamato@redhat.com>
    masatake committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    1876f2c View commit details
    Browse the repository at this point in the history
  5. YAML: accept any keywords in ypathStateStackMatch() if the expectatio…

    …n is '*'
    
    Signed-off-by: Masatake YAMATO <yamato@redhat.com>
    masatake committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    da86b76 View commit details
    Browse the repository at this point in the history
  6. main,refactor: add copyExtraDynamic as a helper function

    Signed-off-by: Masatake YAMATO <yamato@redhat.com>
    masatake committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    f991bad View commit details
    Browse the repository at this point in the history
  7. main,comment: add comment to tagEntryInfo::placeholder

    Signed-off-by: Masatake YAMATO <yamato@redhat.com>
    masatake committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    c50d11f View commit details
    Browse the repository at this point in the history
  8. main: add resetTagCorkState

    Signed-off-by: Masatake YAMATO <yamato@redhat.com>
    masatake committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    7bb113e View commit details
    Browse the repository at this point in the history
  9. I18nRubyGem: new parser

    Close universal-ctags#3523
    
    Designed with Karol Jakusz-Gostomski <Karol Jakusz-Gostomski>
    Signed-off-by: Masatake YAMATO <yamato@redhat.com>
    masatake committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    98129c0 View commit details
    Browse the repository at this point in the history
  10. docs(man): add a page for I18nRubyGem

    Signed-off-by: Masatake YAMATO <yamato@redhat.com>
    masatake committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    bc3aa34 View commit details
    Browse the repository at this point in the history