[Issue 8252] no UFCS for 0 literal

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

[Issue 8256] mixin() doesn't work in a template declaration

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

[Issue 8256] mixin() doesn't work in a template declaration

2012-06-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8256 --- Comment #2 from wfunct...@hotmail.com 2012-06-17 01:37:22 PDT --- Oh hmm, I see... any chance that it might be allowed at some point? :D -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are

[Issue 8256] mixin() doesn't work in a template declaration

2012-06-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8256 --- Comment #3 from Kenji Hara k.hara...@gmail.com 2012-06-17 02:05:15 PDT --- Workaround(not tested): template Foo(T = typeof(mixin(getTypeName()).init)) { } -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email

[Issue 8258] New: Delegates do not respect default parameters

2012-06-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8258 Summary: Delegates do not respect default parameters Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: regression Priority: P2

[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 5064] runtime crash using closure as alias parameter

2012-06-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5064 Denis Shelomovskij verylonglogin@gmail.com changed: What|Removed |Added CC|

[Issue 8214] blocking option for TaskPool.finish()

2012-06-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8214 John Belmonte j...@neggie.net changed: What|Removed |Added Status|NEW |ASSIGNED

[Issue 8214] blocking option for TaskPool.finish()

2012-06-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8214 --- Comment #4 from github-bugzi...@puremagic.com 2012-06-17 07:01:14 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/phobos

[Issue 8214] blocking option for TaskPool.finish()

2012-06-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8214 John Belmonte j...@neggie.net changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Issue 8259] New: AssociativeArray seen through with alias parameter and UFCS

2012-06-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8259 Summary: AssociativeArray seen through with alias parameter and UFCS Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal

[Issue 8214] blocking option for TaskPool.finish()

2012-06-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8214 Brad Roberts bra...@puremagic.com changed: What|Removed |Added Status|RESOLVED|REOPENED

[Issue 8214] blocking option for TaskPool.finish()

2012-06-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8214 --- Comment #6 from John Belmonte j...@neggie.net 2012-06-17 11:55:52 PDT --- Addressing flaky test: https://github.com/D-Programming-Language/phobos/pull/636 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email

[Issue 8214] blocking option for TaskPool.finish()

2012-06-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8214 --- Comment #7 from John Belmonte j...@neggie.net 2012-06-17 12:00:57 PDT --- @braddr: would you kindly add me to while list for pull auto-tester? -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are

[Issue 8214] blocking option for TaskPool.finish()

2012-06-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8214 --- Comment #8 from Brad Roberts bra...@puremagic.com 2012-06-17 12:03:29 PDT --- You were already. Both this pull and the previous one ran through the auto tester, and show(ed) failures. You're not done fixing things yet based on the

[Issue 8214] blocking option for TaskPool.finish()

2012-06-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8214 --- Comment #9 from John Belmonte j...@neggie.net 2012-06-17 12:24:28 PDT --- Ack. I've disabled the failing assert as I don't have a good solution offhand. I don't feel too bad about disabling this particular assert since this was a test I

[Issue 8054] assert(0) doesn't fire when called by C code, but triggers in debugger

2012-06-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8054 wfunct...@hotmail.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 8214] blocking option for TaskPool.finish()

2012-06-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8214 --- Comment #10 from John Belmonte j...@neggie.net 2012-06-17 12:46:52 PDT --- dsimcha has pull request addressing test issue in a similar way https://github.com/D-Programming-Language/phobos/pull/637 -- Configure issuemail:

[Issue 5570] 64 bit C ABI not followed for passing structs and complex numbers as function parameters

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

[Issue 6652] foreach parameter with number range is always ref

2012-06-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6652 --- Comment #17 from bearophile_h...@eml.cc 2012-06-17 15:31:45 PDT --- Just a note. void main() { import std.stdio; auto array = [10, 20, 30, 40, 50]; foreach (i, item; array) { writeln(item); i++; } }

[Issue 7965] Invalid outer function scope pointer in some cases

2012-06-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7965 Nils mailm...@nilsb.dyndns.org changed: What|Removed |Added CC|

[Issue 3646] Default values of function arguments are ignored when instantiating a template.

2012-06-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3646 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 --

[Issue 3646] Default values of function arguments are ignored when instantiating a template.

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