in reply to Re: Truly randomized keys() in perl 5.17 - a challenge for testing?
in thread Truly randomized keys() in perl 5.17 - a challenge for testing?

but it would not detect any bugs where you implicitly rely on sorted keys...
I hope saintmike isn't relying on implicit key ordering, especially for tests?

-QM
--
Quantum Mechanics: The dreams stuff is made of

  • Comment on Re^2: Truly randomized keys() in perl 5.17 - a challenge for testing?

Replies are listed 'Best First'.
Re^3: Truly randomized keys() in perl 5.17 - a challenge for testing?
by hdb (Monsignor) on Sep 30, 2013 at 11:08 UTC

    I did not want to suggest he is but others might be reading this as well... Just jumped to my mind, that there could be code that worked with ordered keys but not otherwise.