[Issue 9232] Parsing error on some templated methods calls

2015-06-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9232 --- Comment #9 from github-bugzi...@puremagic.com --- Commit pushed to stable at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/bd0385c5410eec129f40b16d109f4719f97c4b21 Move issue 9232 test case to

[Issue 9232] Parsing error on some templated methods calls

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9232 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|D1 D2 |D2 --

[Issue 9232] Parsing error on some templated methods calls

2015-03-29 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9232 --- Comment #8 from github-bugzi...@puremagic.com --- Commit pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/bd0385c5410eec129f40b16d109f4719f97c4b21 Move issue 9232 test case to

[Issue 9232] Parsing error on some templated methods calls

2013-03-05 Thread d-bugmail
/commit/92a1b3a127ab9ecf32b0aebbd82f7e81965bb1ca fix Issue 9232 - Parsing error on some templated methods calls https://github.com/D-Programming-Language/d-programming-language.org/commit/2596485da033b347f63606761d3fca296af93e9c Merge pull request #223 from 9rnsr/fix9232 Issue 9232 - Parsing error

[Issue 9232] Parsing error on some templated methods calls

2013-03-03 Thread d-bugmail
/d9a04e70c65fbdc29e1b157381c86e28d39ba739 fix Issue 9232 - Parsing error on some templated methods calls https://github.com/D-Programming-Language/dmd/commit/2d452f170a8f538ac4203195c2cd0e64a017691b Merge pull request #1422 from 9rnsr/fix9232 Issue 9232 - Parsing error on some templated methods calls -- Configure issuemail: http

[Issue 9232] Parsing error on some templated methods calls

2013-03-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9232 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 9232] Parsing error on some templated methods calls

2013-03-03 Thread d-bugmail
/3fa9b9a7a15e24dab28aeff0f5bf0f4e9f18ce06 Merge pull request #1422 from 9rnsr/fix9232 Issue 9232 - Parsing error on some templated methods calls -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 9232] Parsing error on some templated methods calls

2012-12-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9232 --- Comment #4 from Nicolas Sicard dran...@gmail.com 2012-12-30 14:53:56 PST --- (In reply to comment #3) (In reply to comment #2) In current, (foo).bar matches UnaryExpression (Type) . identifier.

[Issue 9232] Parsing error on some templated methods calls

2012-12-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9232 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Severity|normal |enhancement ---

[Issue 9232] Parsing error on some templated methods calls

2012-12-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9232 --- Comment #2 from Nicolas Sicard dran...@gmail.com 2012-12-28 07:41:13 PST --- In current, (foo).bar matches UnaryExpression (Type) . identifier. http://dlang.org/expression#UnaryExpression It should not since foo is not a type but an

[Issue 9232] Parsing error on some templated methods calls

2012-12-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9232 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull, rejects-valid