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

remove NodePtr hack and fix-up benchmark-clvm-cost #374

Merged
merged 1 commit into from
Feb 8, 2024
Merged

Conversation

arvidn
Copy link
Contributor

@arvidn arvidn commented Feb 8, 2024

This fixes benchmark-clvm-cost to not need a magic NodePtr value for a variable placeholder. Instead, it uses Option<NodePtr> as it should have.

This let us remove the NodePtr::hack() constructor.

@arvidn arvidn requested a review from Rigidity February 8, 2024 14:54
@arvidn arvidn marked this pull request as ready for review February 8, 2024 14:55
Copy link

Pull Request Test Coverage Report for Build 7831421212

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.09%) to 94.242%

Totals Coverage Status
Change from base Build 7792995744: 0.09%
Covered Lines: 5401
Relevant Lines: 5731

💛 - Coveralls

@arvidn arvidn merged commit 4730668 into main Feb 8, 2024
27 checks passed
@arvidn arvidn deleted the remove-hack branch February 8, 2024 17:42
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