On 11/29/17 10:29 PM, Walter Bright wrote:
Another issue (I should check this again) was doing null checks on member function calls, which is not necessary since if they're null it'll seg fault.
Just happened last release. https://dlang.org/changelog/2.077.0.html#removePreludeAssert -Steve