Fixes Jabref#7305: the RFC fetcher is not compatible with the draftFix for issue 7305#7674
Merged
koppor merged 4 commits intoJabRef:mainfrom May 3, 2021
Merged
Fixes Jabref#7305: the RFC fetcher is not compatible with the draftFix for issue 7305#7674koppor merged 4 commits intoJabRef:mainfrom
koppor merged 4 commits intoJabRef:mainfrom
Conversation
Member
|
Please have a look at the checkstyle |
fix checkstyle.
Contributor
Author
|
Haha, I made this mistake again, it has been fixed now, and I won't make this mistake next time. |
Siedlerchr
approved these changes
Apr 29, 2021
koppor
approved these changes
May 3, 2021
Siedlerchr
added a commit
that referenced
this pull request
May 4, 2021
* upstream/main: (354 commits) Fix ScienceDirect fetcher (#7684) Refactor NoBibTexFieldCheckerTest to increase mutation coverage (#7697) Update Gradle from 6.8.3 to 7.0 (#7619) Fixes Jabref#7305: the RFC fetcher is not compatible with the draftFix for issue 7305 (#7674) Refactoring existing unit tests (#7693) cover boundary cases & add more unit tests (#7694) Bump classgraph from 4.8.104 to 4.8.105 (#7688) Bump java-diff-utils from 4.9 to 4.10 (#7692) Fix arXiv fetcher tests (#7686) Make key for ScienceDirect configurable (#7683) migration of timestamp (#7671) Fix CCSB and DOAJ (#7426) [Bot] Update CSL styles (#7680) MS Office XML: Export month name (#7677) linkfix (#7678) readd fix (#7675) Fix threading cleanup in performSearch (#7672) add missing changelog delete bug fix (#7580) Add more unit tests to three gui classes (#7636) ... # Conflicts: # build.gradle
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Fixes #7305
CHANGELOG.mddescribed in a way that is understandable for the average user (if applicable)We can first determine whether the RFC ID contains the prefix "draft ", if it is, we will not add the prefix "RFC".
Now, RFC fetcher can work well.
Try process drafts ID
draft-ietf-sidrops-aspa-verification.Before fixing the bug:

After fixing the bug:
