Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
gh-130197: Fix (and test) option inpygettext
#133021
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
gh-130197: Fix (and test) option inpygettext
#133021
Conversation
Request@tomasr8@serhiy-storchaka |
StanFromIreland commentedApr 26, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
edit2: It has now been renamed toexclude-docstrings. This is much clearer (and consistent) that the option needs to be passed something, and is less conflicting with--docstrings. |
Uh oh!
There was an error while loading.Please reload this page.
ok if we're gonna go with fnmatch, I'd also update the docs for the option to mention that fnmatch-style patterns are supported. I'd also add more tests for wildcards and directories. |
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Do we want this though? I guess we can, but should we. |
Friendly ping@serhiy-storchaka |
Uh oh!
There was an error while loading.Please reload this page.
This also required some updating of the snapshot testing logic to handle multiple files. This function should get more testing and I will come back to this once I complete more research. For now I fixed (and tested) what was implemented.