Thread overview
[Issue 12158] New: ICE with .init of nonexisting selective import
Feb 14, 2014
Vladimir Panteleev
Feb 14, 2014
Kenji Hara
Feb 14, 2014
Andrej Mitrovic
February 14, 2014
https://d.puremagic.com/issues/show_bug.cgi?id=12158

           Summary: ICE with .init of nonexisting selective import
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: ice
          Severity: regression
          Priority: P2
         Component: DMD
        AssignedTo: nobody@puremagic.com
        ReportedBy: thecybershadow@gmail.com


--- Comment #0 from Vladimir Panteleev <thecybershadow@gmail.com> 2014-02-14 11:42:27 EET ---
import object : nonexisting;
auto x = nonexisting.init;

This appears to be a regression, introduced somewhere between v2.055 and v2.056.

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
February 14, 2014
https://d.puremagic.com/issues/show_bug.cgi?id=12158


Kenji Hara <k.hara.pg@gmail.com> changed:

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


--- Comment #1 from Kenji Hara <k.hara.pg@gmail.com> 2014-02-14 09:15:09 PST ---
https://github.com/D-Programming-Language/dmd/pull/3264

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
February 14, 2014
https://d.puremagic.com/issues/show_bug.cgi?id=12158



--- Comment #2 from github-bugzilla@puremagic.com 2014-02-14 11:19:18 PST ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/986d2c4f14da23207cf7e2b9cc51b715b1013753 fix Issue 12158 - ICE with .init of nonexisting selective import

https://github.com/D-Programming-Language/dmd/commit/6429b5e23478cd01177ee679c5539e35ef46cddb Merge pull request #3264 from 9rnsr/fix12158

[REG2.056] Issue 12158 - ICE with .init of nonexisting selective import

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
February 14, 2014
https://d.puremagic.com/issues/show_bug.cgi?id=12158


Andrej Mitrovic <andrej.mitrovich@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |andrej.mitrovich@gmail.com
         Resolution|                            |FIXED


-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------