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

Add missing and Missing #24653

Merged
merged 6 commits into from
Dec 5, 2017
Merged

Add missing and Missing #24653

merged 6 commits into from
Dec 5, 2017

Commits on Dec 2, 2017

  1. Add missing and Missing

    Add basic support with special methods for operators and standard math functions.
    Adapt ==(::AbstractArray, ::AbstractArray), all() and any() to support
    three-valued logic. This requires defining missing and Missing early in the
    bootstrap process, but other missing-related code is included relatively late
    to be able to add methods to Base functions defined in various places.
    nalimilan committed Dec 2, 2017
    Configuration menu
    Copy the full SHA
    99fd46f View commit details
    Browse the repository at this point in the history
  2. Support one and oneunit with Missing

    omus authored and nalimilan committed Dec 2, 2017
    Configuration menu
    Copy the full SHA
    a4f57b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    31031cd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    34e136b View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2017

  1. Fix 'show' test

    nalimilan committed Dec 3, 2017
    Configuration menu
    Copy the full SHA
    c6a076d View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2017

  1. Add precision to manual

    nalimilan committed Dec 5, 2017
    Configuration menu
    Copy the full SHA
    8daa601 View commit details
    Browse the repository at this point in the history