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

Commits on Sep 28, 2015

  1. Remove global.gag check in DsymbolExp.resolve()

    When an instance that will be converted to a constant exists,
    the instance representation "foo!tiargs" is treated like a
    variable name, and its recursive appearance check (note that
    it's equivalent with a recursive instantiation of foo) is done
    separately from the circular initialization check for the
    eponymous enum variable declaration.
    
    By the approach, we can remove problematic `global.gag` check in
    `DsymbolExp::semantic()` without breaking `fail_compilation/diag10141.d`.
    9rnsr committed Sep 28, 2015
    Configuration menu
    Copy the full SHA
    d2c161c View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2015

  1. Merge pull request #5135 from 9rnsr/remove_gagcheck

    Remove global.gag check in DsymbolExp.resolve()
    WalterBright committed Sep 29, 2015
    Configuration menu
    Copy the full SHA
    6a062c6 View commit details
    Browse the repository at this point in the history
Loading