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

Show replacement for module deprecation #18392

Merged
merged 1 commit into from
Sep 7, 2016

Conversation

fredrikekre
Copy link
Member

Shows the new name for a deprecated module, like it currently does for deprecated types.

julia> module Foo
       end
Foo

julia> Base.@deprecate_binding Bar Foo

julia> Bar
WARNING: Main.Bar is deprecated, use Foo instead.
  likely near no file:0
Foo

@fredrikekre
Copy link
Member Author

Could this be backported to 0.5?

@yuyichao
Copy link
Contributor

yuyichao commented Sep 8, 2016

I think this is a good candidate.

tkelman pushed a commit that referenced this pull request Sep 16, 2016
@tkelman tkelman added this to the 0.5.x milestone Sep 16, 2016
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.

None yet

4 participants