Chia-Network / clvm_tools_rs_fork

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

Pass through op extension #202

Closed prozacchiwawa closed 1 year ago

prozacchiwawa commented 1 year ago

Apologies, i missed this. We should pass through the operators set. It's at compile time and so different from runtime. I was thinking that the operator set should be stable, but we should have it be uniform up and down.

coveralls-official[bot] commented 1 year ago

Pull Request Test Coverage Report for Build 5696116291


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/classic/clvm_tools/stages/stage_2/operators.rs 1 2 50.0%
<!-- Total: 1 2 50.0% -->
Files with Coverage Reduction New Missed Lines %
src/compiler/sexp.rs 1 79.05%
<!-- Total: 1 -->
Totals Coverage Status
Change from base Build 5695851260: 0.08%
Covered Lines: 6953
Relevant Lines: 8962

💛 - Coveralls