exo-lang / exo

Exocompilation for productive programming of hardware accelerators
https://exo-lang.dev
MIT License
279 stars 28 forks source link

Small benign bug fix #643

Closed skeqiqevian closed 2 months ago

skeqiqevian commented 2 months ago

Changed a single if to elif. Previously, effects would be duplicated for each for loop.

codecov-commenter commented 2 months ago

Codecov Report

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

Project coverage is 86.96%. Comparing base (a1d6ffd) to head (2310a07).

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #643 +/- ## ========================================== - Coverage 86.97% 86.96% -0.01% ========================================== Files 94 94 Lines 21890 21890 ========================================== - Hits 19038 19037 -1 - Misses 2852 2853 +1 ```

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