Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
gh-53950: ClearMESSAGES
in msgfmt#133316
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?
Conversation
What would be even better is not having a global variable at all, though that would be a larger change and is already partially covered by#10875 I believe. |
Uh oh!
There was an error while loading.Please reload this page.
We can just clear it for now, till the larger change is merged. |
Also request@serhiy-storchaka |
Uh oh!
There was an error while loading.Please reload this page.
I am unsure about the better fix here. Why not eliminate the global variable if that fixes the problem? Then it will make the other PR smaller. |
@merwok I updated the PR with that if that is what you prefer, it is not too bad, the diff is pretty low. |
Sharing MESSAGES between files is a (mis-)feature. See#10875 which solves this problem more thoroughly. |
Uh oh!
There was an error while loading.Please reload this page.
Do you mind splitting it from the larger pr, it would simplify it as Eric mentioned. |
Uh oh!
There was an error while loading.Please reload this page.
cc@tomasr8@merwok