Thread overview | |||||
---|---|---|---|---|---|
|
March 25, 2012 [Issue 7772] New: Remove volatile statements from core.thread | ||||
---|---|---|---|---|
| ||||
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: ------- |
October 10, 2012 [Issue 7772] Remove volatile statements from core.thread | ||||
---|---|---|---|---|
| ||||
Posted in reply to Andrej Mitrovic | 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: ------- |
October 10, 2012 [Issue 7772] Remove volatile statements from core.thread | ||||
---|---|---|---|---|
| ||||
Posted in reply to Andrej Mitrovic | 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: ------- |
Copyright © 1999-2021 by the D Language Foundation