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

Don't tag encoded expressions with their version #362

Merged
merged 3 commits into from
Feb 4, 2019

Commits on Jan 31, 2019

  1. Don't tag encoded expressions with their hash

    Fixes #335
    
    The binary representation of Dhall expressions no longer includes the
    version string, which enables hash stability across standard version
    changes.
    
    This implies that changes to the language standard should take care to avoid
    reusing the same encoding to mean different things over time.  This also
    implies that interpreters will need to make a greater effort to anticipate
    likely decoding failures for older expressions and provide helpful
    error messages.
    Gabriella439 committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    dcb8031 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6320ff1 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2019

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