digitalmars.D.bugs - [Issue 11115] New: VisualD rebuilds project even if nothing changed
- d-bugmail puremagic.com (21/21) Sep 24 2013 http://d.puremagic.com/issues/show_bug.cgi?id=11115
- d-bugmail puremagic.com (12/12) Sep 24 2013 http://d.puremagic.com/issues/show_bug.cgi?id=11115
- d-bugmail puremagic.com (7/11) Sep 24 2013 http://d.puremagic.com/issues/show_bug.cgi?id=11115
- d-bugmail puremagic.com (6/6) Sep 24 2013 http://d.puremagic.com/issues/show_bug.cgi?id=11115
- d-bugmail puremagic.com (7/7) Sep 25 2013 http://d.puremagic.com/issues/show_bug.cgi?id=11115
- d-bugmail puremagic.com (9/9) Sep 28 2013 http://d.puremagic.com/issues/show_bug.cgi?id=11115
- d-bugmail puremagic.com (13/13) Sep 30 2013 http://d.puremagic.com/issues/show_bug.cgi?id=11115
- d-bugmail puremagic.com (9/9) Oct 03 2013 http://d.puremagic.com/issues/show_bug.cgi?id=11115
- d-bugmail puremagic.com (8/10) Oct 03 2013 http://d.puremagic.com/issues/show_bug.cgi?id=11115
- d-bugmail puremagic.com (6/6) Oct 03 2013 http://d.puremagic.com/issues/show_bug.cgi?id=11115
- d-bugmail puremagic.com (6/6) Oct 18 2013 http://d.puremagic.com/issues/show_bug.cgi?id=11115
- d-bugmail puremagic.com (11/11) Oct 18 2013 http://d.puremagic.com/issues/show_bug.cgi?id=11115
http://d.puremagic.com/issues/show_bug.cgi?id=11115 Summary: VisualD rebuilds project even if nothing changed Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: major Priority: P2 Component: VisualD AssignedTo: nobody puremagic.com ReportedBy: verylonglogin.reg gmail.com 12:40:08 MSD --- Every Debug+Run command causes some projects to rebuild (~10 seconds). Looks like VisualD has some false positives about changed dependencies. This is a very old problem. It would be good to have at least a workaround to force the IDE to rebuild only on source files change as now users are forced to disable "buid on run" and build solution manually after code change. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Sep 24 2013
http://d.puremagic.com/issues/show_bug.cgi?id=11115 Rainer Schuetze <r.sagitario gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |r.sagitario gmx.de PDT --- I guess you are using dmd 2.064alpha built from git-HEAD. What's causing the rebuild is a dependency generated by dmd to the pseudo module __entrypoint.d. I'd say this is a regression in dmd. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Sep 24 2013
http://d.puremagic.com/issues/show_bug.cgi?id=11115 23:00:21 MSD ---I guess you are using dmd 2.064alpha built from git-HEAD. What's causing the rebuild is a dependency generated by dmd to the pseudo module __entrypoint.d. I'd say this is a regression in dmd.So file an issue please. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Sep 24 2013
http://d.puremagic.com/issues/show_bug.cgi?id=11115 PDT --- done that: http://d.puremagic.com/issues/show_bug.cgi?id=11117 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Sep 24 2013
http://d.puremagic.com/issues/show_bug.cgi?id=11115 PDT --- Kenji has made the fix in dmd, is the dependency detection by Visual D now ok for your projects? -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Sep 25 2013
http://d.puremagic.com/issues/show_bug.cgi?id=11115 Denis Shelomovskij <verylonglogin.reg gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Sep 28 2013
http://d.puremagic.com/issues/show_bug.cgi?id=11115 Denis Shelomovskij <verylonglogin.reg gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|INVALID | 19:35:35 MSD --- I was unable to check the project because of dmd regression and thought it is invalid as Rainer told. I checked another project now and unfortunately it is still valid. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Sep 30 2013
http://d.puremagic.com/issues/show_bug.cgi?id=11115 PDT --- I have added an option to display the reason for rebuilding (see the project option page), please try http://www.dsource.org/projects/visuald/browser/downloads/VisualD-v0.3.37rc4.exe to see why it happens. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Oct 03 2013
http://d.puremagic.com/issues/show_bug.cgi?id=11115 22:24:49 MSD ---I have added an option to display the reason for rebuilding (see the project option page)Thanks! So it's `__main.d` generated because of `-main` switch in library unittest build. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Oct 03 2013
http://d.puremagic.com/issues/show_bug.cgi?id=11115 PDT --- Thanks, I added http://d.puremagic.com/issues/show_bug.cgi?id=11164 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Oct 03 2013
http://d.puremagic.com/issues/show_bug.cgi?id=11115 PDT --- The bug fix for __main is in dmd 2.064beta, do you still run into issues? -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Oct 18 2013
http://d.puremagic.com/issues/show_bug.cgi?id=11115 Denis Shelomovskij <verylonglogin.reg gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |INVALID 2013-10-18 22:44:45 MSD --- Everything is working now. Sorry, I thought it has already been resolved. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Oct 18 2013