Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: crystal-lang/crystal
base: 5b32e46bcc82
Choose a base ref
...
head repository: crystal-lang/crystal
compare: 3e1abe3bb325
Choose a head ref
  • 3 commits
  • 2 files changed
  • 3 contributors

Commits on Mar 10, 2017

  1. Calling an NamedTuple#to_h now generates a meaningful error message

    karlseguin authored and Brian J. Cardiff committed Mar 10, 2017
    Copy the full SHA
    abe4f80 View commit details
    Browse the repository at this point in the history
  2. Add spec to to_h of empty tuples

    Brian J. Cardiff committed Mar 10, 2017
    Copy the full SHA
    fe13cbc View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4076 from karlseguin/feature/empty_named_tuple_to_h

    Calling an NamedTuple#to_h on an empty now has meaningful error message
    bcardiff committed Mar 10, 2017
    Copy the full SHA
    3e1abe3 View commit details
    Browse the repository at this point in the history