-
Notifications
You must be signed in to change notification settings - Fork 32
Registry consistency tests: before doing certain equality comparisons, add whitespace before and after hyphens #514
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
5460497
Registry consistency tests: before doing certain equality comparisons…
DilumAluthge 765f797
Fix Documenter
DilumAluthge f287ed2
Merge pull request #518 from JuliaRegistries/dpa/documenter
DilumAluthge 135cc41
BrokenRecord fails to precompile on Julia 1.11
DilumAluthge 800e39c
Merge pull request #519 from JuliaRegistries/dpa/fix-ci
DilumAluthge 402ca81
Use BrokenRecord 0.1.9
DilumAluthge 193cb13
Fix some Pkg syntax for older Julia versions
DilumAluthge fef5236
Specify the versions of both BrokenRecord and JLD2
DilumAluthge 029b562
Only install BrokenRecord as a test dep on Julia 1.6 through Julia 1.…
DilumAluthge 333b210
When installing the BrokenRecord test dep, install the exact version
DilumAluthge 6531a77
Fix a version specifier
DilumAluthge 5d7092e
Try to fix a test
DilumAluthge File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Could we instead just strip all white space from both sides? I think that would be less fragile in case there’s other white space changes later
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.
Or just remove all white space before comparison?