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

Number normalization for Crystal::Hasher #5276

Merged
merged 6 commits into from Nov 24, 2017

Commits on Nov 12, 2017

  1. Introduces real Number normalization for Crystal::Hasher.

    As declared by Crystal language reference, 1i32.hash should equal to 1f64.hash.
    
    Extracted from crystal-lang#4675, also replaces crystal-lang#4581.
    akzhan committed Nov 12, 2017
    Copy the full SHA
    a276993 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c46503e View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2017

  1. follow @luislavena

    akzhan committed Nov 13, 2017
    Copy the full SHA
    46b2eef View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2017

  1. Followed @RX14

    akzhan committed Nov 18, 2017
    Copy the full SHA
    252539c View commit details
    Browse the repository at this point in the history
  2. normalized_hash

    akzhan committed Nov 18, 2017
    Copy the full SHA
    c92aa17 View commit details
    Browse the repository at this point in the history
  3. oops @Sija :)

    akzhan committed Nov 18, 2017
    Copy the full SHA
    d6d2952 View commit details
    Browse the repository at this point in the history