PLC-lang / rusty

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

feat: Introduce `<REAL>_TRUNC_<INT>` functions #1339

Closed volsa closed 1 month ago

volsa commented 1 month ago

This commit introduces the <REAL>_TRUNC_<INT> library functions, which make use of our implicit truncation feature.

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 91.41%. Comparing base (be78df6) to head (d244cf5). Report is 111 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1339 +/- ## ========================================== + Coverage 91.11% 91.41% +0.30% ========================================== Files 153 160 +7 Lines 44816 49522 +4706 ========================================== + Hits 40833 45270 +4437 - Misses 3983 4252 +269 ```

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