[dmd-internals] [D-Programming-Language/dmd] 48ad06: Issue 6695 - typeof(this) does not take into accou...
noreply at github.com
noreply at github.com
Thu Oct 6 00:59:22 PDT 2011
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 48ad063f127d3b150f4f1ed5cb4b27ff18d9b6fe
https://github.com/D-Programming-Language/dmd/commit/48ad063f127d3b150f4f1ed5cb4b27ff18d9b6fe
Author: k-hara <k.hara.pg at gmail.com>
Date: 2011-10-06 (Thu, 06 Oct 2011)
Changed paths:
M src/expression.c
M test/runnable/xtest46.d
Log Message:
-----------
Issue 6695 - typeof(this) does not take into account const/immutable attributes inside member functions
Commit: 62d6577fe0fbc65f0fdf060cfae44c5395fe52ea
https://github.com/D-Programming-Language/dmd/commit/62d6577fe0fbc65f0fdf060cfae44c5395fe52ea
Author: k-hara <k.hara.pg at gmail.com>
Date: 2011-10-06 (Thu, 06 Oct 2011)
Changed paths:
M src/expression.c
M test/runnable/xtest46.d
Log Message:
-----------
Issue 6087 - typeof(this) doesn't work outside member function
Commit: 41fac02e1ce0fc82b4c91fbdaed1ab0d66e0c37e
https://github.com/D-Programming-Language/dmd/commit/41fac02e1ce0fc82b4c91fbdaed1ab0d66e0c37e
Author: Walter Bright <walter at walterbright.com>
Date: 2011-10-06 (Thu, 06 Oct 2011)
Changed paths:
M src/expression.c
M test/runnable/xtest46.d
Log Message:
-----------
Merge pull request #434 from 9rnsr/fix6695
Issue 6087 & 6695 - Fix special cases of typeof(this)
Compare: https://github.com/D-Programming-Language/dmd/compare/f203224...41fac02
More information about the dmd-internals
mailing list