Thread overview
[Issue 19187] __traits(compiles) segfaults on access to partially undefined overload set from import
Aug 24, 2018
FeepingCreature
Aug 24, 2018
FeepingCreature
August 24, 2018
https://issues.dlang.org/show_bug.cgi?id=19187

FeepingCreature <default_357-line@yahoo.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|enhancement                 |normal

--
August 24, 2018
https://issues.dlang.org/show_bug.cgi?id=19187

--- Comment #1 from FeepingCreature <default_357-line@yahoo.de> ---
https://github.com/dlang/dmd/pull/8613 pr up

--
August 30, 2018
https://issues.dlang.org/show_bug.cgi?id=19187

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

https://github.com/dlang/dmd/commit/b69d67407ecbac890ddf706f5b8fe65adece61a3 Fix Issue 19187: check variable type is defined before accessing

https://github.com/dlang/dmd/commit/6e53e55ad35a12e48674a4844d0995e8ec7f9097 Merge pull request #8613 from FeepingCreature/fix/Issue-19187

Fix Issue 19187: check variable type is defined before accessing merged-on-behalf-of: Jacob Carlborg <jacob-carlborg@users.noreply.github.com>

--
August 30, 2018
https://issues.dlang.org/show_bug.cgi?id=19187

github-bugzilla@puremagic.com changed:

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

--