[dmd-internals] [D-Programming-Language/dmd] 5c75b6: Fixes Issue 4612 - Abstract should only be printed...

GitHub noreply at github.com
Sat Oct 27 09:08:07 PDT 2012


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 5c75b61dac339abe5a2413931cbcbc747f6cf0c1
      https://github.com/D-Programming-Language/dmd/commit/5c75b61dac339abe5a2413931cbcbc747f6cf0c1
  Author: Andrej Mitrovic <andrej.mitrovich at gmail.com>
  Date:   2012-10-27 (Sat, 27 Oct 2012)

  Changed paths:
    M src/doc.c
    A test/compilable/ddoc4162.d
    A test/compilable/extra-files/ddoc4162.html

  Log Message:
  -----------
  Fixes Issue 4612 - Abstract should only be printed if method is neither static nor final.


  Commit: 9f367d7a1e263b69b8f5dfc7e77487f584a612a6
      https://github.com/D-Programming-Language/dmd/commit/9f367d7a1e263b69b8f5dfc7e77487f584a612a6
  Author: Daniel Murphy <yebblies at gmail.com>
  Date:   2012-10-27 (Sat, 27 Oct 2012)

  Changed paths:
    M src/doc.c
    A test/compilable/ddoc4162.d
    A test/compilable/extra-files/ddoc4162.html

  Log Message:
  -----------
  Merge pull request #1226 from AndrejMitrovic/Fix4612

Fix Issue 4612 - ddoc marks both static and final methods of interfaces as abstract


Compare: https://github.com/D-Programming-Language/dmd/compare/9d7f15ae8135...9f367d7a1e26


More information about the dmd-internals mailing list