[Issue 15423] New: [REG v2.067.1] File.byLineCopy.joiner.parseJSON

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Tue Dec 8 10:50:11 PST 2015


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

          Issue ID: 15423
           Summary: [REG v2.067.1] File.byLineCopy.joiner.parseJSON
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: regression
          Priority: P1
         Component: phobos
          Assignee: nobody at puremagic.com
          Reporter: jack at jackstouffer.com

The following code works in 2.067.1 and no longer works in 2.068.0

----------
import std.stdio;
import std.json;
import std.algorithm;

void main() {
    auto ls = File("test.json","r").byLineCopy().joiner.parseJSON();
}
----------

Unfortunately, digger was not able to find out where this was introduced for
some reason.

--


More information about the Digitalmars-d-bugs mailing list