Cro: libraries and tools for building reactive services in Perl 6 | cro.services/ | Logs: irclog.perlgeek.de/cro/
Set by moderator on 25 April 2018.
01:58 ilbot3 joined
moderator Cro: libraries and tools for building reactive services in Perl 6 | cro.services/ | Logs: irclog.perlgeek.de/cro/
06:12 sena_kun joined 10:36 FROGGS joined
Geth cro-http: 181f218d0c | (Jonathan Worthington)++ | 3 files
Make `:@query` param reflect query string order

Previously we made a hash of query string parameters and then just did
  `.List` to make it into a list of `Pair`. This made it vulnerable to
the recent hash order changes in Perl 6. However, it's probably more useful to have the list form preserve the exact order found in the query string, as well as not joining multiple same-named parameters. This fixes the test, and makes it consistent with `:@foo is header`, which also retains order and doesn't join multiple values.
20:29