-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Intl] Blacklist Eurozone and United Nations in Region Data Generator #28396
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
Conversation
gregurco
commented
Sep 7, 2018
Q | A |
---|---|
Branch? | 2.8 |
Bug fix? | yes |
New feature? | no |
BC breaks? | no |
Deprecations? | no |
Tests pass? | yes |
Fixed tickets | #28260 |
License | MIT |
Doc PR | - |
@@ -34,6 +34,8 @@ class RegionDataGenerator extends AbstractDataGenerator | |||
const BOUVET_ISLAND_ID = 'BV'; | |||
const HEARD_MCDONALD_ISLANDS_ID = 'HM'; | |||
const CLIPPERTON_ISLAND_ID = 'CP'; | |||
const EUROZONE_UNION_ID = 'EZ'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
actually, this should be named EUROZONE_ID I suppose
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed. I found in wiki that EZ is a monetary union, that's why I added union in constant name 🙂 but yep, finally it's not a usual "union".
Actually, the data also had to be updated. I just did it by pushing to your fork. |
Thank you @gregurco. |
…a Generator (gregurco) This PR was merged into the 2.8 branch. Discussion ---------- [Intl] Blacklist Eurozone and United Nations in Region Data Generator | Q | A | ------------- | --- | Branch? | 2.8 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #28260 | License | MIT | Doc PR | - Commits ------- e2e4049 [Intl] Blacklist Eurozone and United Nations in Region Data Generator