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

util: fix async bugs with find missing translations #5699

Merged
merged 1 commit into from
Jul 16, 2023

Commits on Jul 16, 2023

  1. util: fix async bugs with find missing translations

    The "code" missing translations finder wasn't properly async
    and so would continue to accumulate missing translations as
    the rest of the coverage report continued.
    
    The find missing translations script (standalone) handles
    this by not ending automatically, but the coverage report
    would (for example) list 4 entries but then say 21 errors
    as the the counting of the errors came after the entries
    were written.
    quisquous committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    f3c0d14 View commit details
    Browse the repository at this point in the history