www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.ldc - static foreach

reply Joseph <JE342 gmail.com> writes:
When will ldc get static foreach?
Sep 29 2017
next sibling parent Joakim <dlang joakim.fea.st> writes:
On Saturday, 30 September 2017 at 02:18:34 UTC, Joseph wrote:
 When will ldc get static foreach?
Static foreach was added to D with dmd frontend 2.076, but ldc is at dmd frontend 2.074. 2.075 is being worked on for the next ldc right now: https://github.com/ldc-developers/ldc/pull/2252 Whenever 2.076 is worked into ldc, likely in a month or two, it will have static foreach too. Otherwise, someone could extract all the static foreach pulls and try to submit them as a single pull to ldc now, though I don't know if the ldc devs would go for that: https://github.com/dlang/dmd/pulls?utf8=✓&q=is%3Apr%20author%3Atgehr%20
Sep 29 2017
prev sibling parent kinke <noone nowhere.com> writes:
On Saturday, 30 September 2017 at 02:18:34 UTC, Joseph wrote:
 When will ldc get static foreach?
For early birds: https://github.com/ldc-developers/ldc/pull/2362
Oct 08 2017