-
Notifications
You must be signed in to change notification settings - Fork 58
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
Bugfixes for zero-width characters #91
Merged
Merged
Commits on Oct 19, 2023
-
Add failing tests about zero-width characters
- verify-table-integrity.py BUG! Duplicated characters in both the zero-width and wide eastasian tables. This program checks for this exits non-zero in such cases, and has been added to the chain of commands in tox. one example output: ERROR verify-table-integrity.py:86 value 0x302a in table_name=WIDE_EASTASIAN version=10.0.0 is duplicated in other_table_name=ZERO_WIDTH from inclusive range 0x3000-0x303e The way wcwidth() is written, it will always return zero width. The discovery with this script is that there are characters defined as both zero width (by category code like Me, Mn, and upcoming Cf in derived category txt) and zero-width "wide" characters (property 'W' or 'F' in east asian wide txt). - new automatic tests for balinese, kr jamo, zero-width emoji, devanagari, tamil, kannada. Until bin/update-tables.py is amended to correct the zero and wide character tables, these are failing. - added pytest-benchmark plugin, example use: tox -epy312 -- --verbose --benchmark-save=original tox -epy312 -- --verbose --benchmark-compare=.benchmarks/Linux-CPython-3.12-64bit/0001_original.json
Configuration menu - View commit details
-
Copy full SHA for 97843e2 - Browse repository at this point
Copy the full SHA 97843e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for b40fbf3 - Browse repository at this point
Copy the full SHA b40fbf3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 84b2db4 - Browse repository at this point
Copy the full SHA 84b2db4View commit details -
Configuration menu - View commit details
-
Copy full SHA for c3cd589 - Browse repository at this point
Copy the full SHA c3cd589View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a5aa0d - Browse repository at this point
Copy the full SHA 0a5aa0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c1e1ed - Browse repository at this point
Copy the full SHA 5c1e1edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e1a1e2 - Browse repository at this point
Copy the full SHA 5e1a1e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 58ea34b - Browse repository at this point
Copy the full SHA 58ea34bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ff19583 - Browse repository at this point
Copy the full SHA ff19583View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d85a9e - Browse repository at this point
Copy the full SHA 0d85a9eView commit details
Commits on Oct 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 02ce598 - Browse repository at this point
Copy the full SHA 02ce598View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5c76c8 - Browse repository at this point
Copy the full SHA b5c76c8View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.