Chia-Network / clvm_tools_rs_fork

Modern Chialisp compiler implemented in Rust
Apache License 2.0
3 stars 9 forks source link

20230731 base rest #204

Closed prozacchiwawa closed 1 year ago

prozacchiwawa commented 1 year ago

This is &rest arguments from https://github.com/Chia-Network/clvm_tools_rs/pull/198 backported to base. The purpose of this is to ensure that the merge flows properly from a base PR to a nightly PR to nightly so that future changes to base also flow properly on top of this complex merge traffic. It's also the case that these have the possibility of merging to base separately eventually, since they're each smaller, self contained features.

coveralls-official[bot] commented 1 year ago

Pull Request Test Coverage Report for Build 5740361118


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/compiler/optimize.rs 2 3 66.67%
src/compiler/inline.rs 127 132 96.21%
src/compiler/frontend.rs 24 31 77.42%
src/compiler/evaluate.rs 69 77 89.61%
<!-- Total: 336 357 94.12% -->
Files with Coverage Reduction New Missed Lines %
src/compiler/evaluate.rs 1 86.89%
<!-- Total: 1 -->
Totals Coverage Status
Change from base Build 5733762408: 0.6%
Covered Lines: 7130
Relevant Lines: 9129

💛 - Coveralls