[dmd-internals] [D-Programming-Language/dmd] 2af112: fix Issue 12567 - Modules can't be marked as depre...

GitHub via dmd-internals dmd-internals at puremagic.com
Wed Aug 27 10:29:53 PDT 2014


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 2af112ec0f156c19b63a9d8269b37ba0555c5857
      https://github.com/D-Programming-Language/dmd/commit/2af112ec0f156c19b63a9d8269b37ba0555c5857
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2014-08-28 (Thu, 28 Aug 2014)

  Changed paths:
    M src/hdrgen.c
    M src/import.c
    M src/module.c
    M src/module.h
    M src/parse.c
    A test/compilable/extra-files/header12567a.di
    A test/compilable/extra-files/header12567b.di
    A test/compilable/imports/a12567.d
    A test/compilable/test12567a.d
    A test/compilable/test12567b.d
    A test/compilable/test12567c.d
    A test/compilable/test12567d.d
    A test/compilable/testheader12567a.d
    A test/compilable/testheader12567b.d
    A test/fail_compilation/fail12567.d

  Log Message:
  -----------
  fix Issue 12567 - Modules can't be marked as deprecated


  Commit: a93bfc1af201cdead3fb1f02a1e8a2081a3cad21
      https://github.com/D-Programming-Language/dmd/commit/a93bfc1af201cdead3fb1f02a1e8a2081a3cad21
  Author: Martin Nowak <code at dawg.eu>
  Date:   2014-08-27 (Wed, 27 Aug 2014)

  Changed paths:
    M src/hdrgen.c
    M src/import.c
    M src/module.c
    M src/module.h
    M src/parse.c
    A test/compilable/extra-files/header12567a.di
    A test/compilable/extra-files/header12567b.di
    A test/compilable/imports/a12567.d
    A test/compilable/test12567a.d
    A test/compilable/test12567b.d
    A test/compilable/test12567c.d
    A test/compilable/test12567d.d
    A test/compilable/testheader12567a.d
    A test/compilable/testheader12567b.d
    A test/fail_compilation/fail12567.d

  Log Message:
  -----------
  Merge pull request #3907 from 9rnsr/fix12567

[enh] Issue 12567 - Modules can't be marked as deprecated


Compare: https://github.com/D-Programming-Language/dmd/compare/5eae12e8346e...a93bfc1af201


More information about the dmd-internals mailing list