[dmd-internals] [D-Programming-Language/dmd] 776cc7: Fix Issue 12598 - Emit better diagnostics when typ...

GitHub via dmd-internals dmd-internals at puremagic.com
Sat Apr 19 11:26:36 PDT 2014


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 776cc73b4afc04e22bbc06f3e3b370cd5c90c5a5
      https://github.com/D-Programming-Language/dmd/commit/776cc73b4afc04e22bbc06f3e3b370cd5c90c5a5
  Author: Andrej Mitrovic <andrej.mitrovich at gmail.com>
  Date:   2014-04-19 (Sat, 19 Apr 2014)

  Changed paths:
    M src/expression.c
    A test/fail_compilation/diag12598.d
    A test/fail_compilation/imports/diag12598a.d

  Log Message:
  -----------
  Fix Issue 12598 - Emit better diagnostics when type is found where an lvalue was expected.


  Commit: c643ec572f8c528225c6a6af1594b08b04488657
      https://github.com/D-Programming-Language/dmd/commit/c643ec572f8c528225c6a6af1594b08b04488657
  Author: Walter Bright <walter at walterbright.com>
  Date:   2014-04-19 (Sat, 19 Apr 2014)

  Changed paths:
    M src/expression.c
    A test/fail_compilation/diag12598.d
    A test/fail_compilation/imports/diag12598a.d

  Log Message:
  -----------
  Merge pull request #3470 from AndrejMitrovic/Fix12598

Issue 12598 - Emit better diagnostics when type is found where an lvalue was expected


Compare: https://github.com/D-Programming-Language/dmd/compare/4d58a577e34c...c643ec572f8c


More information about the dmd-internals mailing list