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

improve two deprecations #20529

Merged
merged 2 commits into from
Feb 9, 2017
Merged

improve two deprecations #20529

merged 2 commits into from
Feb 9, 2017

Conversation

JeffBezanson
Copy link
Member

  • for _ by itself at the prompt
  • add location info to inner constructor deprecation

@kshyatt kshyatt added the deprecation This change introduces or involves a deprecation label Feb 8, 2017
ex = ccall(:jl_parse_input_line, Any, (Ptr{UInt8}, Csize_t, Ptr{UInt8}, Csize_t),
s, sizeof(s), filename, sizeof(filename))
if ex === :_
# remove with 0.6 deprecation
Copy link
Member

Choose a reason for hiding this comment

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

Best practice at the moment is to drop a comment in base/deprecated.jl about this TODO.

Copy link
Member Author

Choose a reason for hiding this comment

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

Done.

@StefanKarpinski
Copy link
Member

This is safe to merge since the test failure on macOS was unrelated and random (my fault for adding lots of range tests that apparently sometimes actually fail.)

@StefanKarpinski StefanKarpinski merged commit 3257ec9 into master Feb 9, 2017
@StefanKarpinski StefanKarpinski deleted the jb/improvedeps branch February 9, 2017 14:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deprecation This change introduces or involves a deprecation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants