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.
Introduced in https://github.com/D-Programming-Language/phobos/pull/3348
https://github.com/D-Programming-Language/phobos/pull/3871
It seems this bug is not present in master, closing.