[Issue 5660] yield syntax sugar

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Thu Jul 20 22:32:08 PDT 2017


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

Vladimir Panteleev <dlang-bugzilla at thecybershadow.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WONTFIX

--- Comment #12 from Vladimir Panteleev <dlang-bugzilla at thecybershadow.net> ---
I believe it has become an accepted fact that such constructs are done in
library code (either using std.concurrency, or Vibe's implementation of
fibers), and said implementations are generally satisfactory.

In either case, I believe that today enhancement requests to the language
itself need to be presented as a D Improvement Proposal:

https://github.com/dlang/DIPs

If you think this proposal still has merit today, please file a DIP. The
current DIP manager can assist you through the process.

--


More information about the Digitalmars-d-bugs mailing list