http://d.puremagic.com/issues/show_bug.cgi?id=9680
Andrej Mitrovic <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Andrej Mitrovic <[email protected]> 2013-03-09 21:38:51 PST --- >From what I can tell there's 3 types of main functions: main WinMain DllMain So how would you like the output to be? It could be: binary E:\dmd-git\dmd2\windows\bin\dmd.exe version v2.063 config E:\dmd-git\dmd2\windows\bin\sc.ini parse Fix9680 importall test import object (E:\dmd-git\dmd2\windows\bin\..\..\src\druntime\import\object.di) import foo.bar (foo\bar.d) semantic test main foo\bar.d <- winmain foo\bar.d <- dllmain foo\bar.d <- semantic2 test semantic3 test code test Either one of the 3 marked with the arrow would show up, or perhaps you want some other way of marking them? I can have a pull ready soon. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
