Skip to content
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

Update Utf8 Headers #724

Merged
merged 2 commits into from Oct 6, 2023
Merged

Update Utf8 Headers #724

merged 2 commits into from Oct 6, 2023

Conversation

WhiredPlanck
Copy link
Contributor

Pull request

Issue tracker

Fixes will automatically close the related issue

Fixes #N/A

Feature

Describe feature of pull request

librime actually bundles the utf8 headers from a project called utfcpp. The version is obsolete, and after updating C++ standard to 17, many deprecations are warned in build process. So I update them in this PR.

Unit test

  • Done

Manual test

  • Done

Code Review

  1. Unit and manual test pass
  2. GitHub Action CI pass
  3. At least one contributor reviews and votes
  4. Can be merged clean without conflicts
  5. PR will be merged by rebase upstream base

Additional Info

Copy link
Member

@eagleoflqj eagleoflqj left a comment

Choose a reason for hiding this comment

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

Please remove cpp11.h in your first commit if you do not want a squash merge.

@WhiredPlanck
Copy link
Contributor Author

Please remove cpp11.h in your first commit if you do not want a squash merge.

cpp11.h is contained by the original source of utfcpp. I don’t want to break its integrality.

Copy link
Member

@eagleoflqj eagleoflqj left a comment

Choose a reason for hiding this comment

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

LGTM!

@eagleoflqj eagleoflqj merged commit 6fa6902 into rime:master Oct 6, 2023
8 checks passed
@WhiredPlanck WhiredPlanck deleted the utf8 branch October 6, 2023 02:14
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.

None yet

2 participants