[dmd-internals] [D-Programming-Language/dmd] 0bbded: implement UDA for module declaration

GitHub via dmd-internals dmd-internals at puremagic.com
Sat Oct 4 17:02:28 PDT 2014


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 0bbdedf1c1ead5194121e63003c01ec4d0f3112d
      https://github.com/D-Programming-Language/dmd/commit/0bbdedf1c1ead5194121e63003c01ec4d0f3112d
  Author: Igor Stepanov <wazar at localhost.localdomain>
  Date:   2014-09-19 (Fri, 19 Sep 2014)

  Changed paths:
    M src/attrib.h
    M src/hdrgen.c
    M src/module.c
    M src/parse.c
    M src/traits.c
    A test/compilable/extra-files/testheaderudamodule.di
    A test/compilable/imports/udamodule1.d
    A test/compilable/imports/udamodule2.d
    A test/compilable/imports/udamodule2a.d
    A test/compilable/testheaderudamodule.d
    A test/compilable/udamodule1.d
    A test/compilable/udamodule2.d
    A test/fail_compilation/moduleundefuda.d

  Log Message:
  -----------
  implement UDA for module declaration


  Commit: 2efa27a376115cb5968521d3136ebbeaaad953db
      https://github.com/D-Programming-Language/dmd/commit/2efa27a376115cb5968521d3136ebbeaaad953db
  Author: Hara Kenji <k.hara.pg+dev at gmail.com>
  Date:   2014-10-05 (Sun, 05 Oct 2014)

  Changed paths:
    M src/attrib.h
    M src/hdrgen.c
    M src/module.c
    M src/parse.c
    M src/traits.c
    A test/compilable/extra-files/testheaderudamodule.di
    A test/compilable/imports/udamodule1.d
    A test/compilable/imports/udamodule2.d
    A test/compilable/imports/udamodule2a.d
    A test/compilable/testheaderudamodule.d
    A test/compilable/udamodule1.d
    A test/compilable/udamodule2.d
    A test/fail_compilation/moduleundefuda.d

  Log Message:
  -----------
  Merge pull request #3947 from IgorStepanov/module-attributes

[enh] implement UDA for module declaration


Compare: https://github.com/D-Programming-Language/dmd/compare/b7ace0b93bb1...2efa27a37611


More information about the dmd-internals mailing list