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

searchsorted method conflicts #19604

Closed
stevengj opened this issue Dec 15, 2016 · 2 comments
Closed

searchsorted method conflicts #19604

stevengj opened this issue Dec 15, 2016 · 2 comments

Comments

@stevengj
Copy link
Member

When I build Julia, I get:

sort.jl
WARNING: Method definition searchsortedfirst(AbstractArray{T<:Any, 1}, Any) in module Sort at sort.jl:198 overwritten at sort.jl:201.
WARNING: Method definition searchsortedlast(AbstractArray{T<:Any, 1}, Any) in module Sort at sort.jl:198 overwritten at sort.jl:201.
WARNING: Method definition searchsorted(AbstractArray{T<:Any, 1}, Any) in module Sort at sort.jl:198 overwritten at sort.jl:201.

because the non-keyword version of these methods overrides the keyword version.

@yuyichao
Copy link
Contributor

These are added intentionally before kw lowering is improved.

@yuyichao
Copy link
Contributor

Ref #18728

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

2 participants