Thread overview
[Issue 9865] New: Crash on bogus import / circular reference
Apr 03, 2013
Vladimir Panteleev
Apr 04, 2013
Kenji Hara
Apr 04, 2013
Kenji Hara
May 09, 2013
Kenji Hara
April 03, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=9865

           Summary: Crash on bogus import / circular reference
           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> 2013-04-03 15:22:11 EEST ---
=== a.d ===
import b : Baz;
struct Foo { Baz f; }

=== b.d ===
import a;
class Bar { Foo foo; }

Note that Baz does not exist in b.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
April 04, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=9865


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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull
            Summary|[2.063 git] Crash on bogus  |Crash on bogus import /
                   |import / circular reference |circular reference


--- Comment #1 from Kenji Hara <k.hara.pg@gmail.com> 2013-04-03 20:24:23 PDT ---
https://github.com/D-Programming-Language/dmd/pull/1835

This is a regression caused by fixing issue 9514, from 2.062.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
April 04, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=9865



--- Comment #2 from github-bugzilla@puremagic.com 2013-04-03 21:00:15 PDT ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/4b66665d1cb2007d643d8fb2345bbb58620c969f fix Issue 9865 - Crash on bogus import / circular reference

https://github.com/D-Programming-Language/dmd/commit/1fb2efa371df70a574f92c74428a584d79b9c99f Merge pull request #1835 from 9rnsr/fix9865

[REG2.062] Issue 9865 - Crash on bogus import / circular reference

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
April 04, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=9865


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

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


-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
May 09, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=9865


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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cbkbbejeap@mailinator.com


--- Comment #3 from Kenji Hara <k.hara.pg@gmail.com> 2013-05-09 02:20:18 PDT ---
*** Issue 9951 has been marked as a duplicate of this issue. ***

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