Skip to content

[Intl] Allow compressing emoji and data maps #50055

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

Merged
merged 1 commit into from
Apr 18, 2023

Conversation

nicolas-grekas
Copy link
Member

Q A
Branch? 6.3
Bug fix? no
New feature? yes
Deprecations? no
Tickets Fix #49943
License MIT
Doc PR -

Resuming #49970, which was closed by mistake :)

@carsonbot carsonbot added this to the 6.3 milestone Apr 18, 2023
@stof stof changed the title [Intl] Compress emoji and data maps [Intl] Allow compressing emoji and data maps Apr 18, 2023
@stof
Copy link
Member

stof commented Apr 18, 2023

My review at #49970 (review) applies to this PR then.

@@ -178,7 +178,7 @@ public static function buildStripRules(array $emojisCodePoints): iterable
$maps[$codePointsCount][$emoji] = '';
}

return ['strip' => self::createRules($maps)];
return ['emoji-strip' => self::createRules($maps)];
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

those changes are not directly related, although I found them while running the script

@nicolas-grekas
Copy link
Member Author

CI updated to run the intl tests with compressed data.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Split intl packages in smaller packages
4 participants