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

Fix NerdFont glyphs #435

Merged
merged 2 commits into from
Aug 15, 2024
Merged

Fix NerdFont glyphs #435

merged 2 commits into from
Aug 15, 2024

Conversation

spenserblack
Copy link
Owner

Invalid 16-bit Unicode escapes were used in the data file. These escapes were all actually 32-bit Unicode escapes with the leading 0s truncated. Converting them to 32-bit escapes (\U) with leading zeroes fixed the code points.

This replaces the 16-bit escapes with 32-bit escapes for NerdFont
glyphs. This fixes some of the entries, which previously had invalid
16-bit escape strings. It seems that the 32-bit hex codes were entered,
so a simple find-and-replace seems to have fixed the entries.
@spenserblack spenserblack added bug Something isn't working semver-patch This pull request bumps the patch version labels Aug 15, 2024
@spenserblack spenserblack requested a review from o2sh as a code owner August 15, 2024 18:41
@spenserblack spenserblack linked an issue Aug 15, 2024 that may be closed by this pull request
@spenserblack spenserblack enabled auto-merge August 15, 2024 18:43
@spenserblack spenserblack merged commit cb1e070 into main Aug 15, 2024
19 checks passed
@spenserblack spenserblack deleted the bugfix/353/nerd-font-glyphs branch August 15, 2024 18:44
Copy link

codecov bot commented Aug 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 73.70%. Comparing base (7bde389) to head (160d723).
Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #435   +/-   ##
=======================================
  Coverage   73.70%   73.70%           
=======================================
  Files          18       18           
  Lines         502      502           
=======================================
  Hits          370      370           
  Misses        132      132           
Flag Coverage Δ
--no-default-features 72.52% <ø> (ø)
--no-default-features --features color 73.30% <ø> (ø)
ubuntu-latest 73.70% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working semver-patch This pull request bumps the patch version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix some of the Nerd Font glyphs
1 participant