[Issue 11044] Escaping references to lazy argument are allowed and compile to wrong code

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Jan 15 01:54:12 UTC 2023


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

Adam D. Ruppe <destructionator at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |destructionator at gmail.com

--- Comment #7 from Adam D. Ruppe <destructionator at gmail.com> ---
lazy lowers to delegate, so it should be easy to just lower to the right kind
of delegate and get correct behavior. There was a dconf online talk about this
in 2022.

--


More information about the Digitalmars-d-bugs mailing list