[dmd-internals] [D-Programming-Language/dmd] 08ce66: fix Issue 7174 - Cannot use property function call...
GitHub
noreply at github.com
Sun Oct 7 10:59:37 PDT 2012
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 08ce6639c712651b1905cf18543ac924d5b39943
https://github.com/D-Programming-Language/dmd/commit/08ce6639c712651b1905cf18543ac924d5b39943
Author: k-hara <k.hara.pg at gmail.com>
Date: 2012-10-07 (Sun, 07 Oct 2012)
Changed paths:
M src/cond.c
M test/runnable/property2.d
Log Message:
-----------
fix Issue 7174 - Cannot use property function call as static if condition
Commit: 356a87b2ed88bf8a603a0581e6b52b8e33b8949d
https://github.com/D-Programming-Language/dmd/commit/356a87b2ed88bf8a603a0581e6b52b8e33b8949d
Author: k-hara <k.hara.pg at gmail.com>
Date: 2012-10-07 (Sun, 07 Oct 2012)
Changed paths:
M src/attrib.c
M src/expression.c
M src/statement.c
M test/runnable/property2.d
Log Message:
-----------
fix Issue 7274 - Cannot use property function call in pragma declaration/statement
Commit: 50ec13cc5d9d02a5d3ee58ad7dcdec6508d98338
https://github.com/D-Programming-Language/dmd/commit/50ec13cc5d9d02a5d3ee58ad7dcdec6508d98338
Author: k-hara <k.hara.pg at gmail.com>
Date: 2012-10-07 (Sun, 07 Oct 2012)
Changed paths:
M src/statement.c
M test/runnable/property2.d
Log Message:
-----------
fix Issue 7275 - Cannot use property function call in case/case range statement
Commit: 8e8751cdc5a7f24c8224c754d16b80025a51a7fb
https://github.com/D-Programming-Language/dmd/commit/8e8751cdc5a7f24c8224c754d16b80025a51a7fb
Author: k-hara <k.hara.pg at gmail.com>
Date: 2012-10-07 (Sun, 07 Oct 2012)
Changed paths:
M src/template.c
M test/runnable/property2.d
Log Message:
-----------
fix Issue 8251 - Property function call without parenthesis fails when it's passed as template argument
Commit: f4ec500d57e53dde1fe5ce6091dec52ae649b044
https://github.com/D-Programming-Language/dmd/commit/f4ec500d57e53dde1fe5ce6091dec52ae649b044
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2012-10-07 (Sun, 07 Oct 2012)
Changed paths:
M src/attrib.c
M src/cond.c
M src/expression.c
M src/statement.c
M src/template.c
M test/runnable/property2.d
Log Message:
-----------
Merge pull request #599 from 9rnsr/fix7174
Issue 7174,7274,7275,8251 - Cannot use property function call in some where
Compare: https://github.com/D-Programming-Language/dmd/compare/c4324fd970f3...f4ec500d57e5
More information about the dmd-internals
mailing list