stacks-network / clarity-wasm

`clar2wasm` is a compiler for generating WebAssembly from Clarity.
GNU General Public License v3.0
12 stars 9 forks source link

Fix `append` to `append` issue #413

Closed Acaccia closed 1 month ago

Acaccia commented 1 month ago

Fixes #412

The type workaround now sets correctly the type of the list argument.

I added a simple test for it and a property test.

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 70.83333% with 7 lines in your changes are missing coverage. Please review.

Project coverage is 86.52%. Comparing base (6cba1b5) to head (3487a50). Report is 5 commits behind head on main.

Files Patch % Lines
clar2wasm/src/words/sequences.rs 70.83% 3 Missing and 4 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #413 +/- ## ========================================== - Coverage 87.30% 86.52% -0.79% ========================================== Files 43 43 Lines 18803 19167 +364 Branches 18803 19167 +364 ========================================== + Hits 16416 16584 +168 - Misses 1049 1118 +69 - Partials 1338 1465 +127 ```

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