Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit 3c8f501 changed Julia compat to from 1.5 to 1.6, since the join method used sum with init keyword, which was introduced in Julia 1.6. However, BioSequences v3.0.0 was released with Julia compat 1.5. Upping Julia compat in a patch release is not allowed. Hence, the fix from commit 3c8f501 is not applied in any released version. This commit resets Julia compat to 1.5, and rephrases the join method so it no longer uses any features not present in Julia 1.5. It has been tested with Julia v 1.5 and passes.
- Loading branch information
f7ccb6b
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
f7ccb6b
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 updated: JuliaRegistries/General/63704
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: