Thread overview
[Issue 16664] core.demangle functions are not callable from @safe or pure code
Nov 07, 2016
Walter Bright
November 07, 2016
https://issues.dlang.org/show_bug.cgi?id=16664

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |bootcamp

--
July 16, 2017
https://issues.dlang.org/show_bug.cgi?id=16664

--- Comment #1 from github-bugzilla@puremagic.com ---
Commit pushed to mangle at https://github.com/dlang/druntime

https://github.com/dlang/druntime/commit/2e37769507517fb5f6600172e4ed8548c713a3df fix issue 16664 - restrict trusted code to a few small functions and make demangler @safe, pure and nothrow

--
July 16, 2017
https://issues.dlang.org/show_bug.cgi?id=16664

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

https://github.com/dlang/druntime/commit/2e37769507517fb5f6600172e4ed8548c713a3df fix issue 16664 - restrict trusted code to a few small functions and make demangler @safe, pure and nothrow

--
August 07, 2017
https://issues.dlang.org/show_bug.cgi?id=16664

--- Comment #3 from github-bugzilla@puremagic.com ---
Commit pushed to newCTFE at https://github.com/dlang/druntime

https://github.com/dlang/druntime/commit/2e37769507517fb5f6600172e4ed8548c713a3df fix issue 16664 - restrict trusted code to a few small functions and make demangler @safe, pure and nothrow

--
August 16, 2017
https://issues.dlang.org/show_bug.cgi?id=16664

--- Comment #4 from github-bugzilla@puremagic.com ---
Commit pushed to stable at https://github.com/dlang/druntime

https://github.com/dlang/druntime/commit/2e37769507517fb5f6600172e4ed8548c713a3df fix issue 16664 - restrict trusted code to a few small functions and make demangler @safe, pure and nothrow

--