Skip to content

Fix record pattern matching when fields are not in the same order in all patterns

Melwyn Saldanha requested to merge melwyn95/fix/record-pattern-matching into dev

type:fixed

Problem: When record fields were not in the same order in all the patterns, it leads to wrong compilation

Solution: Sort the record fields in patterns to maintain the same order in all patterns

Changelog details:

Fix record pattern matching when fields are not in the same order in all patterns

Edited by Melwyn Saldanha

Merge request reports

Loading