digitalmars.D.bugs - [Issue 11604] New: pragma(msg,....) printed twice?
- d-bugmail puremagic.com (23/23) Nov 25 2013 https://d.puremagic.com/issues/show_bug.cgi?id=11604
- d-bugmail puremagic.com (11/11) Nov 25 2013 https://d.puremagic.com/issues/show_bug.cgi?id=11604
- d-bugmail puremagic.com (11/13) Nov 26 2013 https://d.puremagic.com/issues/show_bug.cgi?id=11604
- d-bugmail puremagic.com (8/9) Nov 26 2013 https://d.puremagic.com/issues/show_bug.cgi?id=11604
- d-bugmail puremagic.com (10/10) Mar 14 2014 https://d.puremagic.com/issues/show_bug.cgi?id=11604
https://d.puremagic.com/issues/show_bug.cgi?id=11604 Summary: pragma(msg,....) printed twice? Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: DMD AssignedTo: nobody puremagic.com ReportedBy: shammah.chancellor gmail.com 2013-11-25 13:25:59 PST --- This pragma(msg) prints twice when ran via `rdmd test` test.d: import std.stdio; pragma(msg, void.sizeof); void main() { writeln("Hello World!"); } -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Nov 25 2013
https://d.puremagic.com/issues/show_bug.cgi?id=11604 Jacob Carlborg <doob me.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |doob me.com This is due to RDMD will "compile" the code first to get the dependencies. After that it will do the actual complication which creates the binary. -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Nov 25 2013
https://d.puremagic.com/issues/show_bug.cgi?id=11604 bearophile_hugs eml.cc changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bearophile_hugs eml.ccThis is due to RDMD will "compile" the code first to get the dependencies. After that it will do the actual complication which creates the binary.Is __ctWriteln going to have the same problem? I think it will not. -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Nov 26 2013
https://d.puremagic.com/issues/show_bug.cgi?id=11604Is __ctWriteln going to have the same problem? I think it will not.I think that depends on how it's used and when it's executed in the compilation phase. -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Nov 26 2013
https://d.puremagic.com/issues/show_bug.cgi?id=11604 Andrej Mitrovic <andrej.mitrovich gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |andrej.mitrovich gmail.com Resolution| |INVALID -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Mar 14 2014