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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: efd1598bb096
Choose a base ref
...
head repository: crystal-lang/crystal
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4502a4de9c38
Choose a head ref
  • 2 commits
  • 12 files changed
  • 1 contributor

Commits on Jun 7, 2016

  1. Revert "Fixed #2773: Can't override macro with splat argument"

    This reverts commit efd1598.
    
    We can't just lookup macros in reverse order because then regular overload, from top to bottom, doesn't work.
    We need to implement this correctly.
    Ary Borenszweig committed Jun 7, 2016
    Copy the full SHA
    b8ea6a2 View commit details
  2. Splat in block arguments. Fixes #1171

    Ary Borenszweig committed Jun 7, 2016
    Copy the full SHA
    4502a4d View commit details
Loading