[Issue 15507] New: Throwable.message() should be pure @safe
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Sun Jan 3 07:30:14 PST 2016
https://issues.dlang.org/show_bug.cgi?id=15507
Issue ID: 15507
Summary: Throwable.message() should be pure @safe
Product: D
Version: D2
Hardware: All
OS: All
Status: NEW
Severity: blocker
Priority: P1
Component: druntime
Assignee: nobody at puremagic.com
Reporter: code at klickverbot.at
As per
https://github.com/D-Programming-Language/phobos/pull/3751#issuecomment-168475896:
The newly added message() method is neither @safe nor pure, both of which it
should probably be as a replacement for the msg member.
We need to figure out this part of the design before first releasing it.
--
More information about the Digitalmars-d-bugs
mailing list