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: dlang/dmd
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e779ffc38336
Choose a base ref
...
head repository: dlang/dmd
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ae922d80de0a
Choose a head ref
  • 2 commits
  • 6 files changed
  • 2 contributors

Commits on Sep 30, 2015

  1. Resolve forward reference in VarDeclaration.toAlias()

    After this change:
    1. The check `!v.type` in `DsymbolExp.resolve` and `ScopeExp.semantic` will mean *unresolvable* forward reference.
    2. The code for issue 12023 in `DsymbolExp.resolve` becomes cleaner.
    3. Through the calls `AliasDeclaration.toAlias` and `VarDeclaration.toAlias`, selected import symbols will be resolved and `ice11300.d` case is made compilable.
    9rnsr committed Sep 30, 2015
    Configuration menu
    Copy the full SHA
    1df41dc View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2015

  1. Merge pull request #5149 from 9rnsr/fix_vardecl_toalias

    Resolve forward reference in `VarDeclaration.toAlias()`
    WalterBright committed Oct 4, 2015
    Configuration menu
    Copy the full SHA
    ae922d8 View commit details
    Browse the repository at this point in the history
Loading