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 to utf8proc 2.6 #38551

Merged
merged 2 commits into from
Nov 25, 2020
Merged

update to utf8proc 2.6 #38551

merged 2 commits into from
Nov 25, 2020

Conversation

stevengj
Copy link
Member

@stevengj stevengj commented Nov 23, 2020

Fixes #37680.

Also allows us to address #36618 in a future PR.

Marking as "backport 1.5" since this fixes a bug in Julia 1.5 without changing anything else (all other old functionality of utf8proc is unchanged, as is the Unicode version). (We can't backport easily to Julia ≤ 1.4, in contrast, because it would change the Unicode version — we'd have to fork a new branch of utf8proc to backport the underlying fix.)

@stevengj stevengj added unicode Related to unicode characters and encodings backport 1.5 triage This should be discussed on a triage call labels Nov 23, 2020
@stevengj
Copy link
Member Author

stevengj commented Nov 24, 2020

Test failures seem unrelated: linux32 is giving atexit hook threw an error: ErrorException("schedule: Task not runnable") in Distributed test, while linuxaarch64 is giving a NaN == Inf in a LinearAlgebra test.

@Keno Keno merged commit 6fbee29 into master Nov 25, 2020
@Keno Keno deleted the utf8proc2.6 branch November 25, 2020 02:06
@stevengj stevengj removed the triage This should be discussed on a triage call label Nov 25, 2020
@vchuravy vchuravy mentioned this pull request Jan 21, 2021
27 tasks
vchuravy pushed a commit that referenced this pull request Jan 21, 2021
* update to utf8proc 2.6

* another test

(cherry picked from commit 6fbee29)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
unicode Related to unicode characters and encodings
Projects
None yet
3 participants