digitalmars.D.bugs - [Issue 7772] New: Remove volatile statements from core.thread
- d-bugmail puremagic.com (36/36) Mar 25 2012 http://d.puremagic.com/issues/show_bug.cgi?id=7772
- d-bugmail puremagic.com (12/12) Oct 09 2012 http://d.puremagic.com/issues/show_bug.cgi?id=7772
- d-bugmail puremagic.com (6/6) Oct 09 2012 http://d.puremagic.com/issues/show_bug.cgi?id=7772
http://d.puremagic.com/issues/show_bug.cgi?id=7772 Summary: Remove volatile statements from core.thread Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: major Priority: P2 Component: druntime AssignedTo: nobody puremagic.com ReportedBy: andrej.mitrovich gmail.com --- Comment #0 from Andrej Mitrovic <andrej.mitrovich gmail.com> 2012-03-25 12:20:57 PDT --- This is problematic for build tools that manually compile druntime/phobos. Without -d core.thread won't compile. I don't know why it's ok to ship code with DMD that requires deprecated features: D:\DMD\dmd2\src\druntime\src\core\thread.d(888): volatile statements deprecated; use synchronized statements instead D:\DMD\dmd2\src\druntime\src\core\thread.d(2953): volatile statements deprecated; use synchronized statements instead D:\DMD\dmd2\src\druntime\src\core\thread.d(3960): volatile statements deprecated; use synchronized statements instead D:\DMD\dmd2\src\druntime\src\core\thread.d(3968): volatile statements deprecated; use synchronized statements instead D:\DMD\dmd2\src\druntime\src\core\thread.d(3995): volatile statements deprecated; use synchronized statements instead D:\DMD\dmd2\src\druntime\src\core\thread.d(4004): volatile statements deprecated; use synchronized statements instead -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Mar 25 2012
http://d.puremagic.com/issues/show_bug.cgi?id=7772 Alex Rønne Petersen <alex lycus.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |alex lycus.org Resolution| |FIXED --- Comment #1 from Alex Rønne Petersen <alex lycus.org> 2012-10-10 02:00:57 CEST --- This now done. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Oct 09 2012
http://d.puremagic.com/issues/show_bug.cgi?id=7772 --- Comment #2 from Andrej Mitrovic <andrej.mitrovich gmail.com> 2012-10-09 17:05:28 PDT --- Thanks. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Oct 09 2012