From 0339b0f83a964d0964feb27f38f7c832f80182d1 Mon Sep 17 00:00:00 2001 From: Samantha McVey Date: Wed, 29 Nov 2017 01:52:17 -0800 Subject: [PATCH] Bump NQP/Moar to get Numeric_Type and <:Digit> fixes Fixes long standing issue where <:Digit> matches everything and codepoints with 'Numeric_Type' = 'Digit' would return an empty string instead of the correct result. NQP Changes: 2017.11..2017.11-20-g8dbaec7a4 8dbaec7a4 Bump MoarVM to get fix for <:Digit> f22b0b2d0 [jvm] Remove capture from cstack upon backtracking 8b9753f9c Skip tests on the JVM b2789d9bc Fix test description 9fcd5e293 Test fullwidth characters in radix op 85c5d8379 [js] Support fullwidth characters in radix ops 094569fa2 Test matching unicode astral digits 7a0d5e4ad Test unicode digits with radix ops 595dc8c2f [js] Support more unicode digits in radix ops ea266102e [js] Support more unicode digits in radix ops e17521858 Throw more correct exceptions when unboxing type objects 794749891 [js] Match astral characters when matching some unicode properties d0f8e09c4 Use &is for better diagnostics in test 51ed31c20 correct def and typo 3927afb30 Add more return types to op docs, fix some signatures 2e4e29a9d [js] Handle context with no code in stub check 6f15a2db8 [js] Start of nqp::unicmp_s implementation e1a2233e8 [js] Fix exception handling bug 886aa20d0 Document return types of ops 0872b4d99 Fix srand signature MoarVM 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 --- tools/build/NQP_REVISION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/build/NQP_REVISION b/tools/build/NQP_REVISION index 8894947f291..5aad4fc5ab5 100644 --- a/tools/build/NQP_REVISION +++ b/tools/build/NQP_REVISION @@ -1 +1 @@ -2017.11 +2017.11-20-g8dbaec7a4 \ No newline at end of file