www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 15507] New: Throwable.message() should be pure safe

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 puremagic.com
          Reporter: code 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.

--
Jan 03 2016