[dmd-internals] [D-Programming-Language/dmd] 803aee: fix issue 10479 - cannot pass implicitly to base c...
GitHub
noreply at github.com
Fri Jun 28 04:49:57 PDT 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 803aee467649db32f97d214861637a957144336d
https://github.com/D-Programming-Language/dmd/commit/803aee467649db32f97d214861637a957144336d
Author: Henning Pohl <henning at still-hidden.de>
Date: 2013-06-28 (Fri, 28 Jun 2013)
Changed paths:
M src/func.c
M test/runnable/testcontracts.d
Log Message:
-----------
fix issue 10479 - cannot pass implicitly to base class casted result to
out contract by ref
Commit: 35c05f25c5a6edf5f4e9877912d6a168d75adece
https://github.com/D-Programming-Language/dmd/commit/35c05f25c5a6edf5f4e9877912d6a168d75adece
Author: Hara Kenji <k.hara.pg+dev at gmail.com>
Date: 2013-06-28 (Fri, 28 Jun 2013)
Changed paths:
M src/func.c
M test/runnable/testcontracts.d
Log Message:
-----------
Merge pull request #2261 from hpohl/10479
fix issue 10479 - cannot pass implicitly to base class casted result to out contract by ref
Compare: https://github.com/D-Programming-Language/dmd/compare/19a9003220e4...35c05f25c5a6
More information about the dmd-internals
mailing list