mirror of
https://github.com/nim-lang/Nim.git
synced 2026-07-11 19:59:32 +00:00
fixes #25886 fixes #25883 See #25883 Tuples only hash leaves so if 2 tuples have the same flattened representation they collide in the C codegen. Fix by hashing the length as well to disambiguate nesting levels. --------- Co-authored-by: ringabout <43030857+ringabout@users.noreply.github.com>