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

make === primary, deprecate is #17758

Closed
StefanKarpinski opened this issue Aug 2, 2016 · 2 comments
Closed

make === primary, deprecate is #17758

StefanKarpinski opened this issue Aug 2, 2016 · 2 comments
Assignees
Milestone

Comments

@StefanKarpinski
Copy link
Sponsor Member

Since we now almost universally use the is function by the operator ===, we should make that the official name and make is a deprecated alias for === and eventually free up the name is.

@StefanKarpinski StefanKarpinski added this to the 0.6.0 milestone Aug 2, 2016
JeffBezanson added a commit that referenced this issue Oct 16, 2016
JeffBezanson added a commit that referenced this issue Oct 17, 2016
@JeffBezanson JeffBezanson self-assigned this Oct 17, 2016
JeffBezanson added a commit that referenced this issue Oct 18, 2016
@Ismael-VC
Copy link
Contributor

and eventually free up the name is

@StefanKarpinski is there a new meaning for is in the horizon? Or do you just mean to free the name for user code?

@StefanKarpinski
Copy link
Sponsor Member Author

No new meaning – it just seems weird to have two names for the same operation for no reason.

fcard pushed a commit to fcard/julia that referenced this issue Feb 28, 2017
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