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

Added recursive merge function for NamedTuple, addresses #29215 #29259

Merged
merged 7 commits into from
Nov 1, 2018

Commits on Sep 18, 2018

  1. Configuration menu
    Copy the full SHA
    fbe6d28 View commit details
    Browse the repository at this point in the history
  2. Fixed NamedTuple recursive merge docstring slightly, added another te…

    …st for said merge function
    jpsamaroo committed Sep 18, 2018
    Configuration menu
    Copy the full SHA
    6a72903 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2018

  1. Change "recursive" NamedTuple merge to "left-associative" merge, and …

    …make definition more elegant
    jpsamaroo committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    2d14ca3 View commit details
    Browse the repository at this point in the history
  2. Fixed jldoctest failure

    jpsamaroo committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    4202ec9 View commit details
    Browse the repository at this point in the history
  3. Re-fixify the docstring...

    jpsamaroo committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    8d4ac08 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2018

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

Commits on Oct 21, 2018

  1. Added single argument merge

    jpsamaroo committed Oct 21, 2018
    Configuration menu
    Copy the full SHA
    3d9a955 View commit details
    Browse the repository at this point in the history