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

pass ParseState by reference into validate_conditions() #738

Merged
merged 1 commit into from
Sep 28, 2024

Conversation

arvidn
Copy link
Contributor

@arvidn arvidn commented Sep 27, 2024

There's nothing in validate_conditions() that need to take ownership of anything in ParseState.

Also, remove redundant u64_to_bytes() function and improve documentation of condition flags,

…ns(). Remove redundant u64_to_bytes() function. Improve documentation of condition flags
@arvidn arvidn marked this pull request as ready for review September 27, 2024 20:22
Copy link

Pull Request Test Coverage Report for Build 11077098746

Details

  • 33 of 33 (100.0%) changed or added relevant lines in 4 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.01%) to 83.466%

Totals Coverage Status
Change from base Build 11073521801: -0.01%
Covered Lines: 12509
Relevant Lines: 14987

💛 - Coveralls

@arvidn arvidn merged commit f23eaeb into main Sep 28, 2024
60 checks passed
@arvidn arvidn deleted the parse-state-reference branch September 28, 2024 06:18
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.

2 participants