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

Fix inconsistencies with Dash defaults #537

Merged
merged 1 commit into from Oct 30, 2020

Commits on Oct 24, 2020

  1. Fix inconsistencies with Dash defaults

    The normal behavior of Dash with respect to property defaults differed
    from the behavior of a Dash/Trash with IgnoreUndeclared mixed in. This
    is because some situations called the defaults and some did not.
    
    This change normalizes the behavior so that all situations where the
    defaults should be used to override unset values behave consistently,
    as well as all situations where the default should not override a `nil`
    value.
    michaelherold authored and Michael Herold committed Oct 24, 2020
    Copy the full SHA
    f152e25 View commit details
    Browse the repository at this point in the history