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

Minor cleanup of noteworthy differences #29245

Merged
merged 1 commit into from
Sep 21, 2018

Conversation

bkamins
Copy link
Member

@bkamins bkamins commented Sep 18, 2018

Minor language fixes. Two more significant changes are:

  • it is recommended to use === to compare to nothing
  • = is not a binary operator
  • in sum etc., now we have a keyword argument dims

Minor language fixes. Two more significant changes are:
* it is recommended to use `===` to compare to `nothing`
* `=` is not a binary operator
@KristofferC KristofferC added docs This change adds or pertains to documentation backport pending 1.0 labels Sep 18, 2018
@JeffBezanson JeffBezanson merged commit 27de698 into JuliaLang:master Sep 21, 2018
@bkamins bkamins deleted the patch-24 branch September 21, 2018 03:23
KristofferC pushed a commit that referenced this pull request Sep 30, 2018
Minor language fixes. Two more significant changes are:
* it is recommended to use `===` to compare to `nothing`
* `=` is not a binary operator

(cherry picked from commit 27de698)
KristofferC pushed a commit that referenced this pull request Feb 11, 2019
Minor language fixes. Two more significant changes are:
* it is recommended to use `===` to compare to `nothing`
* `=` is not a binary operator

(cherry picked from commit 27de698)
KristofferC pushed a commit that referenced this pull request Feb 20, 2020
Minor language fixes. Two more significant changes are:
* it is recommended to use `===` to compare to `nothing`
* `=` is not a binary operator

(cherry picked from commit 27de698)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs This change adds or pertains to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants