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

Correctly diff nested data structures #566

Merged
merged 8 commits into from
Sep 26, 2017
Merged

Commits on Jan 11, 2017

  1. Correctly diff nested data structures

    While the current implementation of `fileset-diff` works well for
    diffing on scalar values, the semantics are not correct for diffing
    on nested structures. This small modification results in correct
    diffs.
    bhagany committed Jan 11, 2017
    Configuration menu
    Copy the full SHA
    3dd4c9d View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2017

  1. Add tests for diff*

    bhagany committed Jan 12, 2017
    Configuration menu
    Copy the full SHA
    329a218 View commit details
    Browse the repository at this point in the history
  2. Add tests for edge cases

    bhagany committed Jan 12, 2017
    Configuration menu
    Copy the full SHA
    359829a View commit details
    Browse the repository at this point in the history

Commits on May 28, 2017

  1. Configuration menu
    Copy the full SHA
    134e48f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f27f4f View commit details
    Browse the repository at this point in the history
  3. pre-coffee typo

    bhagany committed May 28, 2017
    Configuration menu
    Copy the full SHA
    7f402b4 View commit details
    Browse the repository at this point in the history
  4. Handle passing nil to diff*

    bhagany committed May 28, 2017
    Configuration menu
    Copy the full SHA
    6c66621 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2017

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