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

Spurious deprecation warning for _ #22073

Closed
KristofferC opened this issue May 26, 2017 · 3 comments
Closed

Spurious deprecation warning for _ #22073

KristofferC opened this issue May 26, 2017 · 3 comments

Comments

@KristofferC
Copy link
Member

julia> f(x, _, y = nothing) = f(x,y)

WARNING: deprecated syntax "_ as an rvalue around REPL[1]:1".
f (generic function with 2 methods)

_ is a lvalue here or?

@tkelman
Copy link
Contributor

tkelman commented May 26, 2017

possible duplicate of #20931?

@vtjnash
Copy link
Member

vtjnash commented May 26, 2017

no, duplicate of #7357

@KristofferC
Copy link
Member Author

Ok

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