samcv it actually seems to be making it bigger 00:32
well at least for the collation ones. maybe it's the fact that it is adding the enum arrays hm
since there are a lot of them
though it is giving me the chance to add the capability regardless. i may end up setting some back but that will be much easier than the work i've done. after i convert them to int properties and all is well i'll decide about the spacing issue 00:38
also i have been able to factor some of the code into separate functions, things that are repeated and such 00:39
samcv jnthn: it's <:Digit> that's been broken forever right? 01:24
i was adding checks so that the pvalues will all start at 0, have no gaps, and have no two property values to the same pvalue
pvalue code that is
and looks like Digit is not ending 01:25
'None' => 0, 'Numeric' => 1, 'Decimal' => 3
brrt good * #moarvm 07:06
nwc10 good *, brrt 07:11
samcv good brrt, * 09:00
brrt good samcv, too :-P 09:12
jnthn samcv: Hmm, I thought it was :Space or something, but that might have been a different problem... :) 10:02
morning o/
samcv well space is fixed 10:04
but <:Digit> matches everything
m: 'a' ~~ /<:Digit>/
camelia ( no output )
samcv m: say 'a' ~~ /<:Digit>/ 10:05
camelia 「a」
samcv it's special cased as a subtype of Numeric_Type but the code deletes it from the enum, and uhm registers it as a property or something weird
jnthn o.O 10:14
nine Well.... 'a' _is_ a proper hex digit ;) 12:16
timotimo m: say "o" ~~ /<:Digit>/ 13:38
camelia 「o」
lizmat .u o 13:42
yoleaux U+006F LATIN SMALL LETTER O [Ll] (o)
lizmat hmmm