[Issue 12656] Some functions in std.ascii can be @nogc

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sat Apr 26 12:56:24 PDT 2014


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

Andrej Mitrovic <andrej.mitrovich at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andrej.mitrovich at gmail.com

--- Comment #2 from Andrej Mitrovic <andrej.mitrovich at gmail.com> ---
(In reply to Dmitry Olshansky from comment #1)
> PRs are welcome.

I wish we implemented @nogc semantics before marking everything as @nogc.
Without proper semantic cecks now, what's going to happen is we're going to
have a million errors *after* everything is marked as @nogc at the moment @nogc
semantics are properly implemented.

then it's going to be "good luck removing gc allocations now.". It's going to
be too much work then. It's really a backwards development model. And it's
being done on the master branch.

--


More information about the Digitalmars-d-bugs mailing list