Geth MoarVM: 116c7a1330 | (Stefan Seifert)++ | 2 files
Fix HLL representations of CArray elements out of sync after native calls

For CArrays with elements that are wrapped in HLL objects like strings, CPointers or CArrays, we have to refresh the HLL representations after passing those arrays to native functions as the native code may change the data. For now just detect those cases and don't JIT compile the calls. Fixes rakudo GH #1220
08:11
AlexDaniel squashable6: next 10:33
squashable6 AlexDaniel, ⚠🍕 Next SQUASHathon in 3 days and ≈23 hours (2017-11-04 UTC-12⌁UTC+14). See github.com/rakudo/rakudo/wiki/Mont...Squash-Day
MasterDuke this looks interesting: continuousassurance.org/about-us/faqs/ 16:29
lizmat and another Perl 6 Weekly hits the Net: p6weekly.wordpress.com/2017/10/30/...-mastered/ 21:47
samcv ok i am gonna do something since i haven't done much lately hah 21:59
lizmat :-)
samcv going through some rt tickets. looks like there's an issue of no general category being set for codepoints with no props
m: 0xFFFF.uniprop.say
camelia
samcv looks like we don't handle returning default values for properties at all 22:20
only explictly things set in ucd2c.pl 22:21
samcv now to run spectest, no clue what it will tell me when i have it return the 0th value in the enum's when it can't find the codepoint_row 22:31
should at least fix that one test
samcv ok well can't fix that bug but i can fix some part of it 23:58
gonna be hard to get chars without info in them to have <:C> match Cn characters (Unassigned)(
but i can at least have .uniprop for general category work right 23:59