[dmd-internals] [D-Programming-Language/dmd] 7c6a26: fix Issue 9538 - Regression (2.062): Can't use typ...
GitHub
noreply at github.com
Thu Feb 21 11:10:07 PST 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 7c6a268b7eb9b7901e06aabdfb6aefc8a4017e5f
https://github.com/D-Programming-Language/dmd/commit/7c6a268b7eb9b7901e06aabdfb6aefc8a4017e5f
Author: k-hara <k.hara.pg at gmail.com>
Date: 2013-02-21 (Thu, 21 Feb 2013)
Changed paths:
M src/mtype.c
M test/runnable/xtest46.d
Log Message:
-----------
fix Issue 9538 - Regression (2.062): Can't use typeid on .ptr of static array
Commit: 7f4e147d4e0583b4abd6d4ae4943f4c0f8f1df47
https://github.com/D-Programming-Language/dmd/commit/7f4e147d4e0583b4abd6d4ae4943f4c0f8f1df47
Author: k-hara <k.hara.pg at gmail.com>
Date: 2013-02-21 (Thu, 21 Feb 2013)
Changed paths:
M src/mtype.c
Log Message:
-----------
fundamental fix for resolveHelper
Commit: 5b17d1fa465de4e550c991ede7008f03eb906282
https://github.com/D-Programming-Language/dmd/commit/5b17d1fa465de4e550c991ede7008f03eb906282
Author: k-hara <k.hara.pg at gmail.com>
Date: 2013-02-21 (Thu, 21 Feb 2013)
Changed paths:
M src/mtype.c
A test/compilable/test9554.d
Log Message:
-----------
fix Issue 9554 - Inconsistent stringof and mangleof result for module/package identifier
Commit: ba822749d2cc15ed984215eba10bd6638eeda326
https://github.com/D-Programming-Language/dmd/commit/ba822749d2cc15ed984215eba10bd6638eeda326
Author: Martin Nowak <code at dawg.eu>
Date: 2013-02-21 (Thu, 21 Feb 2013)
Changed paths:
M src/mtype.c
A test/compilable/test9554.d
M test/runnable/xtest46.d
Log Message:
-----------
Merge pull request #1681 from 9rnsr/fix9538
Issue 9538 - Regression (2.062): Can't use typeid on .ptr of static array
Compare: https://github.com/D-Programming-Language/dmd/compare/d15c1d94a6e6...ba822749d2cc
More information about the dmd-internals
mailing list