[dmd-internals] [D-Programming-Language/dmd] ff7270: fix Issue 10208 - Module-level const/immutable var...

GitHub noreply at github.com
Fri May 31 21:02:52 PDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: ff7270da2b14503c723124f840a69cb8adebe3df
      https://github.com/D-Programming-Language/dmd/commit/ff7270da2b14503c723124f840a69cb8adebe3df
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2013-05-30 (Thu, 30 May 2013)

  Changed paths:
    M src/template.c
    M src/traits.c
    M test/runnable/uda.d

  Log Message:
  -----------
  fix Issue 10208 - Module-level const/immutable variables with initialization value don't support UDAs


  Commit: 4aac3b50b4516974d4b9e42b268c0ef7f6667a7c
      https://github.com/D-Programming-Language/dmd/commit/4aac3b50b4516974d4b9e42b268c0ef7f6667a7c
  Author: Walter Bright <walter at walterbright.com>
  Date:   2013-05-31 (Fri, 31 May 2013)

  Changed paths:
    M src/template.c
    M src/traits.c
    M test/runnable/uda.d

  Log Message:
  -----------
  Merge pull request #2100 from 9rnsr/fix10208

Issue 10208 - Module-level const/immutable variables with initialization value don't support UDAs


Compare: https://github.com/D-Programming-Language/dmd/compare/be3653bc3e80...4aac3b50b451


More information about the dmd-internals mailing list