[dmd-internals] [D-Programming-Language/dmd] a10cb2: Fix Issue 14348 - typeof(x).ident is not accepted ...

GitHub via dmd-internals dmd-internals at puremagic.com
Fri Mar 27 20:46:22 PDT 2015


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: a10cb266a31c30bc3afd5d50ad629dc75dd2649f
      https://github.com/D-Programming-Language/dmd/commit/a10cb266a31c30bc3afd5d50ad629dc75dd2649f
  Author: Daniel Murphy <yebblies at gmail.com>
  Date:   2015-03-28 (Sat, 28 Mar 2015)

  Changed paths:
    M src/mtype.c
    M test/runnable/xtest46.d

  Log Message:
  -----------
  Fix Issue 14348 - typeof(x).ident is not accepted as a symbol

Instead of evaluating as a type and then converting to a symbol, re-use the resolve logic to find the symbol.


  Commit: a902948fa353111aa6ed11a2717d8d2d0a438c98
      https://github.com/D-Programming-Language/dmd/commit/a902948fa353111aa6ed11a2717d8d2d0a438c98
  Author: Hara Kenji <k.hara.pg+dev at gmail.com>
  Date:   2015-03-28 (Sat, 28 Mar 2015)

  Changed paths:
    M src/mtype.c
    M test/runnable/xtest46.d

  Log Message:
  -----------
  Merge pull request #4521 from yebblies/issue14348

Issue 14348 - typeof(x).ident is not accepted as a symbol


Compare: https://github.com/D-Programming-Language/dmd/compare/f562afe18d20...a902948fa353


More information about the dmd-internals mailing list