Skip to content

Commit

Permalink
support for Unicode 12 (#31561)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj authored and StefanKarpinski committed Apr 8, 2019
1 parent 5a381d2 commit f23ecd5
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ New language features
* `nextfloat(::BigFloat, n::Integer)` and `prevfloat(::BigFloat, n::Integer)` methods
have been added ([#31310]).

* Support for Unicode 12.0.0 ([#31561]).

Multi-threading changes
-----------------------

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
11c96db8208ee58ecf815d8333d273cc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
50a19aa56edc5c023611c40e75862f4c9c08e1bfad0bac9ec64413406cff8f409ff106a37f8c66202e563cbe3ae1d5a40036b14fd309651b50c30d3f205f08f5

This file was deleted.

This file was deleted.

4 changes: 2 additions & 2 deletions deps/utf8proc.version
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
UTF8PROC_BRANCH=v2.2.0
UTF8PROC_SHA1=97ef668b312b96382714dbb8eaac4affce0816e6
UTF8PROC_BRANCH=v2.3.0
UTF8PROC_SHA1=454f60150c7f023526d353e1e6b386f93ee0b116

2 comments on commit f23ecd5

@nanosoldier
Copy link
Collaborator

Choose a reason for hiding this comment

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

Executing the daily benchmark build, I will reply here when finished:

@nanosoldier runbenchmarks(ALL, isdaily = true)

@nanosoldier
Copy link
Collaborator

Choose a reason for hiding this comment

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

Your benchmark job has completed - possible performance regressions were detected. A full report can be found here. cc @ararslan

Please sign in to comment.