Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

20240419 cldb revision #83

Draft
wants to merge 9 commits into
base: base
Choose a base branch
from
Draft

20240419 cldb revision #83

wants to merge 9 commits into from

Conversation

prozacchiwawa
Copy link
Contributor

Ensure cldb's compiler observes the program's sigil rather than assuming vaguely modern-ish.
Add a --tail option to cldb which causes cldb to evaluation to text until we know how many rows to convert.
Make the result of cldb step a StepInfo which holds the information needed to create the yaml entry that cldb usually outputs rather than the actual data structure. This allows users to finalize this information lazily.

@coveralls
Copy link

coveralls commented Apr 19, 2024

Pull Request Test Coverage Report for Build 8760188164

Details

  • 89 of 197 (45.18%) changed or added relevant lines in 4 files are covered.
  • 14 unchanged lines in 3 files lost coverage.
  • Overall coverage decreased (-0.3%) to 82.595%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/py/api.rs 0 1 0.0%
src/compiler/cldb.rs 82 109 75.23%
src/classic/clvm_tools/cmds.rs 0 80 0.0%
Files with Coverage Reduction New Missed Lines %
src/compiler/cldb.rs 2 70.9%
src/classic/clvm_tools/cmds.rs 4 65.78%
src/compiler/sexp.rs 8 77.76%
Totals Coverage Status
Change from base Build 8742161930: -0.3%
Covered Lines: 14844
Relevant Lines: 17972

💛 - Coveralls

@prozacchiwawa prozacchiwawa marked this pull request as draft April 20, 2024 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants