On 10/24/2016 04:25 PM, Dorian Haglund wrote:
The following code crashes with DMD64 D Compiler v2.071.2:

import std.algorithm;
import std.stdio;
import std.range;

int main()
{
  repeat(8, 10).chunks(3).writeln();

  return 0;
}

Looks like a bug. Doesn't happen with 2.072.0-b2, so it has apparently already been fixed.

Reply via email to