[phobos] [D-Programming-Language/phobos] 5cdf72: Supplemental fix for issue 14846
GitHub via phobos
phobos at puremagic.com
Wed Jul 29 15:51:20 PDT 2015
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: 5cdf726149c588ce95e25bdaaee23f8a8949e48a
https://github.com/D-Programming-Language/phobos/commit/5cdf726149c588ce95e25bdaaee23f8a8949e48a
Author: k-hara <k.hara.pg at gmail.com>
Date: 2015-07-29 (Wed, 29 Jul 2015)
Changed paths:
M std/csv.d
Log Message:
-----------
Supplemental fix for issue 14846
`new Input!(Range, ErrorLevel)` should take the `input` parameter to initialize its field by that, because: if `Range` is a nested struct, its context pointer is not accessible from inside CsvReader.
Commit: 4abd9533761e3043438dc8e7c6dcbc0687800789
https://github.com/D-Programming-Language/phobos/commit/4abd9533761e3043438dc8e7c6dcbc0687800789
Author: Hara Kenji <k.hara.pg+dev at gmail.com>
Date: 2015-07-30 (Thu, 30 Jul 2015)
Changed paths:
M std/csv.d
Log Message:
-----------
Merge pull request #3519 from 9rnsr/fix14846
Supplemental fix for issue 14846
Compare: https://github.com/D-Programming-Language/phobos/compare/e308ff1c2823...4abd9533761e
More information about the phobos
mailing list