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

Deprecate ^(x, p::Integer) #25917

Merged
merged 1 commit into from
Feb 7, 2018
Merged

Conversation

JeffBezanson
Copy link
Sponsor Member

Rebased and added news to #23332.

@JeffBezanson JeffBezanson added this to the 1.0 milestone Feb 6, 2018
@JeffBezanson JeffBezanson added the kind:deprecation This change introduces or involves a deprecation label Feb 6, 2018
@@ -1352,6 +1352,8 @@ end
@deprecate IOBuffer(read::Bool, write::Bool) IOBuffer(read=read, write=write)
@deprecate IOBuffer(maxsize::Integer) IOBuffer(read=true, write=true, maxsize=maxsize)

# PR #23332
@deprecate ^(x, p::Integer) power_by_squaring(x,p)
Copy link
Member

Choose a reason for hiding this comment

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

power_by_squaring isn't exported, so should this be Base.power_by_squaring?

@JeffBezanson JeffBezanson force-pushed the invenia-remove-untyped-caretpow branch from 46110b0 to c32fa23 Compare February 6, 2018 23:53
@JeffBezanson JeffBezanson merged commit e879820 into master Feb 7, 2018
@JeffBezanson JeffBezanson deleted the invenia-remove-untyped-caretpow branch February 7, 2018 15:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:deprecation This change introduces or involves a deprecation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants