[Issue 3812] Missing line number for implicit cast of variadic function to array

2012-02-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3812 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 3812] Missing line number for implicit cast of variadic function to array

2012-02-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3812 --- Comment #4 from github-bugzi...@puremagic.com 2012-02-21 23:03:36 PST --- Commit pushed to dmd-1.x at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/24dd30b16be51534076f79f2e2ba7b786b7a1b1

[Issue 3812] Missing line number for implicit cast of variadic function to array

2012-02-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3812 --- Comment #3 from github-bugzi...@puremagic.com 2012-02-21 22:17:30 PST --- Commit pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/67ba76638878f0752f9875d22c23bf4e034d2b89

[Issue 7138] Can't call array() on dirEntries

2012-02-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7138 Brad Anderson changed: What|Removed |Added CC||e...@gnuk.net --- Comment #1 from Brad

[Issue 7560] New: Expanding inherited overload sets gives error

2012-02-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7560 Summary: Expanding inherited overload sets gives error Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Compo

[Issue 7557] Sea of errors after template failure

2012-02-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7557 --- Comment #4 from github-bugzi...@puremagic.com 2012-02-21 15:41:47 PST --- Commit pushed to dmd-1.x at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/36e214a3789c11d4102e53b63bf0f5283b0c6b6

[Issue 7557] Sea of errors after template failure

2012-02-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7557 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 7559] New: Nested function error without -inline

2012-02-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7559 Summary: Nested function error without -inline Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Keywords: rejects-valid Severity: major

[Issue 4841] -inline wrecks nested struct with alias template parameter (An array()/map inlining problem)

2012-02-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4841 --- Comment #9 from bearophile_h...@eml.cc 2012-02-21 14:18:15 PST --- See also Issue 7559 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 5889] Struct literal/construction should be rvalue (it binds to ref parameters)

2012-02-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5889 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 7558] Useless 'cannot implicitly convert' errors when number of function arguments is wrong

2012-02-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7558 --- Comment #2 from Don 2012-02-21 13:29:21 PST --- void bug7558(string x, int y, double z) {} void main() { bug7558(4, 2.2); } DMD 1.073 / 2.057: bug.d(5): Error: function bug.bug7558 (char[],int,double) does not match paramet er type

[Issue 7557] Sea of errors after template failure

2012-02-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7557 --- Comment #3 from Vladimir Panteleev 2012-02-21 12:04:41 PST --- OK. Here's the output of the problem I've encountered: C:\Projects\DFeed\ae\demo\http> dbuild httpserve.d C:\Projects\ae\sys\shutdown.d(24): Error: function ae.sys.signals.add

[Issue 7557] Sea of errors after template failure

2012-02-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7557 --- Comment #2 from Don 2012-02-21 11:55:31 PST --- (In reply to comment #1) > Is this the same problem where an error in one module causes errors in > completely different modules (e.g. Phobos)? I don't think so. This is one is very simple, i

[Issue 7558] Useless 'cannot implicitly convert' errors when number of function arguments is wrong

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

[Issue 7557] Sea of errors after template failure

2012-02-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7557 Vladimir Panteleev changed: What|Removed |Added CC||thecybersha...@gmail.com --- Comm

[Issue 3029] Bug in array value mangling rule

2012-02-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3029 yebblies changed: What|Removed |Added CC||yebbl...@gmail.com --- Comment #8 from yebb

[Issue 7558] New: Useless 'cannot implicitly convert' errors when number of function arguments is wrong

2012-02-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7558 Summary: Useless 'cannot implicitly convert' errors when number of function arguments is wrong Product: D Version: D1 & D2 Platform: All OS/Version: All Status: NEW

[Issue 7557] New: Sea of errors after template failure

2012-02-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7557 Summary: Sea of errors after template failure Product: D Version: D1 & D2 Platform: All OS/Version: All Status: NEW Severity: regression Priority: P2 Compo