On Sep-18, John Williams wrote: > # New Ticket Created by John Williams > # Please include the string: [perl #17397] > # in the subject line of all future correspondence about this issue. > # <URL: http://rt.perl.org/rt2/Ticket/Display.html?id=17397 > > > > The attached patch makes assignment hyper operators (^+= etc) work in the > perl6 compiler. > > It also fixes a bug where @a ^+ @b (or any other hyper-op) always chose > the length of the right side, instead of the longest length. > > A test case is included as well.
Looks like someone applied all but the test case, and I just applied the test case too. Thanks!