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

20240422 more fuzz facilities #84

Merged
merged 6 commits into from
Apr 23, 2024
Merged

Conversation

prozacchiwawa
Copy link
Contributor

  • Adds an object, ComplexAssignExpression, which can generate randomly structured, complex assign forms and report information about them. It also contains a method that allows it, given randomness, to produce valid defining expressions for each binding.
  • Adds a simple method for compiling and running cl23 code and returns useful information about it such as the CompilerOpts used to compile it and the result of compilation. This will be used later for a property test rig that depends on other fuzz infrastructure.

@coveralls
Copy link

coveralls commented Apr 22, 2024

Pull Request Test Coverage Report for Build 8788458617

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 15 unchanged lines in 1 file lost coverage.
  • Overall coverage decreased (-0.08%) to 82.935%

Files with Coverage Reduction New Missed Lines %
src/compiler/sexp.rs 15 79.08%
Totals Coverage Status
Change from base Build 8761341174: -0.08%
Covered Lines: 14925
Relevant Lines: 17996

💛 - Coveralls

@prozacchiwawa prozacchiwawa merged commit db47eab into base Apr 23, 2024
29 checks passed
@prozacchiwawa prozacchiwawa deleted the 20240422-more-fuzz-facilities branch April 23, 2024 18:09
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

3 participants