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

Implement reduce_empty(op, Union{}) #35843

Merged
merged 7 commits into from
May 23, 2020
Merged

Implement reduce_empty(op, Union{}) #35843

merged 7 commits into from
May 23, 2020

Commits on May 4, 2020

  1. Configuration menu
    Copy the full SHA
    a4e0f47 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd39cf7 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2020

  1. Rollback non-bugfix parts

    tkf committed May 11, 2020
    Configuration menu
    Copy the full SHA
    16e46e7 View commit details
    Browse the repository at this point in the history
  2. Test sum(Union{}[])

    tkf committed May 11, 2020
    Configuration menu
    Copy the full SHA
    21895f7 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2020

  1. Configuration menu
    Copy the full SHA
    77020e5 View commit details
    Browse the repository at this point in the history
  2. Style fix: use where {T}

    tkf committed May 15, 2020
    Configuration menu
    Copy the full SHA
    6405dd6 View commit details
    Browse the repository at this point in the history
  3. Test reduce(*, ()) etc.

    tkf committed May 15, 2020
    Configuration menu
    Copy the full SHA
    f0dfaa0 View commit details
    Browse the repository at this point in the history