You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hmm because we reexport OrderedCollections.
a breaking change there is probably also a breaking change here.
I failed to think this through or I would have synconized the OrderdCollections 2.0 release with the DataStructures 0.19 release.
Have to think what do do here. @timholy do you have thoughts?
In terms of breaking changes, can I just note that the code that was removed in OrderedCollections 2.0.0 has been deprecated since the release of OrderedCollections 1.0.0 which was 8 years ago. This was also the second release of OrderedCollections, and was built for Julia 0.7.
Version 1.8.0+ of OrderedCollections requires Julia 1.7.1, so chances are that anyone using a modern version of OrderedCollections will not be using the deprecated code blocks that have been removed in 2.0.0.
I've also looked through the list of exports in DataStructures, and it does not appear that you export anything that was previously deprecated and now removed, so your API is still unchanged.
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.
No description provided.