On Tue, 08 Aug 2017 18:40:48 -0700, alex.jakime...@gmail.com wrote:
> Code:
> for <a b c>.hyper { say 2 }
> 
> Result (2015.09-2015.06):
> 2
> 2
> 2
> 
> Result (9b0b9effe5,2017.07,HEAD(6745517)):
> (no output)
> 
> 
> There seems to be nothing wrong with using a for loop on .hyper or
> .race, so it should work. It starts working if you somehow use the
> value, for example:
> 
> Code:
> do for <a b c>.hyper { say 2 }
> 
> Result (9b0b9effe5,2017.07,HEAD(6745517)):
> 2
> 2
> 2
> 
> 
> Bisectable points to
> https://github.com/rakudo/rakudo/commit/9b0b9effe5fee1f35497cf97a5e7bda9bb083507

Fixed in new hyper/race implementation; tests in S07-hyperrace/hyper.t and 
S07-hyperrace/race.t.

Reply via email to