Skip to content

Commit 8dbaec7

Browse files
committed
Bump MoarVM to get fix for <:Digit>
Fixes long standing issue where <:Digit> matches everything and codepoints with 'Numeric_Type' = 'Digit' would return an empty string instead of the correct result. Changes: 2017.11..2017.11-20-gd23f5ca16 356d9db76 Commit updated Unicode database, produced with latest ucd2c.pl 5277814c8 ucd2c.pl: Put the MVM_COLLATION values back to int not int enum 8fb124bee ucd2c.pl: Update copyright for Unicode Database d2cf724a6 Fix bug causing breakage of Numeric_Type=Digit b5512342b ucd2c.pl: Remove LineBreak sub and consolidate into another f6db90aec ucd2c.pl: Streamline and rework code, remove dead code 5ae7a6108 ucd2c.pl: Add support for integer based enum properties bee34bf4f ucd2c.pl: Add support for enum int properties e87a74130 Remove some duplicated code 6b04c9858 Improve error if synthetic's unicode property is queried e1b48c57e ucd2c.pl: Fix an error determining pvalue start 8b785c33b ucd2c.pl: Eliminate $points_by_hex ref hash fd54cbcc4 ucd2c.pl: Check that each pvalue code isn't assigned twice 925dab9bc ucd2c.pl: Simplify number of arguments for enumerated_property() 9fc35efbb Fix missing parens
1 parent f22b0b2 commit 8dbaec7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/build/MOAR_REVISION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2017.11
1+
2017.11-20-gd23f5ca16

0 commit comments

Comments
 (0)