PLC-lang / rusty

Structured Text Parser and LLVM Frontend
GNU Lesser General Public License v3.0
181 stars 47 forks source link

fix: enum-variant names no longer clash #1188

Closed mhasel closed 1 month ago

mhasel commented 1 month ago

... when codegen runs in parallel.

Enum variant globals are now generated using their qualified name instead of their variant name.

resolves #1182

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 95.64%. Comparing base (fedc06d) to head (7400b21). Report is 4 commits behind head on master.

:exclamation: Current head 7400b21 differs from pull request most recent head d4380df. Consider uploading reports for the commit d4380df to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1188 +/- ## ========================================== + Coverage 95.62% 95.64% +0.02% ========================================== Files 150 148 -2 Lines 42657 42533 -124 ========================================== - Hits 40789 40682 -107 + Misses 1868 1851 -17 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.