On Thursday, 26 June 2014 at 18:55:38 UTC, H. S. Teoh via
Digitalmars-d wrote:
On Thu, Jun 26, 2014 at 05:45:23PM +0000, Meta via
Digitalmars-d wrote:
On Thursday, 26 June 2014 at 17:26:02 UTC, bearophile wrote:
>Meta:
>
>>There has been discussion before about doing away with string
>>lambdas. Maybe this is a good time to do that.
>
>If they get deprecated I will have to manually fix a _ton_ of
>code
>:-)
>
>Bye,
>bearophile
I guess instead of deprecate, I guess I really mean just
"phase out".
Undocument these templates and discourage their use, but don't
actually deprecate them.
Care to submit a PR to remove mentions of string lambdas from
the Phobos
docs? They're still all over the place.
T
I took a stab at this long ago. A dmd bug with closures prevented
it from getting merged though. I believe the dmd bug has been
fixed so someone could give this another go.
https://github.com/D-Programming-Language/phobos/pull/707