[Issue 16664] core.demangle functions are not callable from @safe or pure code

2017-08-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16664

--- Comment #4 from github-bugzi...@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

--


[Issue 16664] core.demangle functions are not callable from @safe or pure code

2017-08-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16664

--- Comment #3 from github-bugzi...@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

--


[Issue 16664] core.demangle functions are not callable from @safe or pure code

2017-07-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16664

--- Comment #2 from github-bugzi...@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

--


[Issue 16664] core.demangle functions are not callable from @safe or pure code

2017-07-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16664

--- Comment #1 from github-bugzi...@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

--


[Issue 16664] core.demangle functions are not callable from @safe or pure code

2016-11-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16664

Walter Bright  changed:

   What|Removed |Added

   Keywords||bootcamp

--