Skip to content

Conversation

@pemistahl
Copy link

This PR is related to #877.

While working on the next release of my command-line tool grex, some of my property tests fail now because the regexes produced from characters introduced in Unicode 14.0 do not match those characters when tested with the regex crate. The reason is that the regex crate still uses the Unicode tables of version 13.0, so they need to be updated. This PR contains the updated tables.

I would highly appreciate if you merged this PR and created a new release for the regex crate soon so that I can release a new version of my tool. Thanks a lot in advance.

BurntSushi added a commit that referenced this pull request Jul 5, 2022
@BurntSushi BurntSushi mentioned this pull request Jul 5, 2022
BurntSushi added a commit that referenced this pull request Jul 5, 2022
BurntSushi added a commit that referenced this pull request Jul 5, 2022
@BurntSushi
Copy link
Member

I ended up doing this myself in #879, so as to make sure I was using a version of ucd-generate that had itself been updated to Unicode 14. See: BurntSushi/ucd-generate#50

@pemistahl pemistahl deleted the unicode-14.0 branch July 5, 2022 17:40
longzhi added a commit to GaiaNet-AI/celery-rs that referenced this pull request Sep 19, 2025
Disabled due to upstream regex-syntax 0.6.24 compatibility issue with
minimal versions feature. This is a known issue that affects many projects:
- See: rust-lang/regex#878
- The check can be re-enabled once the upstream issue is resolved

This ensures CI can pass while maintaining all other quality checks.
longzhi added a commit to GaiaNet-AI/celery-rs that referenced this pull request Sep 19, 2025
Disabled due to upstream regex-syntax 0.6.24 compatibility issue with
minimal versions feature. This is a known issue that affects many projects:
- See: rust-lang/regex#878
- The check can be re-enabled once the upstream issue is resolved

This ensures CI can pass while maintaining all other quality checks.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants