[dmd-internals] [D-Programming-Language/dmd] c1906e: fix Issue 7554 - Immutable function pointer argume...
GitHub
noreply at github.com
Tue Feb 28 13:58:57 PST 2012
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: c1906e09d7b773bc5ff0a2477b3139c98d8e60ea
https://github.com/D-Programming-Language/dmd/commit/c1906e09d7b773bc5ff0a2477b3139c98d8e60ea
Author: k-hara <k.hara.pg at gmail.com>
Date: 2012-02-28 (Tue, 28 Feb 2012)
Changed paths:
M src/mtype.c
M test/runnable/testconst.d
Log Message:
-----------
fix Issue 7554 - Immutable function pointer arguments too
Protect function type from inappropriate modifier transition.
Commit: 461649be7975faf119188674f296a7fac7c38a96
https://github.com/D-Programming-Language/dmd/commit/461649be7975faf119188674f296a7fac7c38a96
Author: Walter Bright <walter at walterbright.com>
Date: 2012-02-28 (Tue, 28 Feb 2012)
Changed paths:
M src/mtype.c
M test/runnable/testconst.d
Log Message:
-----------
Merge pull request #772 from 9rnsr/fix7554
Issue 7554 - Immutable function pointer arguments too
Compare: https://github.com/D-Programming-Language/dmd/compare/4d6cf6b...461649b
More information about the dmd-internals
mailing list