-
-
Notifications
You must be signed in to change notification settings - Fork 57
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
Parse page ranges following citeproc #155
Merged
Merged
Changes from 26 commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
3f83bd2
Change page range construction for single numbers
DerDrodt be39404
Switch to InclusiveRange
DerDrodt 23befaa
Update citationberg
DerDrodt 4e68404
Fix JSON taxonomy
DerDrodt 26540cb
Add passing test
DerDrodt b179c5d
Change handling of page ranges
DerDrodt 36e9917
Merge branch 'main' into page-range
DerDrodt 993267c
Adapt to new citationberg version
DerDrodt c8635cf
Update citationberg rev
DerDrodt 8849e3b
Merge branch 'main' into page-range
DerDrodt ac278c4
Fix cslJSON
DerDrodt 99c8c1b
Change provisional error message for `NumericErr`
reknih 025c97a
Merge branch 'main' into pr/155
reknih bd66f01
Have CI report errors
reknih f269f09
Merge branch 'page-range' of https://github.com/DerDrodt/hayagriva in…
DerDrodt 3a8542a
Merge branch 'main' into page-range
DerDrodt bbf99b2
Fix page ranges
DerDrodt aca3971
Formatting
DerDrodt 817530a
Clippy
DerDrodt dfe2250
Update citationberg
DerDrodt b12df03
Update citationberg
reknih 361626e
Make clippy happy
reknih 963bd7b
Merge branch 'main' into page-range
Drodt a35df0c
Fix todos
DerDrodt 0ceac2e
Formatting
DerDrodt 6b5c7fc
Merge branch 'main' into page-range
DerDrodt 26e7079
Do not assume there is only one page variable
reknih 5bcba62
Use `Iterator::cmp` instead of loops
reknih fce95a1
Merge branch 'main' into pr/155
reknih de4bb72
Clippy
reknih 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 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
Oops, something went wrong.
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.
It would be nice to enforce this on a type system level but it's okay for now