risor-io / risor

Fast and flexible scripting for Go developers and DevOps.
https://risor.io
Apache License 2.0
581 stars 24 forks source link

Clean up unused opcodes #193

Closed myzie closed 5 months ago

myzie commented 5 months ago

These were not used by the compiler so they can be safely removed.

codecov[bot] commented 5 months ago

Codecov Report

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

Project coverage is 30.80%. Comparing base (c5e6756) to head (ebdf272).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #193 +/- ## ======================================= Coverage 30.79% 30.80% ======================================= Files 113 113 Lines 14517 14500 -17 ======================================= - Hits 4471 4466 -5 + Misses 9486 9475 -11 + Partials 560 559 -1 ```

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