v21.8.0
Add collect_map over key and value pairs (#220)
Enhancements:
- collect_map() with no selectors builds a MAP from a sequence of key
and value pairs: [("a", 1), ("b", 2)] |> collect_map()
Technical:
- Raise VERSION to 21.8.0
- Bump the local ghul.compiler pin to 60.2.2
Co-authored-by: ghul-coder[bot] <286450068+ghul-coder[bot]@users.noreply.github.com>
Co-authored-by: Claude Opus 5 noreply@anthropic.com