| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
Erm. Doesn't this mean that passing --dry-run is equivalent to not calling the command at all? That's not the point.
Sorry, something went wrong.
|
Thanks — you're right. I reworked the implementation so dry-run now performs mapping, extraction, and serialization into an in-memory buffer while leaving the output catalog untouched. The regression test also asserts that extraction actually occurred. The full messages test suite passes (353 tests), and Ruff passes on all changed files. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Fixes #910
The setuptools extract_messages command now honors the distutils dry-run flag and returns before creating or overwriting its output catalog. A regression test verifies that an existing POT file remains unchanged.
Tests: