mun-lang / mun

Source code for the Mun language and runtime.
https://mun-lang.org
Other
1.81k stars 72 forks source link

chore: replace arena with la_arena #560

Closed baszalmstra closed 3 months ago

baszalmstra commented 3 months ago

This PR replaces our Arena implementation with the la_arena crate. This is basically the same thing but in crate form.

codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 87.42%. Comparing base (b68a952) to head (c2395da). Report is 2 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #560 +/- ## ========================================== + Coverage 87.30% 87.42% +0.12% ========================================== Files 276 274 -2 Lines 32035 32020 -15 ========================================== + Hits 27968 27994 +26 + Misses 4067 4026 -41 ```

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