Thread overview
[Issue 14348] typeof(x).ident is not accepted as a symbol
Mar 27, 2015
yebblies
March 27, 2015
https://issues.dlang.org/show_bug.cgi?id=14348

yebblies <yebblies@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from yebblies <yebblies@gmail.com> ---
https://github.com/D-Programming-Language/dmd/pull/4521

--
March 28, 2015
https://issues.dlang.org/show_bug.cgi?id=14348

--- Comment #2 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/a10cb266a31c30bc3afd5d50ad629dc75dd2649f 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.

https://github.com/D-Programming-Language/dmd/commit/a902948fa353111aa6ed11a2717d8d2d0a438c98 Merge pull request #4521 from yebblies/issue14348

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

--
March 28, 2015
https://issues.dlang.org/show_bug.cgi?id=14348

github-bugzilla@puremagic.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--
June 17, 2015
https://issues.dlang.org/show_bug.cgi?id=14348

--- Comment #3 from github-bugzilla@puremagic.com ---
Commits pushed to stable at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/a10cb266a31c30bc3afd5d50ad629dc75dd2649f Fix Issue 14348 - typeof(x).ident is not accepted as a symbol

https://github.com/D-Programming-Language/dmd/commit/a902948fa353111aa6ed11a2717d8d2d0a438c98 Merge pull request #4521 from yebblies/issue14348

--