-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Print all schema violations in
validate
's error message (#85)
* return all violations * wip more tests * update message format * add test * clean-up * bump patch version * Update test/runtests.jl * update comments * switch test to one that won't differ in error string between julia versions * Update src/schemas.jl Co-authored-by: Glenn Moynihan <[email protected]> * review * update docstrings * Update src/schemas.jl Co-authored-by: Glenn Moynihan <[email protected]> * update tests for reword * update tests for new error format * clean up messages/tests * refactor violation code to share * remove extraneous return * Apply suggestions from code review Co-authored-by: Curtis Vogt <[email protected]> * improve error message * prepare for future deprecation of find_violation * spacing parity * fix docstring * remove test that duplicates test coverage and is tricky across julia versions * Use `find_violations` in `find_violation` (#87) * Use `find_violations` in `find_violation` * Add better guidance in deprecation * Update documentation * Drop fail_fast * update tour example description * revert refactor * add back desired changes * remove deprecation warning * update docstrings * cleanup * Update src/schemas.jl Co-authored-by: Curtis Vogt <[email protected]> * Update src/schemas.jl * Update src/schemas.jl * add to api documentation in docs --------- Co-authored-by: Glenn Moynihan <[email protected]> Co-authored-by: Curtis Vogt <[email protected]> Co-authored-by: Jarrett Revels <[email protected]>
- Loading branch information
1 parent
39bb280
commit 321b19c
Showing
5 changed files
with
128 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
321b19c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register
321b19c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Registration pull request created: JuliaRegistries/General/82002
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via: