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

Dict-like structures' constructors should track Dict changes #64

Open
garborg opened this issue Oct 25, 2014 · 3 comments
Open

Dict-like structures' constructors should track Dict changes #64

garborg opened this issue Oct 25, 2014 · 3 comments

Comments

@garborg
Copy link
Contributor

garborg commented Oct 25, 2014

(I'm guessing.)
Leave them in, if @deprecate depending on VERSION, add missing methods?

@kmsquire
Copy link
Member

Yes, this needs to be done.

@ivarne
Copy link
Contributor

ivarne commented Oct 27, 2014

Maybe we need a @deprecate04 macro in Compat.jl so that packages can deprecate functionality that doesn't fit well with the changes in 0.4. It would work as @deprecate but not add warnings when executed on 0.3.X

kmsquire added a commit that referenced this issue Mar 5, 2015
RFC: Update OrderedDict, OrderedSet constructors to take iterables (fixes #50, #64, #67)
@kmsquire
Copy link
Member

kmsquire commented Mar 7, 2015

I believe this is addressed for OrderedDicts and OrderedSets, but not yet for DefaultDicts.

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

No branches or pull requests

3 participants