Chia-Network / clvm_rs

Rust implementation of clvm
Apache License 2.0
67 stars 54 forks source link

fix small_number() patch #379

Closed arvidn closed 5 months ago

arvidn commented 5 months ago

The interpreter relies on being able to retrieve small atoms via small_number() even if they happen to be allocated on the heap, as normal atoms (but small).

coveralls-official[bot] commented 5 months ago

Pull Request Test Coverage Report for Build 7870333649

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/allocator.rs 27 30 90.0%
<!-- Total: 28 31 90.32% -->
Totals Coverage Status
Change from base Build 7850857111: -0.03%
Covered Lines: 5776
Relevant Lines: 6123

💛 - Coveralls