Skip to content
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

add compat for orderedcollections #304

Merged
merged 1 commit into from
Oct 16, 2021
Merged

Conversation

pdeffebach
Copy link
Collaborator

Fixes the merging error here.

cc @bkamins

@pdeffebach pdeffebach merged commit 4d3d74d into JuliaData:master Oct 16, 2021
@pdeffebach pdeffebach deleted the compat branch October 16, 2021 16:09
@@ -15,6 +15,7 @@ DataFrames = "1"
MacroTools = "0.5"
Reexport = "0.2, 1"
julia = "1"
OrderedCollections = "1"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

are you sure any 1.x version is OK?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, we only use the most basic OrderedDict API. A glance at the 1.0.0 documentation indicates things fine.

I just ran tests in an environment with OrderedCollections.jl pinned at 1.0.0 and tests passed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants