Geth JSON-Unmarshal: samgwise++ created pull request #12:
Fixed failing test on Windows
02:04
JSON-Unmarshal/main: 100d9f8203 | (Sam Gillespie)++ (committed using GitHub Web editor) | t/080-trait.rakutest
Fixed failing test on Windows

unmarshalled-by on a positional attribute from 080-trait.rakutest was failing on windows after changes 0.16 -> 0.17
The error appears to be related to a potential inconsistency in the behaviour of a comparison: all($obj.inners) ~~ CustomArrayAttribute::Inner
I've expanded the logic into a block of code which now passes while following the same algorithmic intent.
10:26
JSON-Unmarshal/main: 2dca777701 | (Elizabeth Mattijsen)++ | 4 files
0.18
10:34