[dmd-internals] [D-Programming-Language/dmd] 06088d: fix Issue 13944 - Built-in stringof and mangleof p...
GitHub via dmd-internals
dmd-internals at puremagic.com
Tue Jan 6 05:21:35 PST 2015
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 06088d623430630fcd8598e18959d28024440bdf
https://github.com/D-Programming-Language/dmd/commit/06088d623430630fcd8598e18959d28024440bdf
Author: k-hara <k.hara.pg at gmail.com>
Date: 2015-01-06 (Tue, 06 Jan 2015)
Changed paths:
M src/expression.c
M src/mtype.c
A test/runnable/test13944.d
Log Message:
-----------
fix Issue 13944 - Built-in stringof and mangleof properties are unnecessarily fixed to the type 'string'
Commit: b03c7e302edd32dd370a996122389b62571c2837
https://github.com/D-Programming-Language/dmd/commit/b03c7e302edd32dd370a996122389b62571c2837
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2015-01-07 (Wed, 07 Jan 2015)
Changed paths:
M src/expression.c
M src/mtype.c
A test/runnable/test13944.d
Log Message:
-----------
Merge pull request #4259 from 9rnsr/fix13944
Issue 13944 - Built-in stringof and mangleof properties are unnecessarily fixed to the type 'string'
Compare: https://github.com/D-Programming-Language/dmd/compare/004ea32727dd...b03c7e302edd
More information about the dmd-internals
mailing list