[dmd-internals] [D-Programming-Language/dmd] 3fc5b6: fix Issue 13832 - delegates that return ref do not...
GitHub via dmd-internals
dmd-internals at puremagic.com
Sun Dec 14 18:17:22 PST 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 3fc5b66bac208a5faf867c12978379f357f29dc3
https://github.com/D-Programming-Language/dmd/commit/3fc5b66bac208a5faf867c12978379f357f29dc3
Author: k-hara <k.hara.pg at gmail.com>
Date: 2014-12-15 (Mon, 15 Dec 2014)
Changed paths:
M src/hdrgen.c
M test/compilable/extra-files/header1.d
M test/compilable/extra-files/header1.di
M test/compilable/extra-files/header1i.di
Log Message:
-----------
fix Issue 13832 - delegates that return ref do not output correctly to .di file
Commit: 688108d8087f7fa2ec6c42e1085153441a849ca0
https://github.com/D-Programming-Language/dmd/commit/688108d8087f7fa2ec6c42e1085153441a849ca0
Author: Walter Bright <walter at walterbright.com>
Date: 2014-12-14 (Sun, 14 Dec 2014)
Changed paths:
M src/hdrgen.c
M test/compilable/extra-files/header1.d
M test/compilable/extra-files/header1.di
M test/compilable/extra-files/header1i.di
Log Message:
-----------
Merge pull request #4201 from 9rnsr/fix13832
Issue 13832 - delegates that return ref do not output correctly to di file
Compare: https://github.com/D-Programming-Language/dmd/compare/8597cda969db...688108d8087f
More information about the dmd-internals
mailing list