Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 498d260ff2bced1135e4aabee920b6e1704386f2
https://github.com/D-Programming-Language/dmd/commit/498d260ff2bced1135e4aabee920b6e1704386f2
Author: k-hara <[email protected]>
Date: 2014-05-04 (Sun, 04 May 2014)
Changed paths:
M src/expression.c
M test/compilable/compile1.d
Log Message:
-----------
fix Issue 12688 - Strange error if function call is in parentheses
`(s.foo).writeln` is parsed as `DotIdExp(TypeExp('s.foo'), 'writeln')`, but the
type `s.foo` should be analyzed as dotvar expression.
Commit: fd09d6b4936fd2a9a45a33451e493f627962cb0c
https://github.com/D-Programming-Language/dmd/commit/fd09d6b4936fd2a9a45a33451e493f627962cb0c
Author: Walter Bright <[email protected]>
Date: 2014-05-04 (Sun, 04 May 2014)
Changed paths:
M src/expression.c
M test/compilable/compile1.d
Log Message:
-----------
Merge pull request #3524 from 9rnsr/fix12688
Issue 12688 - Strange error if function call is in parentheses
Compare:
https://github.com/D-Programming-Language/dmd/compare/0a48ec20862c...fd09d6b4936f_______________________________________________
dmd-internals mailing list
[email protected]
http://lists.puremagic.com/mailman/listinfo/dmd-internals