Re: std.csv

2012-01-09 Thread Jesse Phillips
On Monday, 9 January 2012 at 15:05:53 UTC, Joshua Reusch wrote: Hello, I checked out the phobos git repo and found a std.csv module. Is it ready to use or should I stay to my own (but incomplete and whithout any "good" error messages) csv reading function ? Thank you Yep, no known reason it

Re: std.csv

2012-01-09 Thread Joshua Reusch
Am 09.01.2012 16:19, schrieb simendsjo: On 09.01.2012 16:05, Joshua Reusch wrote: Hello, I checked out the phobos git repo and found a std.csv module. Is it ready to use or should I stay to my own (but incomplete and whithout any "good" error messages) csv reading function ? Thank you It sho

Re: std.csv

2012-01-09 Thread simendsjo
On 09.01.2012 16:05, Joshua Reusch wrote: Hello, I checked out the phobos git repo and found a std.csv module. Is it ready to use or should I stay to my own (but incomplete and whithout any "good" error messages) csv reading function ? Thank you It should be ready for production work, but if