[dmd-internals] [D-Programming-Language/dmd] c49e06: Fix property getter/setter confusion on AssignExp.
GitHub
noreply at github.com
Thu Jan 26 12:06:07 PST 2012
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: c49e0604550fdc4c808229a4c7386f28b77fe945
https://github.com/D-Programming-Language/dmd/commit/c49e0604550fdc4c808229a4c7386f28b77fe945
Author: k-hara <k.hara.pg at gmail.com>
Date: 2012-01-26 (Thu, 26 Jan 2012)
Changed paths:
M src/expression.c
M test/runnable/property.d
A test/runnable/property2.d
Log Message:
-----------
Fix property getter/setter confusion on AssignExp.
Commit: 0e7942acbc3590c270a0e68537e2167fdc2a95ab
https://github.com/D-Programming-Language/dmd/commit/0e7942acbc3590c270a0e68537e2167fdc2a95ab
Author: k-hara <k.hara.pg at gmail.com>
Date: 2012-01-26 (Thu, 26 Jan 2012)
Changed paths:
M src/expression.c
M src/opover.c
A test/runnable/opdisp.d
Log Message:
-----------
Allow template property getter/setter like opDispatch.
Commit: 1d4438f151143fcdcb807e257959dd1d588f9048
https://github.com/D-Programming-Language/dmd/commit/1d4438f151143fcdcb807e257959dd1d588f9048
Author: k-hara <k.hara.pg at gmail.com>
Date: 2012-01-26 (Thu, 26 Jan 2012)
Changed paths:
M src/expression.c
M test/runnable/template9.d
Log Message:
-----------
Issue 6738 - Can't call templatized property function from within a struct/class method
Commit: a08a5bb9394c3b46e3cca6bee1c90922bc0e9da2
https://github.com/D-Programming-Language/dmd/commit/a08a5bb9394c3b46e3cca6bee1c90922bc0e9da2
Author: k-hara <k.hara.pg at gmail.com>
Date: 2012-01-26 (Thu, 26 Jan 2012)
Changed paths:
M test/runnable/template9.d
Log Message:
-----------
Issue 6780 - Templated global property functions do not work
Commit: 8bc639fb00cab9002b91a1d900ddd72f56f993a4
https://github.com/D-Programming-Language/dmd/commit/8bc639fb00cab9002b91a1d900ddd72f56f993a4
Author: Walter Bright <walter at walterbright.com>
Date: 2012-01-26 (Thu, 26 Jan 2012)
Changed paths:
M src/expression.c
M src/opover.c
A test/runnable/opdisp.d
M test/runnable/property.d
A test/runnable/property2.d
M test/runnable/template9.d
Log Message:
-----------
Merge pull request #280 from 9rnsr/propDispatch
Issue 620 - Can't use property syntax with a template function
Compare: https://github.com/D-Programming-Language/dmd/compare/f888785...8bc639f
More information about the dmd-internals
mailing list