Have you considered the effects of lazy evaluation for the hash's values method? .sort will eagerly evaluate the whole .values list (i.e. snapshot it) while iterating over it will include added keys and such.
- How to pin down a bug in Rakudo? Richard Hainsworth
- Re: How to pin down a bug in Rakudo? Timo Paulssen
- Re: How to pin down a bug in Rakudo? Richard Hainsworth