[dmd-internals] [D-Programming-Language/dmd] a1e338: fix Issue 7038 - Type mismatch with const struct
GitHub
noreply at github.com
Sun Mar 4 11:52:28 PST 2012
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: a1e33827c83f14004c4fd31ff665e6312ca59385
https://github.com/D-Programming-Language/dmd/commit/a1e33827c83f14004c4fd31ff665e6312ca59385
Author: k-hara <k.hara.pg at gmail.com>
Date: 2012-03-04 (Sun, 04 Mar 2012)
Changed paths:
M src/class.c
M src/struct.c
M test/runnable/test42.d
M test/runnable/testconst.d
M test/runnable/xtest46.d
Log Message:
-----------
fix Issue 7038 - Type mismatch with const struct
Commit: 2e523c415a54c7f344d18898a50e9f896e4b1a15
https://github.com/D-Programming-Language/dmd/commit/2e523c415a54c7f344d18898a50e9f896e4b1a15
Author: Walter Bright <walter at walterbright.com>
Date: 2012-03-04 (Sun, 04 Mar 2012)
Changed paths:
M src/class.c
M src/struct.c
M test/runnable/test42.d
M test/runnable/testconst.d
M test/runnable/xtest46.d
Log Message:
-----------
Merge pull request #783 from 9rnsr/fix7038
Issue 7038 - Type mismatch with const struct
Compare: https://github.com/D-Programming-Language/dmd/compare/bb06024...2e523c4
More information about the dmd-internals
mailing list