[Issue 8220] invalid function call not detected during semantic analysis

2013-03-06 Thread d-bugmail
/d56194cd99c160c00fb831aacf4315791a9e62c7 fix Issue 8220 - invalid function call not detected during semantic analysis https://github.com/D-Programming-Language/dmd/commit/3644943a299b5e50157c8b2f8cfec609fed5fd68 Merge pull request #1007 from 9rnsr/fix8220 [Repost] Issue 8220 - invalid function call not detected during semantic

[Issue 8220] invalid function call not detected during semantic analysis

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

[Issue 8220] invalid function call not detected during semantic analysis

2013-03-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8220 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Severity|normal |enhancement

[Issue 8220] invalid function call not detected during semantic analysis

2012-06-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8220 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added CC|

[Issue 8220] invalid function call not detected during semantic analysis

2012-06-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8220 --- Comment #9 from klickverbot c...@klickverbot.at 2012-06-21 14:34:32 PDT --- (In reply to comment #7) This example has been around a long time, and I've been telling people that that's the way to do it. I'm really reluctant to break it,

[Issue 8220] invalid function call not detected during semantic analysis

2012-06-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8220 --- Comment #8 from timon.g...@gmx.ch 2012-06-21 14:30:47 PDT --- (In reply to comment #7) This example has been around a long time, and I've been telling people that that's the way to do it. I'm really reluctant to break it, The behaviour

[Issue 8220] invalid function call not detected during semantic analysis

2012-06-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8220 --- Comment #10 from klickverbot c...@klickverbot.at 2012-06-21 14:41:40 PDT --- (In reply to comment #8) alias typeof(meter*meter) Area; alias typeof(meter*meter*meter) Volume; alias

[Issue 8220] invalid function call not detected during semantic analysis

2012-06-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8220 --- Comment #11 from klickverbot c...@klickverbot.at 2012-06-21 14:46:24 PDT --- (In reply to comment #8) (In reply to comment #7) This example has been around a long time, and I've been telling people that that's the way to do it. I'm

[Issue 8220] invalid function call not detected during semantic analysis

2012-06-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8220 --- Comment #12 from timon.g...@gmx.ch 2012-06-21 16:00:03 PDT --- (In reply to comment #11) (In reply to comment #8) (In reply to comment #7) This example has been around a long time, and I've been telling people that that's the

[Issue 8220] invalid function call not detected during semantic analysis

2012-06-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8220 --- Comment #6 from Kenji Hara k.hara...@gmail.com 2012-06-15 09:38:02 PDT --- Opened identical pull: https://github.com/D-Programming-Language/dmd/pull/1007 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email

[Issue 8220] invalid function call not detected during semantic analysis

2012-06-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8220 --- Comment #3 from Walter Bright bugzi...@digitalmars.com 2012-06-14 00:27:28 PDT --- Created an attachment (id=1115) failing test case -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving

[Issue 8220] invalid function call not detected during semantic analysis

2012-06-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8220 --- Comment #4 from Kenji Hara k.hara...@gmail.com 2012-06-14 00:51:28 PDT --- (In reply to comment #3) Created an attachment (id=1115) [details] failing test case I think this test case is not correct code. (From test case) alias

[Issue 8220] invalid function call not detected during semantic analysis

2012-06-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8220 klickverbot c...@klickverbot.at changed: What|Removed |Added CC||c...@klickverbot.at

[Issue 8220] invalid function call not detected during semantic analysis

2012-06-13 Thread d-bugmail
/f20292b8738155431589915166770abd8a2ce82a fix Issue 8220 - invalid function call not detected during semantic analysis https://github.com/D-Programming-Language/dmd/commit/cb3da3bf9e3f54ec3e89061c99adfd54045fbd80 Merge pull request #1000 from 9rnsr/fix8220 Issue 8220 - invalid function call not detected during semantic analysis

[Issue 8220] invalid function call not detected during semantic analysis

2012-06-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8220 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||accepts-invalid, pull