Open aconsroe-hpe opened 2 years ago
I believe this is already fixed in #18708 which has yet to be merged. That's fallen out of my active working set because I didn't want to merge it without a fix for the performance hit that it results in (and definitely didn't want to merge it before 1.25.1).
Summary of Problem
Enum values with the same given value don't print correctly.
Steps to Reproduce
Source Code:
Compile command:
chpl multipleenums.chpl
Execution command:
./multipleenums
OutputI expected the last line to be
Bar
Associated Future Test(s):
Configuration Information