Bug 15423 – [REG v2.067.1] File.byLineCopy.joiner.parseJSON

Status
RESOLVED
Resolution
INVALID
Severity
regression
Priority
P1
Component
phobos
Product
D
Version
D2
Platform
All
OS
All
Creation time
2015-12-08T18:50:00Z
Last change time
2015-12-19T18:57:17Z
Assigned to
nobody
Creator
jack

Comments

Comment #0 by jack — 2015-12-08T18:50:11Z
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.
Comment #1 by dlang-bugzilla — 2015-12-08T20:15:36Z
Comment #2 by jack — 2015-12-13T22:36:12Z
Comment #3 by jack — 2015-12-19T18:57:17Z
It seems this bug is not present in master, closing.