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

Implement validation module #7

Merged
merged 1 commit into from
Aug 1, 2024
Merged

Implement validation module #7

merged 1 commit into from
Aug 1, 2024

Conversation

theory
Copy link
Member

@theory theory commented Jul 30, 2024

Create Rust modules for validation and add appropriate tests, linting, and docs. Uses the JSON schemas previously created, and validates both v1 and v2 META.json files.

Other changes:

  • Improve path validation by using the relative-path crate
  • Move test corpus items to their own files
  • Create v2 test corpus, including real-world examples
  • Move the code for creating a boon::Compiler to its own, undocumented module

@theory theory added the enhancement New feature or request label Jul 30, 2024
@theory theory self-assigned this Jul 30, 2024
@theory theory marked this pull request as ready for review July 30, 2024 21:00
Copy link

codecov bot commented Jul 30, 2024

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

Thanks for integrating Codecov - We've got you covered ☂️

Create Rust modules for validation and add appropriate tests, linting,
and docs. Uses the JSON schemas previously created, and validates both
v1 and v2 `META.json` files.

Other changes:

*   Improve path validation by using the relative-path crate
*   Move test corpus items to their own files
*   Create v2 test corpus, including real-world examples
*   Move the code for creating a boon::Compiler to its own, undocumented
    module
@theory theory merged commit bfd9781 into main Aug 1, 2024
12 checks passed
@theory theory deleted the validator branch August 1, 2024 16:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant