Yippee!
[Bug 1531855] Rakudo: This type cannot unbox to a native string:
P6opaque, Failure
https://bugzilla.redhat.com/show_bug.cgi?id=1531855
Fedora Update System changed:
What|Removed |Added
I'm pretty sure you're running up against this change in rakudo:
https://github.com/rakudo/rakudo/blob/master/docs/ChangeLog#L203
> + Made print/say/put/note handle junctions correctly [07616eff]
> [9de4a60e][8155c4b8][3405001d]
the relevant commits being:
https://github.com/rakudo/ra
I recently upgraded to Rakudo 2018.01 and just now encountered some
perplexing behavior.
Junctions, regardless of type, are being stringified one alternative per
line. 1 & 2, 1 | 2, 1 ^ 2, and none(1, 2) are all displayed as a 1, a
newline, and 2. Previously I would see eg. "all(1, 2)", which no