fetching https://github.com/dkorpel/dmd.git named-arg-template (attempt: 1/3)
From https://github.com/dkorpel/dmd
 * branch            named-arg-template -> FETCH_HEAD

merging FETCH_HEAD
Updating 624710c..3e8e6bc
Fast-forward
 compiler/src/dmd/arrayop.d                         |  3 +-
 compiler/src/dmd/astbase.d                         |  4 +-
 compiler/src/dmd/clone.d                           |  6 +-
 compiler/src/dmd/dsymbolsem.d                      |  6 +-
 compiler/src/dmd/dtemplate.d                       | 27 ++++++--
 compiler/src/dmd/expressionsem.d                   | 46 +++++++-------
 compiler/src/dmd/frontend.h                        | 17 +++++
 compiler/src/dmd/func.d                            |  5 +-
 compiler/src/dmd/mtype.d                           |  6 +-
 compiler/src/dmd/parse.d                           | 72 ++++++++++++++--------
 compiler/src/dmd/semantic3.d                       |  2 +-
 compiler/src/dmd/statementsem.d                    |  2 +-
 compiler/src/dmd/template.h                        |  2 +
 .../test/compilable/named_arguments_template.d     |  7 +++
 .../test/fail_compilation/named_arguments_parse.d  |  6 +-
 15 files changed, 140 insertions(+), 71 deletions(-)
 create mode 100644 compiler/test/compilable/named_arguments_template.d