[dmd-internals] [D-Programming-Language/dmd] b90026: Issue 11616 - Introduce virtual keyword

GitHub noreply at github.com
Tue Feb 25 15:38:39 PST 2014


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: b900262a9cbde7247a5eb0abc9de218500f7e229
      https://github.com/D-Programming-Language/dmd/commit/b900262a9cbde7247a5eb0abc9de218500f7e229
  Author: Daniel Murphy <yebblies at gmail.com>
  Date:   2014-02-24 (Mon, 24 Feb 2014)

  Changed paths:
    M src/attrib.c
    M src/declaration.h
    M src/func.c
    M src/lexer.c
    M src/lexer.h
    M src/parse.c
    A test/fail_compilation/fail11616.d
    M test/runnable/xtest46.d

  Log Message:
  -----------
  Issue 11616 - Introduce virtual keyword

Introduce the virtual keyword


  Commit: 28acc4a364f751225b544b12c082dab037783d12
      https://github.com/D-Programming-Language/dmd/commit/28acc4a364f751225b544b12c082dab037783d12
  Author: Andrej Mitrovic <andrej.mitrovich at gmail.com>
  Date:   2014-02-25 (Tue, 25 Feb 2014)

  Changed paths:
    M src/attrib.c
    M src/declaration.h
    M src/func.c
    M src/lexer.c
    M src/lexer.h
    M src/parse.c
    A test/fail_compilation/fail11616.d
    M test/runnable/xtest46.d

  Log Message:
  -----------
  Merge pull request #2895 from yebblies/issue11616

Issue 11616 - Introduce virtual keyword


Compare: https://github.com/D-Programming-Language/dmd/compare/53bec8515bd5...28acc4a364f7


More information about the dmd-internals mailing list