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

Conversation

quisquous
Copy link
Owner

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.

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.
@github-actions github-actions bot added the util label Jul 16, 2023
@quisquous quisquous merged commit 09e223b into main Jul 16, 2023
5 checks passed
@quisquous quisquous deleted the fix_missing_translations_async_issues branch July 16, 2023 17:00
github-actions bot pushed a commit that referenced this pull request Jul 16, 2023
…5699)

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. 09e223b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant