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: cc97885b3147
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: 6126402b38c4
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Jul 22, 2017

  1. Correctly inference variable's type after exception handler

    Fixed #4723
    
    Old implementation loses variable's `nil_if_read` flag after exception
    handler, so scope variables (i.e. meta vars) type inference is broken
    when reading such a variable after exception handler.
    makenowjust committed Jul 22, 2017
    Copy the full SHA
    9d37b6e View commit details

Commits on Jul 24, 2017

  1. Merge pull request #4733 from MakeNowJust/fix/crystal/4723-keep-nil-i…

    …f-read-around-exception-handler
    
    Correct nilable variable type inference after exception handler
    ysbaddaden authored Jul 24, 2017
    Copy the full SHA
    6126402 View commit details
Loading