[dmd-internals] [D-Programming-Language/dmd] 76398d: Use correct scope for the if condition and then bl...

GitHub via dmd-internals dmd-internals at puremagic.com
Sun Sep 6 23:48:45 PDT 2015


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 76398dffbc84466c4c4131dff28973f80f928138
      https://github.com/D-Programming-Language/dmd/commit/76398dffbc84466c4c4131dff28973f80f928138
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2015-09-03 (Thu, 03 Sep 2015)

  Changed paths:
    M src/statement.d
    M test/fail_compilation/fail7077.d

  Log Message:
  -----------
  Use correct scope for the if condition and then block


  Commit: 36e83282e5c52e1f4dde667fd07138667ff69fea
      https://github.com/D-Programming-Language/dmd/commit/36e83282e5c52e1f4dde667fd07138667ff69fea
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2015-09-03 (Thu, 03 Sep 2015)

  Changed paths:
    M src/statement.d
    A test/fail_compilation/diag15001.d

  Log Message:
  -----------
  fix Issue 15001 - Duplicate error message without line number on if statement


  Commit: d1cff024654921f4bd1cdfe4f1974cbc013d1a9a
      https://github.com/D-Programming-Language/dmd/commit/d1cff024654921f4bd1cdfe4f1974cbc013d1a9a
  Author: Rainer Schuetze <r.sagitario at gmx.de>
  Date:   2015-09-07 (Mon, 07 Sep 2015)

  Changed paths:
    M src/statement.d
    A test/fail_compilation/diag15001.d
    M test/fail_compilation/fail7077.d

  Log Message:
  -----------
  Merge pull request #5020 from 9rnsr/fix15001

Issue 15001 - Duplicate error message without line number on if statement


Compare: https://github.com/D-Programming-Language/dmd/compare/c6b9895bfad0...d1cff0246549


More information about the dmd-internals mailing list