-
Notifications
You must be signed in to change notification settings - Fork 66
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: jquast/wcwidth
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.2.12
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: jquast/wcwidth
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.2.13
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 9 commits
- 13 files changed
- 2 contributors
Commits on Nov 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9e0cedb - Browse repository at this point
Copy the full SHA 9e0cedbView commit details
Commits on Dec 1, 2023
-
Fix KeyError in bin/wcwidth-browser for combining (#106)
Resolve KeyError when launching wcwidth-browser.py with default unicode_version of 'auto', then pressing 'c' (for combining characters):: File "/Users/jq/Code/wcwidth/bin/wcwidth-browser.py", line 120, in __init__ for (begin, end) in ZERO_WIDTH[unicode_version]: ~~~~~~~~~~^^^^^^^^^^^^^^^^^ KeyError: 'auto'Configuration menu - View commit details
-
Copy full SHA for 3a9f471 - Browse repository at this point
Copy the full SHA 3a9f471View commit details
Commits on Dec 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 076164e - Browse repository at this point
Copy the full SHA 076164eView commit details
Commits on Dec 15, 2023
-
spellfix about
nargument (#108)* spellfix about ``n`` argument nobody should be using this argument, anyway! Its a holdover from the C POSIX function signature * Suggest not to use the ``n`` argument
Configuration menu - View commit details
-
Copy full SHA for 0ba0278 - Browse repository at this point
Copy the full SHA 0ba0278View commit details
Commits on Jan 6, 2024
-
Non-bugfix about zero & wide definition conflicts (again!) (#110)
In this update to update-tables.py, 04d6d90 I wrote, > `verify-table-integrity.py` exercises a "bug" of duplicated tables that has no effect, because wcswidth() first checks for zero-width, and that is preferred in cases of conflict. This PR also resolves that error of duplication. In that change I used method [set.discard()](https://docs.python.org/3/library/stdtypes.html#frozenset.discard) in error, the discard method takes a single item as an argument, while I was providing using a whole set and so it had no effect. Instead, I now use [set.difference()](https://docs.python.org/3/library/stdtypes.html#frozenset.difference) to re-assign the value. Also, - the `category_codes` argument has been removed in update-tables.py, it is not used. - `verify-table-integrity.py` has been improved to show both range values in conflict - `verify-table-integrity.py` now included as a unit test for a single version of python (3.12) - new unit test about conflicting wide & zero values. This demonstrates that the update to table_wide.py has no effect, as these tests succeed before and after change to table_wide.py.
Configuration menu - View commit details
-
Copy full SHA for 3af992a - Browse repository at this point
Copy the full SHA 3af992aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ed7f2c - Browse repository at this point
Copy the full SHA 8ed7f2cView commit details -
Add direct hyperlinks to Specification (#112)
Also adds Jamo to specification, from #111
Configuration menu - View commit details
-
Copy full SHA for 248f122 - Browse repository at this point
Copy the full SHA 248f122View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6aecb21 - Browse repository at this point
Copy the full SHA 6aecb21View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36a6251 - Browse repository at this point
Copy the full SHA 36a6251View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 0.2.12...0.2.13