randovania / mercury-engine-data-structures

Construct type definitions for Mercury Engine.
MIT License
2 stars 11 forks source link

Allow `Char` to be compiled #155

Closed henriquegemignani closed 4 months ago

henriquegemignani commented 4 months ago

Also adds StaticPaddedString, which is used by BMSLD's FunctionArgument

henriquegemignani commented 4 months ago

Changed how this works by adding StaticPaddedString.

codecov[bot] commented 4 months ago

Codecov Report

Attention: Patch coverage is 93.75000% with 1 line in your changes missing coverage. Please review.

Project coverage is 74.44%. Comparing base (dc45bec) to head (c8a820e). Report is 8 commits behind head on main.

Files Patch % Lines
...ne_data_structures/construct_extensions/strings.py 92.30% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #155 +/- ## ========================================== + Coverage 74.39% 74.44% +0.04% ========================================== Files 63 64 +1 Lines 3199 3224 +25 ========================================== + Hits 2380 2400 +20 - Misses 819 824 +5 ```

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