[Issue 8258] Delegates do not respect default parameters

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

[Issue 8258] Delegates do not respect default parameters

2012-06-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8258 --- Comment #3 from Kenji Hara k.hara...@gmail.com 2012-06-18 18:55:22 PDT --- I think this *regression* is introduced by fixing bug 3866. Now all indirect calls do not consider default arguments even if it is written in type signature. I

[Issue 8258] Delegates do not respect default parameters

2012-06-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8258 Mike Parker aldac...@gmail.com changed: What|Removed |Added CC||aldac...@gmail.com

[Issue 8258] Delegates do not respect default parameters

2012-06-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8258 --- Comment #2 from Mike Parker aldac...@gmail.com 2012-06-17 21:50:12 PDT --- OK, I just heard in #d that the call dg(1) in the above code snippet gives the following error with dmd-git: Error: expected 2 function arguments, not 1 --