[dmd-internals] [D-Programming-Language/dmd] f331f9: fix Issue 9109 - Regression: 2.053: Lazy Variadic ...
GitHub
noreply at github.com
Mon Dec 3 01:51:21 PST 2012
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: f331f9fe2960aa8fe64a9369df2524df3e5805df
https://github.com/D-Programming-Language/dmd/commit/f331f9fe2960aa8fe64a9369df2524df3e5805df
Author: k-hara <k.hara.pg at gmail.com>
Date: 2012-12-03 (Mon, 03 Dec 2012)
Changed paths:
M src/expression.c
M src/mtype.c
M test/runnable/lazy.d
Log Message:
-----------
fix Issue 9109 - Regression: 2.053: Lazy Variadic Functions do not work with delegates
Commit: 0a08e9556b0e327191cd3fdb5c9c19d4ac1101a8
https://github.com/D-Programming-Language/dmd/commit/0a08e9556b0e327191cd3fdb5c9c19d4ac1101a8
Author: Don Clugston <dclugston at googlemail.com>
Date: 2012-12-03 (Mon, 03 Dec 2012)
Changed paths:
M src/expression.c
M src/mtype.c
M test/runnable/lazy.d
Log Message:
-----------
Merge pull request #1344 from 9rnsr/fix9109
Issue 9109 - Regression: 2.053: Lazy Variadic Functions do not work with delegates
Compare: https://github.com/D-Programming-Language/dmd/compare/c377a6451302...0a08e9556b0e
More information about the dmd-internals
mailing list