[dmd-internals] [D-Programming-Language/dmd] 4457f9: fix Issue 13884 - No error line number with std.ar...
GitHub via dmd-internals
dmd-internals at puremagic.com
Mon Jan 19 06:06:19 PST 2015
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 4457f99ef67aea02b1cd0b1cc2b02865c640a2ff
https://github.com/D-Programming-Language/dmd/commit/4457f99ef67aea02b1cd0b1cc2b02865c640a2ff
Author: k-hara <k.hara.pg at gmail.com>
Date: 2015-01-19 (Mon, 19 Jan 2015)
Changed paths:
M src/func.c
M src/mtype.c
M src/mtype.h
A test/fail_compilation/diag13884.d
Log Message:
-----------
fix Issue 13884 - No error line number with std.array.array of range of type tuples
Validate return type before calling retStyle() on auto function.
Commit: dedf4417f10472886f40226845c7ae53cdd88bb9
https://github.com/D-Programming-Language/dmd/commit/dedf4417f10472886f40226845c7ae53cdd88bb9
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2015-01-20 (Tue, 20 Jan 2015)
Changed paths:
M src/func.c
M src/mtype.c
M src/mtype.h
A test/fail_compilation/diag13884.d
Log Message:
-----------
Merge pull request #4311 from 9rnsr/fix13884
Issue 13884 - No error line number with std.array.array of range of type tuples
Compare: https://github.com/D-Programming-Language/dmd/compare/12fbc44a1439...dedf4417f104
More information about the dmd-internals
mailing list