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

ignore_changes converting null maps to empty maps, and applying marks. #29928

Merged
merged 2 commits into from
Nov 12, 2021

Commits on Nov 11, 2021

  1. ignore_changes changing a null map to empty

    Fix an error where using `ignore_changes` would cause some null maps to
    be saved as an empty map.
    jbardin committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    40174b6 View commit details
    Browse the repository at this point in the history
  2. test for null map and fix lost map marks

    Add a test to ensure ignore_changes does not change null maps to empty
    maps.
    
    Fix when a marked map revers the changes ignored within that map.
    jbardin committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    9d19086 View commit details
    Browse the repository at this point in the history