[Issue 20663] New: writeln should be @nogc

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Mar 10 17:23:28 UTC 2020


https://issues.dlang.org/show_bug.cgi?id=20663

          Issue ID: 20663
           Summary: writeln should be @nogc
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: phobos
          Assignee: nobody at puremagic.com
          Reporter: turkeyman at gmail.com

I have had multiple complain (one of them *phoned me from overseas*) that
writeln() doesn't work in @nogc.

Their claim goes: "How can it be acceptable that writeln() doesn't work in
@nogc? It's literally the first thing you try and do!"

I have to agree. writeln() really should work everywhere, always.

--


More information about the Digitalmars-d-bugs mailing list