[dmd-internals] [D-Programming-Language/dmd] 57d52d: fix Issue 9690 - cannot access to @disable'd symbo...

GitHub noreply at github.com
Thu Nov 21 22:03:16 PST 2013


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 57d52dd4ab946b7b9813df1f57021880861fabcd
      https://github.com/D-Programming-Language/dmd/commit/57d52dd4ab946b7b9813df1f57021880861fabcd
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2013-11-17 (Sun, 17 Nov 2013)

  Changed paths:
    M src/func.c
    M test/compilable/compile1.d

  Log Message:
  -----------
  fix Issue 9690 - cannot access to @disable'd symbol from inner function of another @disable'd


  Commit: 20c23427355bb9d91ab995c4c3cb153a17d29985
      https://github.com/D-Programming-Language/dmd/commit/20c23427355bb9d91ab995c4c3cb153a17d29985
  Author: Walter Bright <walter at walterbright.com>
  Date:   2013-11-21 (Thu, 21 Nov 2013)

  Changed paths:
    M src/func.c
    M test/compilable/compile1.d

  Log Message:
  -----------
  Merge pull request #2799 from 9rnsr/fix9690

Issue 9690 - cannot access to @disable'd symbol from inner function of another @disable'd


Compare: https://github.com/D-Programming-Language/dmd/compare/3f51edc81a94...20c23427355b


More information about the dmd-internals mailing list