Thread overview
[Issue 9220] New: module constructor breaks implicit linking with DLL
Dec 27, 2012
Andrej Mitrovic
Aug 13, 2013
Martin Nowak
Aug 13, 2013
Andrej Mitrovic
Aug 13, 2013
Martin Nowak
Aug 13, 2013
Andrej Mitrovic
Oct 02, 2013
Martin Nowak
Oct 02, 2013
Martin Nowak
December 27, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=9220

           Summary: module constructor breaks implicit linking with DLL
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nobody@puremagic.com
        ReportedBy: andrej.mitrovich@gmail.com


--- Comment #0 from Andrej Mitrovic <andrej.mitrovich@gmail.com> 2012-12-27 14:41:34 PST ---
Created an attachment (id=1174)
test-case

See attachment. This is similar to Issue 6019.

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


Martin Nowak <code@dawg.eu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |code@dawg.eu


--- Comment #1 from Martin Nowak <code@dawg.eu> 2013-08-13 05:05:52 PDT ---
Please avoid to hide bug information in attachments if possible.

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



--- Comment #2 from Andrej Mitrovic <andrej.mitrovich@gmail.com> 2013-08-13 05:48:28 PDT ---
What do you mean hide?

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


Martin Nowak <code@dawg.eu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         OS/Version|All                         |Windows


--- Comment #3 from Martin Nowak <code@dawg.eu> 2013-08-13 06:49:19 PDT ---
Everything is in a zip file which means I have to download and unpack it before
I know what this is about. This means less people are going to have a look at
this bug.
Also the bug information is not searchable.

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



--- Comment #4 from Andrej Mitrovic <andrej.mitrovich@gmail.com> 2013-08-13 11:42:36 PDT ---
(In reply to comment #3)
> Everything is in a zip file which means I have to download and unpack it before
> I know what this is about. This means less people are going to have a look at
> this bug.
> Also the bug information is not searchable.

Well the bug report is simple, it's all in the title. I've zipped the package because it's multiple modules, and it's easier for people to unzip and run rather then to have to manually copy and paste code sections embedded in a single comment.

If bugzilla had a "add source files" option, it would be better. (maybe some newer version of bugzilla has this..?)

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



--- Comment #5 from Martin Nowak <code@dawg.eu> 2013-10-02 04:38:40 PDT ---
The problem is that module constructors are used as ordering constraints for initialization.

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


Martin Nowak <code@dawg.eu> changed:

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


--- Comment #6 from Martin Nowak <code@dawg.eu> 2013-10-02 04:42:10 PDT ---
*** This issue has been marked as a duplicate of issue 6019 ***

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