-
Notifications
You must be signed in to change notification settings - Fork 370
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
CompatHelper: bump compat for "Reexport" to "1.0" #2587
CompatHelper: bump compat for "Reexport" to "1.0" #2587
Conversation
@ararslan - I understand it is safe to merge it once https://github.com/simonster/Reexport.jl is tagged. Right? |
Any idea why CI doesn't run? |
I do not know - it happened sometimes in the past also, but I do not know the rule here. |
Closing and reopening works. Unfortunately, CI used 0.2.0 because of dependencies, so we shouldn't merge this for now. |
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.
IMO it's fine to merge as-is since Reexport 1.0 doesn't actually have any breaking changes compared to 0.2, so I wouldn't expect anything to be noticeably affected for existing users.
Pkg doesn't care about git tags, so as long as 1.0 is in the registry (which it seems to be given that this PR was opened) then it's safe. |
(I just made a tag anyway) |
Thank you! |
This pull request changes the compat entry for the
Reexport
package from0.1, 0.2
to0.1, 0.2, 1.0
.This keeps the compat entries for earlier versions.
Note: I have not tested your package with this new compat entry. It is your responsibility to make sure that your package tests pass before you merge this pull request.