Thread overview
[Issue 18530] [Reg 2.079] src/rt/tracegc.d(43): Deprecation: The delete keyword has been deprecated
Feb 28, 2018
Martin Nowak
Mar 02, 2018
Martin Nowak
Apr 08, 2019
Dlang Bot
February 28, 2018
https://issues.dlang.org/show_bug.cgi?id=18530

Martin Nowak <code@dawg.eu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |code@dawg.eu
            Summary|src/rt/tracegc.d(43):       |[Reg 2.079]
                   |Deprecation: The delete     |src/rt/tracegc.d(43):
                   |keyword has been deprecated |Deprecation: The delete
                   |                            |keyword has been deprecated

--
March 02, 2018
https://issues.dlang.org/show_bug.cgi?id=18530

Martin Nowak <code@dawg.eu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Hardware|x86                         |All
                 OS|Mac OS X                    |All

--
March 02, 2018
https://issues.dlang.org/show_bug.cgi?id=18530

Steven Schveighoffer <schveiguy@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |schveiguy@yahoo.com

--- Comment #1 from Steven Schveighoffer <schveiguy@yahoo.com> ---
FYI: https://github.com/dlang/druntime/pull/2104

--
March 16, 2018
https://issues.dlang.org/show_bug.cgi?id=18530

--- Comment #2 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/95e86e960f6c93875c5a3b16f5edff343997290e fix Issue 18530 - src/rt/tracegc.d(43): Deprecation: The delete keyword has been deprecated

defer deprecation message into semantic stage so it can still be versioned out

https://github.com/dlang/dmd/commit/33bc1926c65eaf71be706f8b87aa51f8a230a285 Merge pull request #7967 from rainers/issue18530

fix Issue 18530 - src/rt/tracegc.d(43): Deprecation: The delete keywo…

--
March 16, 2018
https://issues.dlang.org/show_bug.cgi?id=18530

github-bugzilla@puremagic.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--
April 08, 2019
https://issues.dlang.org/show_bug.cgi?id=18530

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/druntime pull request #1982 "Make deprecation warnings compile errors" was merged into master:

- 10a531ca505890cfe46490abd328f74b4183d72d by Sebastian Wilzbach:
  Fix Issue 18530 - don't use the deprecated delete in the runtime

https://github.com/dlang/druntime/pull/1982

--